8268779: ZGC: runtime/InternalApi/ThreadCpuTimesDeadlock.java#id1 failed with "OutOfMemoryError: Java heap space"
Reviewed-by: eosterlund, stefank
This commit is contained in:
parent
19075b3f6b
commit
a6fa6ed1ed
@ -493,6 +493,11 @@ void ZDriver::run_service() {
|
||||
// Run GC
|
||||
gc(request);
|
||||
|
||||
if (should_terminate()) {
|
||||
// Abort
|
||||
break;
|
||||
}
|
||||
|
||||
// Notify GC completed
|
||||
_gc_cycle_port.ack();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user