mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
Merge
This commit is contained in:
commit
6e8916cdbb
34 changed files with 1085 additions and 590 deletions
|
@ -548,6 +548,10 @@ void before_exit(JavaThread * thread) {
|
|||
BeforeExit_lock->notify_all();
|
||||
}
|
||||
|
||||
// Shutdown NMT before exit. Otherwise,
|
||||
// it will run into trouble when system destroys static variables.
|
||||
MemTracker::shutdown(MemTracker::NMT_normal);
|
||||
|
||||
#undef BEFORE_EXIT_NOT_RUN
|
||||
#undef BEFORE_EXIT_RUNNING
|
||||
#undef BEFORE_EXIT_DONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue