Searched defs:JVM_ACC_HAS_MONITOR_BYTECODES (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java108 public static final long JVM_ACC_HAS_MONITOR_BYTECODES = 0x20000000; field in interface:ClassConstants
/openjdk10/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp45 JVM_ACC_HAS_MONITOR_BYTECODES = 0x20000000, // Method contains monitorenter/monitorexit bytecodes enumerator in enum:__anon728

Completed in 45 milliseconds