mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8149789: SIGSEGV in CompileTask::print
Print tasks from active compile threads requires safepoint Reviewed-by: kvn
This commit is contained in:
parent
e09bb29c2d
commit
607365df56
4 changed files with 18 additions and 2 deletions
|
@ -469,7 +469,6 @@ CompileQueue* CompileBroker::compile_queue(int comp_level) {
|
|||
void CompileBroker::print_compile_queues(outputStream* st) {
|
||||
st->print_cr("Current compiles: ");
|
||||
MutexLocker locker(MethodCompileQueue_lock);
|
||||
MutexLocker locker2(Threads_lock);
|
||||
|
||||
char buf[2000];
|
||||
int buflen = sizeof(buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue