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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java38 static int BciProfileWidth = 2; field in class:MethodData
143 } else if (flag.getName().equals("BciProfileWidth")) {
144 BciProfileWidth = (int)flag.getIntx();

Completed in 23 milliseconds