On Wed, 12 Jun 2024 02:00:41 GMT, SendaoYan <s...@openjdk.org> wrote:
> Hi all, > Currently, the testcase `test/jdk/tools/jlink/JLinkReproducibleTest.java` > doesn't receive jvm options from jtreg. > I think it's necessory to receive jvm options from jtreg. > Fix solution similar to > [JDK-8157850](https://bugs.openjdk.org/browse/JDK-8157850), the change has > been verified, only change the testacase, the risk is low. This pull request has now been integrated. Changeset: 8feabc84 Author: SendaoYan <s...@openjdk.org> Committer: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8feabc849ba2f617c8c6dbb2ec5074297beb6437 Stats: 7 lines in 1 file changed: 6 ins; 0 del; 1 mod 8334057: JLinkReproducibleTest.java support receive test.tool.vm.opts Reviewed-by: jpai ------------- PR: https://git.openjdk.org/jdk/pull/19669