hotspot/src/share/vm/oops/constantPool.cpp
changeset 23175 892220ab2ae1
parent 22750 a3c879b18f22
child 23515 f4872ef5df09
--- a/hotspot/src/share/vm/oops/constantPool.cpp	Mon Feb 24 21:54:22 2014 -0800
+++ b/hotspot/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);