[jdk11u-dev] Withdrawn: 8248667: Need support for building native libraries located in the test/lib directory

Andrew Lu andrewlu at openjdk.org
Mon Mar 11 03:27:57 UTC 2024


On Mon, 4 Mar 2024 08:34:05 GMT, Andrew Lu <andrewlu at openjdk.org> wrote:

> Backport for JDK-8248194 and JDK-8248667
> CoreUtil.java:
> add this code to fix the  "Output doesn't contain the location of core file" assert error.
> if(crashOutputString == null || crashOutputString.equals("")) {
>        return null;
> }

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2580


More information about the jdk-updates-dev mailing list