8276128: (bf) Remove unused constant ARRAY_BASE_OFFSET from Direct-X-Buffer

Reviewed-by: lancea, iris, alanb
This commit is contained in:
Brian Burkhalter 2021-10-29 16:12:19 +00:00
parent d6d82f52d4
commit 5facaa243a

View file

@ -48,9 +48,6 @@ class Direct$Type$Buffer$RW$$BO$
#if[rw] #if[rw]
// Cached array base offset
private static final long ARRAY_BASE_OFFSET = UNSAFE.arrayBaseOffset($type$[].class);
// Cached unaligned-access capability // Cached unaligned-access capability
protected static final boolean UNALIGNED = Bits.unaligned(); protected static final boolean UNALIGNED = Bits.unaligned();