hotspot/src/share/vm/runtime/arguments.hpp
changeset 27892 06a143c836ad
parent 27148 a4b542d56e01
child 27898 813ad96387b3
--- a/hotspot/src/share/vm/runtime/arguments.hpp	Fri May 17 17:24:20 2013 +0200
+++ b/hotspot/src/share/vm/runtime/arguments.hpp	Tue Nov 25 13:41:08 2014 +0100
@@ -346,7 +346,6 @@
   static void select_gc();
   static void set_ergonomics_flags();
   static void set_shared_spaces_flags();
-  static void set_gc_specific_flags();
   // limits the given memory size by the maximum amount of memory this process is
   // currently allowed to allocate or reserve.
   static julong limit_by_allocatable_memory(julong size);
@@ -458,6 +457,7 @@
   // Adjusts the arguments after the OS have adjusted the arguments
   static jint adjust_after_os();
 
+  static void set_gc_specific_flags();
   static inline bool gc_selected(); // whether a gc has been selected
   static void select_gc_ergonomically();