mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
6957084: simplify TaskQueue overflow handling
Reviewed-by: ysr, jmasa
This commit is contained in:
parent
091b24c59d
commit
e8dbd32204
11 changed files with 200 additions and 447 deletions
|
@ -414,7 +414,6 @@ bool PSScavenge::invoke_no_policy() {
|
|||
}
|
||||
|
||||
// Finally, flush the promotion_manager's labs, and deallocate its stacks.
|
||||
assert(promotion_manager->claimed_stack_empty(), "Sanity");
|
||||
PSPromotionManager::post_scavenge();
|
||||
|
||||
promotion_failure_occurred = promotion_failed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue