mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6423256: GC stacks should use a better data structure
6942771: SEGV in ParScanThreadState::take_from_overflow_stack Reviewed-by: apetrusenko, ysr, pbk
This commit is contained in:
parent
aff36499e7
commit
1cdd538ea5
30 changed files with 718 additions and 402 deletions
|
@ -1073,6 +1073,7 @@ void WatcherThread::run() {
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (is_error_reported()) {
|
||||
// A fatal error has happened, the error handler(VMError::report_and_die)
|
||||
// should abort JVM after creating an error log file. However in some
|
||||
|
@ -1100,6 +1101,7 @@ void WatcherThread::run() {
|
|||
os::sleep(this, 5 * 1000, false);
|
||||
}
|
||||
}
|
||||
#endif // #if 0
|
||||
|
||||
PeriodicTask::real_time_tick(time_to_wait);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue