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

/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java58 private static final String JAVA_CI = "java.ci."; field in class:HotspotCompilation
62 JAVA_CI + "|" + COM_SUN_CI + "|" + SUN_CI;
129 if ((c = (Counter) counters.get(JAVA_CI + name)) != null) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp47 JAVA_CI, // Compiler name spaces enumerator in enum:CounterNS

Completed in 33 milliseconds