Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253344: Remove unimplemented Arguments::check_gc_consistency
Reviewed-by: tschatzl, coleenp
  • Loading branch information
shipilev committed Sep 18, 2020
1 parent 83b2411 commit 6e9efff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/runtime/arguments.hpp
Expand Up @@ -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
Expand Down

1 comment on commit 6e9efff

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 6e9efff Sep 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.