RFR: 8308609: java/lang/ScopedValue/StressStackOverflow.java fails with "-XX:-VMContinuations" [v8]
Andrew Haley
aph at openjdk.org
Thu Jun 15 11:45:04 UTC 2023
> Move `runWith()` from `VirtualThread` to `BaseVirtualThread`.
>
> `BoundVirtualThread` does not use `runWith()` to run its task, so when a VM error occurs it can not recover scoped values.
>
> Moving `runWith()` into the common subclass of both `VirtualThread` and `BoundVirtualThread` fixes the problem.
Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
Correct catch a top level.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14399/files
- new: https://git.openjdk.org/jdk/pull/14399/files/b2663471..787398ce
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14399&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14399&range=06-07
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/14399.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14399/head:pull/14399
PR: https://git.openjdk.org/jdk/pull/14399
More information about the hotspot-dev
mailing list