diff src/share/vm/code/codeCache.hpp @ 2375:d673ef06fe96

7028374: race in fix_oop_relocations for scavengeable nmethods Reviewed-by: kvn
author never
date Fri, 18 Mar 2011 15:52:42 -0700
parents 1c0cf339481b
children 1d1603768966 527977d4f740
line wrap: on
line diff
--- a/src/share/vm/code/codeCache.hpp	Fri Mar 18 09:03:43 2011 -0700
+++ b/src/share/vm/code/codeCache.hpp	Fri Mar 18 15:52:42 2011 -0700
@@ -122,6 +122,7 @@
   // GC support
   static void gc_epilogue();
   static void gc_prologue();
+  static void verify_oops();
   // If "unloading_occurred" is true, then unloads (i.e., breaks root links
   // to) any unmarked codeBlobs in the cache.  Sets "marked_for_unloading"
   // to "true" iff some code got unloaded.