Skip to content

Commit 6e9efff

Browse files
committed
8253344: Remove unimplemented Arguments::check_gc_consistency
Reviewed-by: tschatzl, coleenp
1 parent 83b2411 commit 6e9efff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/share/runtime/arguments.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,6 @@ class Arguments : AllStatic {
503503
// Adjusts the arguments after the OS have adjusted the arguments
504504
static jint adjust_after_os();
505505

506-
// Check for consistency in the selection of the garbage collector.
507-
static bool check_gc_consistency(); // Check user-selected gc
508506
// Check consistency or otherwise of VM argument settings
509507
static bool check_vm_args_consistency();
510508
// Used by os_solaris

0 commit comments

Comments
 (0)