diff src/share/vm/oops/constantPool.cpp @ 17696:53094b350323

8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to Reviewed-by: dcubed, mgronlun
author sla
date Wed, 26 Feb 2014 15:47:44 +0100
parents 10c9507f544a
children 9428a0b94204
line wrap: on
line diff
--- a/src/share/vm/oops/constantPool.cpp	Tue Feb 11 09:34:50 2014 +0100
+++ b/src/share/vm/oops/constantPool.cpp	Wed Feb 26 15:47:44 2014 +0100
@@ -1295,6 +1295,7 @@
   } break;
 
   case JVM_CONSTANT_UnresolvedClass:
+  case JVM_CONSTANT_UnresolvedClassInError:
   {
     // Can be resolved after checking tag, so check the slot first.
     CPSlot entry = from_cp->slot_at(from_i);