mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-12 03:18:37 +00:00
8236779: static field in implementation class erroneously leaking in memory access javadoc
Reviewed-by: chegar
This commit is contained in:
parent
6e467d4d02
commit
b1df8adbf8
@ -140,7 +140,7 @@ abstract class AbstractLayout implements MemoryLayout {
|
||||
|
||||
/*** Helper constants for implementing Layout::describeConstable ***/
|
||||
|
||||
public static final DirectMethodHandleDesc BSM_GET_STATIC_FINAL
|
||||
static final DirectMethodHandleDesc BSM_GET_STATIC_FINAL
|
||||
= ConstantDescs.ofConstantBootstrap(ConstantDescs.CD_ConstantBootstraps, "getStaticFinal",
|
||||
ConstantDescs.CD_Object, ConstantDescs.CD_Class);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user