hotspot/src/share/vm/memory/sharedHeap.hpp
changeset 17105 25b392a7740d
parent 13728 882756847a04
child 18687 5a0543c157c9
--- a/hotspot/src/share/vm/memory/sharedHeap.hpp	Mon Apr 22 10:10:09 2013 +0200
+++ b/hotspot/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