< prev index next >

src/share/vm/memory/universe.hpp

Print this page

        

@@ -462,10 +462,11 @@
   // For sharing -- fill in a list of known vtable pointers.
   static void init_self_patching_vtbl_list(void** list, int count);
 
   // Debugging
   static bool verify_in_progress() { return _verify_in_progress; }
+  static bool should_verify_subset(const char* subset);
   static void verify(VerifyOption option, const char* prefix);
   static void verify(const char* prefix) {
     verify(VerifyOption_Default, prefix);
   }
   static void verify() {
< prev index next >