< prev index next >

src/hotspot/share/runtime/arguments.hpp

Print this page
rev 47680 : 8189171: Move GC argument processing into GC specific classes

*** 470,481 **** static void set_g1_gc_flags(); // GC ergonomics static void set_conservative_max_heap_alignment(); static void set_use_compressed_oops(); static void set_use_compressed_klass_ptrs(); ! static void select_gc(); ! static void set_ergonomics_flags(); static void set_shared_spaces_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); // Setup heap size --- 470,480 ---- static void set_g1_gc_flags(); // GC ergonomics static void set_conservative_max_heap_alignment(); static void set_use_compressed_oops(); static void set_use_compressed_klass_ptrs(); ! static jint set_ergonomics_flags(); static void set_shared_spaces_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); // Setup heap size
*** 633,644 **** static jint apply_ergo(); // Adjusts the arguments after the OS have adjusted the arguments static jint adjust_after_os(); static void set_gc_specific_flags(); - static bool gc_selected(); // whether a gc has been selected - static void select_gc_ergonomically(); #if INCLUDE_JVMCI // Check consistency of jvmci vm argument settings. static bool check_jvmci_args_consistency(); static void set_jvmci_specific_flags(); #endif --- 632,641 ----
< prev index next >