Searched refs:COM_SUN_CI (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java59 private static final String COM_SUN_CI = "com.sun.ci."; field in class:HotspotCompilation
62 JAVA_CI + "|" + COM_SUN_CI + "|" + SUN_CI;
126 if ((c = (Counter) counters.get(COM_SUN_CI + name)) != null) {

Completed in 30 milliseconds