hotspot/src/share/vm/runtime/statSampler.cpp
changeset 4571 80b553bddc26
parent 1217 5eb97f366a6a
child 5547 f4b087cbb361
equal deleted inserted replaced
4569:f372ea9e5ed4 4571:80b553bddc26
   175   // return value
   175   // return value
   176   JavaValue result(T_OBJECT);
   176   JavaValue result(T_OBJECT);
   177 
   177 
   178   // public static String getProperty(String key, String def);
   178   // public static String getProperty(String key, String def);
   179   JavaCalls::call_static(&result,
   179   JavaCalls::call_static(&result,
   180                          KlassHandle(THREAD, SystemDictionary::system_klass()),
   180                          KlassHandle(THREAD, SystemDictionary::System_klass()),
   181                          vmSymbolHandles::getProperty_name(),
   181                          vmSymbolHandles::getProperty_name(),
   182                          vmSymbolHandles::string_string_signature(),
   182                          vmSymbolHandles::string_string_signature(),
   183                          key_str,
   183                          key_str,
   184                          CHECK_NULL);
   184                          CHECK_NULL);
   185 
   185