hotspot/src/share/vm/classfile/dictionary.hpp
changeset 25490 59f226da8d81
parent 24424 2658d7834c6e
child 25491 70fb742e40aa
--- a/hotspot/src/share/vm/classfile/dictionary.hpp	Mon Jul 07 10:18:33 2014 +0200
+++ b/hotspot/src/share/vm/classfile/dictionary.hpp	Mon Jul 07 10:12:40 2014 +0200
@@ -89,6 +89,7 @@
   // GC support
   void oops_do(OopClosure* f);
   void always_strong_oops_do(OopClosure* blk);
+  void roots_oops_do(OopClosure* strong, OopClosure* weak);
 
   void always_strong_classes_do(KlassClosure* closure);
 
@@ -218,6 +219,7 @@
   // GC support
   void oops_do(OopClosure* f);
   void always_strong_oops_do(OopClosure* f);
+  void roots_oops_do(OopClosure* strong, OopClosure* weak);
 
   static uint bucket_size();