hotspot/src/share/vm/oops/constantPoolOop.cpp
changeset 4571 80b553bddc26
parent 4429 d7eb4e2099aa
child 5688 9052dc91ea67
child 5547 f4b087cbb361
equal deleted inserted replaced
4569:f372ea9e5ed4 4571:80b553bddc26
   108           entry = this_oop->resolved_klass_at(which);
   108           entry = this_oop->resolved_klass_at(which);
   109           return (klassOop)entry;
   109           return (klassOop)entry;
   110         }
   110         }
   111 
   111 
   112         if (!PENDING_EXCEPTION->
   112         if (!PENDING_EXCEPTION->
   113               is_a(SystemDictionary::linkageError_klass())) {
   113               is_a(SystemDictionary::LinkageError_klass())) {
   114           // Just throw the exception and don't prevent these classes from
   114           // Just throw the exception and don't prevent these classes from
   115           // being loaded due to virtual machine errors like StackOverflow
   115           // being loaded due to virtual machine errors like StackOverflow
   116           // and OutOfMemoryError, etc, or if the thread was hit by stop()
   116           // and OutOfMemoryError, etc, or if the thread was hit by stop()
   117           // Needs clarification to section 5.4.3 of the VM spec (see 6308271)
   117           // Needs clarification to section 5.4.3 of the VM spec (see 6308271)
   118         }
   118         }