8236779: static field in implementation class erroneously leaking in memory access javadoc

Reviewed-by: chegar
This commit is contained in:
Maurizio Cimadamore 2020-01-09 12:04:22 +00:00
parent 6e467d4d02
commit b1df8adbf8

View File

@ -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);