[jdk21u-dev] Integrated: 8319673: Few security tests ignore VM flags

SendaoYan syan at openjdk.org
Mon Nov 18 11:11:04 UTC 2024


On Tue, 9 Jul 2024 07:17:51 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> 
> This pull request contains a backport of commit [43029006](https://github.com/openjdk/jdk/commit/430290066c23d09166a84f2f6f89e770c6ba04ff) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. Backport parity with 21.0.5-oracle, the change has been verified, no risk.
> 
> The commit being backported was authored by Matthew Donovan on 29 Feb 2024 and was reviewed by Weijun Wang and Hai-May Chao.
> 
> The new API `Path resolve(String first, String... more)` was not supported in jdk21u-dev, so I change the line code from `COPY_JDK_DIR.resolve("bin", "java")` to `COPY_JDK_DIR.resolve("bin").resolve("java")` to avoid jdk21 javac generate compile error, and make this backport uncleanly, all other parts are backported cleanly.
> 
> The change has been verified locally, test-fix only, no risk.
> 
> Thanks!

This pull request has now been integrated.

Changeset: fa07b3de
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/fa07b3dee8c9958f759a4168e86670f145f769d1
Stats:     49 lines in 3 files changed: 12 ins; 13 del; 24 mod

8319673: Few security tests ignore VM flags

Reviewed-by: lucy
Backport-of: 430290066c23d09166a84f2f6f89e770c6ba04ff

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

PR: https://git.openjdk.org/jdk21u-dev/pull/830


More information about the jdk-updates-dev mailing list