src/share/vm/runtime/arguments.hpp

changeset 7369
b840813adfcc
parent 7311
327c00d0f091
child 7535
7ae4e26cb1e0
child 7611
1f60a119863a
     1.1 --- a/src/share/vm/runtime/arguments.hpp	Wed Nov 19 14:21:09 2014 -0800
     1.2 +++ b/src/share/vm/runtime/arguments.hpp	Fri Nov 21 12:08:37 2014 +0100
     1.3 @@ -342,7 +342,6 @@
     1.4    static void select_gc();
     1.5    static void set_ergonomics_flags();
     1.6    static void set_shared_spaces_flags();
     1.7 -  static void set_gc_specific_flags();
     1.8    // limits the given memory size by the maximum amount of memory this process is
     1.9    // currently allowed to allocate or reserve.
    1.10    static julong limit_by_allocatable_memory(julong size);
    1.11 @@ -454,6 +453,7 @@
    1.12    // Adjusts the arguments after the OS have adjusted the arguments
    1.13    static jint adjust_after_os();
    1.14  
    1.15 +  static void set_gc_specific_flags();
    1.16    static inline bool gc_selected(); // whether a gc has been selected
    1.17    static void select_gc_ergonomically();
    1.18  

mercurial