Searched refs:SUN_CI (Results 1 - 3 of 3) 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/compiler/
H A DcompileBroker.cpp710 PerfDataManager::create_string_variable(SUN_CI, name,
715 _perf_compile_type = PerfDataManager::create_variable(SUN_CI, name,
721 _perf_time = PerfDataManager::create_counter(SUN_CI, name,
725 _perf_compiles = PerfDataManager::create_counter(SUN_CI, name,
781 PerfDataManager::create_counter(SUN_CI, "osrTime",
785 PerfDataManager::create_counter(SUN_CI, "standardTime",
789 PerfDataManager::create_counter(SUN_CI, "totalBailouts",
793 PerfDataManager::create_counter(SUN_CI, "totalInvalidates",
797 PerfDataManager::create_counter(SUN_CI, "totalCompiles",
800 PerfDataManager::create_counter(SUN_CI, "osrCompile
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp49 SUN_CI, enumerator in enum:CounterNS

Completed in 38 milliseconds