diff src/share/vm/oops/constantPoolOop.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 389049f3f393
children c18cbe5936b8 ab102d5d923e
line wrap: on
line diff
--- a/src/share/vm/oops/constantPoolOop.cpp	Tue Jan 05 11:16:09 2010 -0800
+++ b/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()