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

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


On Fri, 8 Nov 2024 09:47:15 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!
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   change the line code from COPY_JDK_DIR.resolve("bin", "java") to COPY_JDK_DIR.resolve("bin").resolve("java") to avoid jdk21 javac genrate compile error

Thanks all for the review and approved.

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

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/830#issuecomment-2482714903


More information about the jdk-updates-dev mailing list