hotspot/src/share/vm/runtime/os.cpp
changeset 4571 80b553bddc26
parent 2358 7c8346929fc6
child 5403 6b0dd9c75dde
--- a/hotspot/src/share/vm/runtime/os.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/hotspot/src/share/vm/runtime/os.cpp	Wed Jan 06 14:22:39 2010 -0800
@@ -280,7 +280,7 @@
                            string,
                            CHECK);
 
-    KlassHandle group(THREAD, SystemDictionary::threadGroup_klass());
+    KlassHandle group(THREAD, SystemDictionary::ThreadGroup_klass());
     JavaCalls::call_special(&result,
                             thread_group,
                             group,