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

Andrew Lu andrewlu at openjdk.org
Fri Mar 8 10:04:27 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.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/f3f3b1ca..b720f1e4

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2580&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2580&range=03-04

  Stats: 5 lines in 1 file changed: 3 ins; 2 del; 0 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