Searched refs:JVM_ACC_NOT_C2_COMPILABLE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp48 JVM_ACC_NOT_C2_COMPILABLE = 0x02000000, enumerator in enum:__anon486
124 bool is_not_c2_compilable () const { return (_flags & JVM_ACC_NOT_C2_COMPILABLE ) != 0; }
186 void set_not_c2_compilable() { atomic_set_bits(JVM_ACC_NOT_C2_COMPILABLE); }

Completed in 40 milliseconds