RFR: 8345503: Test EnableNativeAccessCDS.java fails with TEST_THREAD_FACTORY=Virtual [v2]

SendaoYan syan at openjdk.org
Thu Dec 5 01:47:43 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 adds `--enable-native-access` to the list of options that takes additional arguments.
>
> 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

After apply the patch of this PR, the test run passed.

-------------

Marked as reviewed by syan (Committer).

PR Review: https://git.openjdk.org/jdk/pull/22555#pullrequestreview-2480250248


More information about the hotspot-runtime-dev mailing list