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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java37 static int TypeProfileWidth = 2; field in class:MethodData
141 if (flag.getName().equals("TypeProfileWidth")) {
142 TypeProfileWidth = (int)flag.getIntx();

Completed in 31 milliseconds