diff src/share/vm/runtime/statSampler.cpp @ 1142:4ce7240d622c

6914300: ciEnv should export all well known classes Reviewed-by: kvn, twisti
author never
date Wed, 06 Jan 2010 14:22:39 -0800
parents 9ee9cf798b59
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/runtime/statSampler.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/src/share/vm/runtime/statSampler.cpp	Wed Jan 06 14:22:39 2010 -0800
@@ -177,7 +177,7 @@
 
   // public static String getProperty(String key, String def);
   JavaCalls::call_static(&result,
-                         KlassHandle(THREAD, SystemDictionary::system_klass()),
+                         KlassHandle(THREAD, SystemDictionary::System_klass()),
                          vmSymbolHandles::getProperty_name(),
                          vmSymbolHandles::string_string_signature(),
                          key_str,