src/share/vm/runtime/statSampler.cpp

changeset 1577
4ce7240d622c
parent 772
9ee9cf798b59
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/runtime/statSampler.cpp	Tue Jan 05 11:16:09 2010 -0800
     1.2 +++ b/src/share/vm/runtime/statSampler.cpp	Wed Jan 06 14:22:39 2010 -0800
     1.3 @@ -177,7 +177,7 @@
     1.4  
     1.5    // public static String getProperty(String key, String def);
     1.6    JavaCalls::call_static(&result,
     1.7 -                         KlassHandle(THREAD, SystemDictionary::system_klass()),
     1.8 +                         KlassHandle(THREAD, SystemDictionary::System_klass()),
     1.9                           vmSymbolHandles::getProperty_name(),
    1.10                           vmSymbolHandles::string_string_signature(),
    1.11                           key_str,

mercurial