diff src/share/vm/oops/constantPool.cpp @ 14648:4c76be9856fc

8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to Reviewed-by: dcubed, mgronlun
author sla
date Wed, 26 Feb 2014 15:47:44 +0100
parents 26c3b944dc35
children b51e29501f30
line wrap: on
line diff
--- a/src/share/vm/oops/constantPool.cpp	Mon Feb 24 21:54:22 2014 -0800
+++ 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);