src/share/vm/runtime/statSampler.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/statSampler.cpp	Wed Jan 15 01:43:00 2014
--- new/src/share/vm/runtime/statSampler.cpp	Wed Jan 15 01:43:00 2014

*** 220,231 **** --- 220,231 ---- /* * The list of System Properties that have corresponding PerfData * string instrumentation created by retrieving the named property's * value from System.getProperty() and unconditionally creating a ! * PerfStringConstant object initialized to the retreived value. This ! * is not an exhustive list of Java properties with corresponding string ! * PerfStringConstant object initialized to the retrieved value. This ! * is not an exhaustive list of Java properties with corresponding string * instrumentation as the create_system_property_instrumentation() method * creates other property based instrumentation conditionally. */ // stable interface, supported counters
*** 323,333 **** --- 323,333 ---- // string constants // create string instrumentation for various Java properties. create_system_property_instrumentation(CHECK); ! // hotspot flags (from .hotspotrc) and args (from command line) ! // HotSpot flags (from .hotspotrc) and args (from command line) // PerfDataManager::create_string_constant(JAVA_RT, "vmFlags", Arguments::jvm_flags(), CHECK); PerfDataManager::create_string_constant(JAVA_RT, "vmArgs", Arguments::jvm_args(), CHECK);

src/share/vm/runtime/statSampler.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File