src/share/vm/runtime/sweeper.hpp

Print this page

        

@@ -101,8 +101,11 @@
      _resweep = true;
   }
 
   static void handle_full_code_cache(bool is_full); // Called by compilers who fail to allocate
   static void speculative_disconnect_nmethods(bool was_full);   // Called by vm op to deal with alloc failure
+
+  // Printing/debugging
+  static void print();
 };
 
 #endif // SHARE_VM_RUNTIME_SWEEPER_HPP