History log of /openjdk10/jdk/src/java.base/share/classes/java/nio/Buffer.java
Revision Date Author Comments
# 14441:db250cfb765a 16-May-2016 prappo

8150785: (bf) Hoist slice and duplicate methods up to java.nio.Buffer
Reviewed-by: alanb, rriggs, chegar


# 14074:5e0fd2cdcd55 24-Mar-2016 psandoz

8149469: ByteBuffer API and implementation enhancements for VarHandles
Reviewed-by: chegar, alanb


# 12605:daa6342e0a1c 18-Aug-2015 avstepan

8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
Summary: minor docs cleanup (jdk part)
Reviewed-by: lancea


# 12581:6f3a2d6e646b 12-Aug-2015 avstepan

8133459: replace <tt> tags (obsolete in html5) in java.nio docs
Reviewed-by: lancea


# 12439:6b0ba4ed1ea4 24-Jul-2015 bpb

8065556: (bf) Buffer.position and other methods should include detail in IAE
Summary: Add messages to IAEs which have none.
Reviewed-by: alanb


# 12352:96e2b032b26f 02-Jul-2015 zmajo

8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Summary: Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.
Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon


# 10907:173916b1007e 29-Oct-2014 rwarburton

4774077: Use covariant return types in the NIO buffer hierarchy
Reviewed-by: psandoz, alanb, mr, darcy


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com