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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java114 public static final long JVM_ACC_MONITOR_MATCH = 0x10000000; field in interface:ClassConstants
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp43 JVM_ACC_MONITOR_MATCH = 0x10000000, // True if we know that monitorenter/monitorexit bytecodes match enumerator in enum:__anon486
118 bool is_monitor_matching () const { return (_flags & JVM_ACC_MONITOR_MATCH ) != 0; }
181 void set_monitor_matching() { atomic_set_bits(JVM_ACC_MONITOR_MATCH); }

Completed in 3620 milliseconds