mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8198635: Remove unused safepoint message functions and ShowSafepointMsgs
Reviewed-by: eosterlund, gtriantafill
This commit is contained in:
parent
4b482389bf
commit
b9b29cb3d6
5 changed files with 4 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue