[jdk11u-dev] RFR: 8248667: Need support for building native libraries located in the test/lib directory [v6]
Andrew Lu
andrewlu at openjdk.org
Fri Mar 8 10:10:24 UTC 2024
> 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;
> }
Andrew Lu has updated the pull request incrementally with one additional commit since the last revision:
revert back
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/2580/files
- new: https://git.openjdk.org/jdk11u-dev/pull/2580/files/b720f1e4..3c0fe6b8
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2580&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2580&range=04-05
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2580.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2580/head:pull/2580
PR: https://git.openjdk.org/jdk11u-dev/pull/2580
More information about the jdk-updates-dev
mailing list