[jdk17u-dev] RFR: 8285397: JNI exception pending in CUPSfuncs.c:250 [v2]
openjdk-notifier[bot]
duke at openjdk.java.net
Tue May 24 08:46:01 UTC 2022
On Fri, 20 May 2022 17:25:47 GMT, Alexander Scherbatiy <alexsch at openjdk.org> wrote:
>> This is a pull request which depends on #405 and fixes some pending JNI exceptions in native code for JDK-8181571 fix.
>>
>> Manual test from the JDK-8181571 works with both fixes JDK-8181571 and JDK-8285397 when running within the macOS sandbox.
>>
>> The tests jdk-tier1, jdk-tier2, and jdk-tier3 automated tests have been run on Mac M1.
>> The only failed test on my system is tools/jlink/JLinkTest.java.JLinkTest which fails without the fix as well.
>
> Alexander Scherbatiy 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 dependent pull request has now been integrated, and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork:
git checkout JDK-8285397
git fetch https://git.openjdk.java.net/jdk17u-dev master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push
-------------
PR: https://git.openjdk.java.net/jdk17u-dev/pull/409
More information about the jdk-updates-dev
mailing list