diff -r fa6adc194d48 -r b840813adfcc src/share/vm/runtime/arguments.hpp --- a/src/share/vm/runtime/arguments.hpp Wed Nov 19 14:21:09 2014 -0800 +++ b/src/share/vm/runtime/arguments.hpp Fri Nov 21 12:08:37 2014 +0100 @@ -342,7 +342,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); @@ -454,6 +453,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();