8199462: Use Reference.reachabilityFence in direct ByteBuffer methods

Reviewed-by: psandoz, vlivanov, plevart
This commit is contained in:
Ben Walsh 2018-03-12 16:09:18 -07:00 committed by Paul Sandoz
parent f439f2166b
commit de3604ea0c
6 changed files with 113 additions and 67 deletions

View file

@ -1749,11 +1749,6 @@ public abstract class $Type$Buffer
abstract ByteBuffer slice(int pos, int lim);
// Unchecked accessors, for use by ByteBufferAs-X-Buffer classes
//
abstract byte _get(int i); // package-private
abstract void _put(int i, byte b); // package-private
// #BIN
//
// Binary-data access methods for short, char, int, long, float,