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

/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java60 private static final String SUN_CI = "sun.ci."; field in class:HotspotCompilation
62 JAVA_CI + "|" + COM_SUN_CI + "|" + SUN_CI;
120 // current implementation. We first look up in the SUN_CI namespace
121 // since most counters are in SUN_CI namespace.
123 if ((c = (Counter) counters.get(SUN_CI + name)) != null) {
166 if (counters.containsKey(SUN_CI + "adapterThread.compiles")) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp49 SUN_CI, enumerator in enum:CounterNS

Completed in 24 milliseconds