8253344: Remove unimplemented Arguments::check_gc_consistency

Reviewed-by: tschatzl, coleenp
This commit is contained in:
Aleksey Shipilev 2020-09-18 13:25:03 +00:00
parent 83b2411fd1
commit 6e9efffced

View File

@ -503,8 +503,6 @@ class Arguments : AllStatic {
// Adjusts the arguments after the OS have adjusted the arguments
static jint adjust_after_os();
// Check for consistency in the selection of the garbage collector.
static bool check_gc_consistency(); // Check user-selected gc
// Check consistency or otherwise of VM argument settings
static bool check_vm_args_consistency();
// Used by os_solaris