8198635: Remove unused safepoint message functions and ShowSafepointMsgs

Reviewed-by: eosterlund, gtriantafill
This commit is contained in:
Coleen Phillimore 2018-02-23 14:13:06 -05:00
parent 4b482389bf
commit b9b29cb3d6
5 changed files with 4 additions and 61 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -503,12 +503,6 @@ extern "C" void psd() {
SystemDictionary::print();
}
extern "C" void safepoints() {
Command c("safepoints");
SafepointSynchronize::print_state();
}
#endif // !PRODUCT
extern "C" void pss() { // print all stacks