hotspot/src/share/vm/oops/constantPoolOop.cpp
changeset 4571 80b553bddc26
parent 4429 d7eb4e2099aa
child 5688 9052dc91ea67
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/oops/constantPoolOop.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/hotspot/src/share/vm/oops/constantPoolOop.cpp	Wed Jan 06 14:22:39 2010 -0800
@@ -110,7 +110,7 @@
         }
 
         if (!PENDING_EXCEPTION->
-              is_a(SystemDictionary::linkageError_klass())) {
+              is_a(SystemDictionary::LinkageError_klass())) {
           // Just throw the exception and don't prevent these classes from
           // being loaded due to virtual machine errors like StackOverflow
           // and OutOfMemoryError, etc, or if the thread was hit by stop()