mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8308609: java/lang/ScopedValue/StressStackOverflow.java fails with "-XX:-VMContinuations"
Reviewed-by: alanb
This commit is contained in:
parent
b412fc79c3
commit
44a8aa0691
7 changed files with 82 additions and 70 deletions
|
@ -1578,7 +1578,7 @@ public class Thread implements Runnable {
|
|||
*/
|
||||
@Hidden
|
||||
@ForceInline
|
||||
private void runWith(Object bindings, Runnable op) {
|
||||
final void runWith(Object bindings, Runnable op) {
|
||||
ensureMaterializedForStackWalk(bindings);
|
||||
op.run();
|
||||
Reference.reachabilityFence(bindings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue