Integrated: 8345503: Test EnableNativeAccessCDS.java fails with TEST_THREAD_FACTORY=Virtual

Matias Saavedra Silva matsaave at openjdk.org
Thu Dec 5 02:34:41 UTC 2024


On Wed, 4 Dec 2024 18:43:35 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.

This pull request has now been integrated.

Changeset: 9c3d3b95
Author:    Matias Saavedra Silva <matsaave at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9c3d3b95409c5e5bc138bcceb9ea75394b9fcac4
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8345503: Test EnableNativeAccessCDS.java fails with TEST_THREAD_FACTORY=Virtual

Reviewed-by: lmesnik, iklam, syan

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

PR: https://git.openjdk.org/jdk/pull/22555


More information about the hotspot-runtime-dev mailing list