diff src/share/vm/memory/sharedHeap.hpp @ 10179:a08c80e9e1e5

8012687: Remove unused is_root checks and closures Reviewed-by: tschatzl, jmasa
author stefank
date Mon, 22 Apr 2013 20:27:36 +0200
parents da91efe96a93
children 71180a6e5080
line wrap: on
line diff
--- a/src/share/vm/memory/sharedHeap.hpp	Mon Apr 22 10:10:09 2013 +0200
+++ b/src/share/vm/memory/sharedHeap.hpp	Mon Apr 22 20:27:36 2013 +0200
@@ -249,8 +249,7 @@
   // JNI weak roots, the code cache, system dictionary, symbol table,
   // string table.
   void process_weak_roots(OopClosure* root_closure,
-                          CodeBlobClosure* code_roots,
-                          OopClosure* non_root_closure);
+                          CodeBlobClosure* code_roots);
 
   // The functions below are helper functions that a subclass of
   // "SharedHeap" can use in the implementation of its virtual