mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8212108: SafepointSynchronizer never ending counter (big enough)
Reviewed-by: dholmes, eosterlund
This commit is contained in:
parent
954c14dc83
commit
72235f33c7
6 changed files with 38 additions and 29 deletions
|
@ -141,7 +141,7 @@ static void post_safepoint_end_event(EventSafepointEnd* event) {
|
|||
|
||||
SafepointSynchronize::SynchronizeState volatile SafepointSynchronize::_state = SafepointSynchronize::_not_synchronized;
|
||||
volatile int SafepointSynchronize::_waiting_to_block = 0;
|
||||
volatile int SafepointSynchronize::_safepoint_counter = 0;
|
||||
volatile uint64_t SafepointSynchronize::_safepoint_counter = 0;
|
||||
int SafepointSynchronize::_current_jni_active_count = 0;
|
||||
long SafepointSynchronize::_end_of_last_safepoint = 0;
|
||||
int SafepointSynchronize::_defer_thr_suspend_loop_count = 4000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue