diff src/share/vm/oops/constantPool.cpp @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents d8041d695d19 4c76be9856fc
children 92aa6797d639
line wrap: on
line diff
--- a/src/share/vm/oops/constantPool.cpp	Thu Mar 20 22:30:26 2014 +0100
+++ b/src/share/vm/oops/constantPool.cpp	Tue Mar 18 20:19:10 2014 -0700
@@ -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);