RFR: 8203290: [PPC64, s390] Check functionality of JDK-8199712 (Flight Recorder) [v7]

Tyler Steele duke at openjdk.java.net
Fri Jan 14 16:21:34 UTC 2022


On Tue, 11 Jan 2022 16:56:15 GMT, Tyler Steele <duke at openjdk.java.net> wrote:

> I'm looking for some clarification on the purpose TestNativeLibrariesEvent.java. Currently it fails with "Missing libraries:libjvm.so, libjava.so, libzip.so: expected true, was false". I find those libs in my build directory, and everything else seems to work. Can anyone provide an idea why this test is failing (or what the failure means)?

The only item keeping me from `/integrating` is the failing test referenced above. Can anyone provide some clarification? I find the 'missing' libs in a few places in the build directory including the paths below:


build/aix-ppc64-server-release/images/jdk/lib/libjava.so
build/aix-ppc64-server-release/images/jdk/lib/libzip.so
build/aix-ppc64-server-release/images/jdk/lib/server/libjvm.so

build/aix-ppc64-server-release/jdk/lib/libjava.so
build/aix-ppc64-server-release/jdk/lib/libzip.so
build/aix-ppc64-server-release/jdk/lib/server/libjvm.so


Another option is to simply add the test to a ProblemList.txt, but I'd prefer not to unless it's really warranted.

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

PR: https://git.openjdk.java.net/jdk/pull/6885



More information about the build-dev mailing list