--- 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()