Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254559: Remove unimplemented JVMFlag::get_locked_message_ext
Reviewed-by: dholmes, tschatzl
  • Loading branch information
shipilev committed Oct 12, 2020
1 parent 0ec1d63 commit 638f910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/runtime/flags/jvmFlag.hpp
Expand Up @@ -263,7 +263,6 @@ class JVMFlag {
void set_product();

JVMFlag::MsgType get_locked_message(char*, int) const;
JVMFlag::MsgType get_locked_message_ext(char*, int) const;

static bool is_default(JVMFlagsEnum flag);
static bool is_ergo(JVMFlagsEnum flag);
Expand Down

1 comment on commit 638f910

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 638f910 Oct 12, 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.