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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java66 private static final int uninit_value = uninit_bit | info_conflict; field in class:CellTypeState
293 public static CellTypeState uninit = CellTypeState.makeAny(uninit_value);
296 public static CellTypeState refUninit = CellTypeState.makeAny(ref_conflict | uninit_value);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp124 uninit_value = (int)(uninit_bit | info_conflict), enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon269

Completed in 35 milliseconds