RFR: 8345503: Test EnableNativeAccessCDS.java fails with TEST_THREAD_FACTORY=Virtual [v2]
Ioi Lam
iklam at openjdk.org
Wed Dec 4 20:54:42 UTC 2024
On Wed, 4 Dec 2024 19:26:24 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
>> The JTREG option `TEST_THREAD_FACTORY=Virtual` injects command line arguments into the test and may separate an option from its arguments. In this case, the option was being placed between `--enable-native-access` and it's argument `java.base`. This patch joins the option and argument together to avoid the issue.
>
> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>
> Added --enable-native-access to double word list
Marked as reviewed by iklam (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22555#pullrequestreview-2479876796
More information about the hotspot-runtime-dev
mailing list