hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 46435 3f6cac9867d4
parent 46387 c46632622b17
child 46444 677be3444372
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Thu May 04 14:32:37 2017 -0400
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Thu May 04 16:04:23 2017 -0700
@@ -2839,11 +2839,6 @@
   dictionary()->copy_table(top, end);
 }
 
-
-void SystemDictionary::reverse() {
-  dictionary()->reverse();
-}
-
 int SystemDictionary::number_of_classes() {
   return dictionary()->number_of_entries();
 }