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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java141 public static final long JVM_ACC_IS_CLONEABLE = 0x80000000; field in interface:ClassConstants
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp62 JVM_ACC_IS_CLONEABLE = (int)0x80000000,// True if klass supports the Clonable interface enumerator in enum:__anon486
138 bool is_cloneable () const { return (_flags & JVM_ACC_IS_CLONEABLE ) != 0; }
199 void set_is_cloneable() { atomic_set_bits(JVM_ACC_IS_CLONEABLE); }

Completed in 1962 milliseconds