src/hotspot/share/classfile/systemDictionaryShared.hpp
changeset 51470 84d3126858d5
parent 51329 9c68699bebe5
child 52468 e0fd97beab7e
--- a/src/hotspot/share/classfile/systemDictionaryShared.hpp	Tue Aug 21 13:12:15 2018 +0200
+++ b/src/hotspot/share/classfile/systemDictionaryShared.hpp	Tue Aug 21 09:33:41 2018 -0400
@@ -293,9 +293,6 @@
 
   static void allocate_shared_data_arrays(int size, TRAPS);
   static void oops_do(OopClosure* f);
-  static void roots_oops_do(OopClosure* f) {
-    oops_do(f);
-  }
 
   // Check if sharing is supported for the class loader.
   static bool is_sharing_possible(ClassLoaderData* loader_data);