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:
Nils Eliasson 2016-01-22 15:25:40 +01:00
parent 56c2dccccf
commit ae0867c9f8
8 changed files with 48 additions and 69 deletions

View file

@ -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);