mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 05:14:52 +02:00
8063112: Compiler diagnostic commands should have locking instead of safepoint
Remove unnecessary vm-ops and add locking instead, improve output Reviewed-by: kvn
This commit is contained in:
parent
56c2dccccf
commit
ae0867c9f8
8 changed files with 48 additions and 69 deletions
|
@ -350,8 +350,6 @@ public:
|
|||
// Debugging output for failure
|
||||
static void print_last_compile();
|
||||
|
||||
static void print_compiler_threads_on(outputStream* st);
|
||||
|
||||
// compiler name for debugging
|
||||
static const char* compiler_name(int comp_level);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue