diff src/share/vm/oops/constantPool.cpp @ 17805:bbfbe9b06038

Merge
author kvn
date Thu, 13 Mar 2014 14:57:01 -0700
parents 53094b350323
children 9428a0b94204
line wrap: on
line diff
--- a/src/share/vm/oops/constantPool.cpp	Mon Mar 10 12:58:02 2014 +0100
+++ b/src/share/vm/oops/constantPool.cpp	Thu Mar 13 14:57:01 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);