mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV
Reviewed-by: brutisso, mgerdin
This commit is contained in:
parent
d78446aa45
commit
a3425b64f0
11 changed files with 89 additions and 10 deletions
|
@ -499,6 +499,9 @@ void before_exit(JavaThread * thread) {
|
|||
os::infinite_sleep();
|
||||
}
|
||||
|
||||
// Stop any ongoing concurrent GC work
|
||||
Universe::heap()->stop();
|
||||
|
||||
// Terminate watcher thread - must before disenrolling any periodic task
|
||||
if (PeriodicTask::num_tasks() > 0)
|
||||
WatcherThread::stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue