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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java137 public static final long JVM_ACC_HAS_VANILLA_CONSTRUCTOR = 0x20000000; field in interface:ClassConstants
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp60 JVM_ACC_HAS_VANILLA_CONSTRUCTOR = 0x20000000, // True if klass has a vanilla default constructor enumerator in enum:__anon486
135 bool has_vanilla_constructor () const { return (_flags & JVM_ACC_HAS_VANILLA_CONSTRUCTOR) != 0; }
196 void set_has_vanilla_constructor() { atomic_set_bits(JVM_ACC_HAS_VANILLA_CONSTRUCTOR); }

Completed in 1511 milliseconds