mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8276128: (bf) Remove unused constant ARRAY_BASE_OFFSET from Direct-X-Buffer
Reviewed-by: lancea, iris, alanb
This commit is contained in:
parent
d6d82f52d4
commit
5facaa243a
1 changed files with 0 additions and 3 deletions
|
@ -48,9 +48,6 @@ class Direct$Type$Buffer$RW$$BO$
|
|||
|
||||
#if[rw]
|
||||
|
||||
// Cached array base offset
|
||||
private static final long ARRAY_BASE_OFFSET = UNSAFE.arrayBaseOffset($type$[].class);
|
||||
|
||||
// Cached unaligned-access capability
|
||||
protected static final boolean UNALIGNED = Bits.unaligned();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue