[jdk21u-dev] RFR: 8319673: Few security tests ignore VM flags [v2]
SendaoYan
syan at openjdk.org
Fri Nov 8 03:31:45 UTC 2024
On Thu, 7 Nov 2024 16:01:01 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.
>>
>> Thanks!
>
> SendaoYan has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>
> - Merge branch 'openjdk:master' into backport-sendaoYan-43029006-master
> - Backport 430290066c23d09166a84f2f6f89e770c6ba04ff
This backport will generate below javac compiler error, caused by new API `Path resolve(String first, String... more)` was not supported in jdk21u-dev
Should we integrate this PR first, and then create a new PR to fix the compiler error.
/tmp/tone/run/jtreg/jdk-repo/test/jdk/java/security/Security/ConfigFileTest.java:57: error: no suitable method found for resolve(String,String)
private static Path COPIED_JAVA = COPY_JDK_DIR.resolve("bin", "java");
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/830#issuecomment-2463677848
More information about the jdk-updates-dev
mailing list