diff src/cpu/x86/vm/frame_x86.cpp @ 11034:e0c9a1d29eb4

8016325: JVM hangs verifying system dictionary Summary: Minimize redundant verifications of Klasses. Reviewed-by: hseigel, jmasa
author coleenp
date Mon, 24 Jun 2013 18:55:46 -0400
parents f2110083203d
children 6b0fd0964b87 190899198332
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.cpp	Sun Jun 23 22:08:28 2013 -0700
+++ b/src/cpu/x86/vm/frame_x86.cpp	Mon Jun 24 18:55:46 2013 -0400
@@ -587,7 +587,7 @@
 
   // validate ConstantPoolCache*
   ConstantPoolCache* cp = *interpreter_frame_cache_addr();
-  if (cp == NULL || !cp->is_metadata()) return false;
+  if (cp == NULL || !cp->is_metaspace_object()) return false;
 
   // validate locals