jdk/test/lib/process/TestNativeProcessBuilder.java (in lib-test/tier1) uses a native test launcher executable, exejvm-test-launcher, which has explicitly dependency on libjvm.so. The test fails on static-jdk. This is the same issue as JDK-8352276.
WithJDK-8352276, we decided to skip the affected hotspot tier1 tests when running on static-jdk. We should skip jdk/test/lib/process/TestNativeProcessBuilder.java on static-jdk as well. JDK-8352305 will add tests using custom launcher executable on static JDK.
With
- relates to
-
JDK-8352276 Skip jtreg tests using native executable with libjvm.so/libjli.so dependencies on static JDK
-
- Resolved
-
-
JDK-8303796 Optionally build fully statically linked JDK image
-
- Open
-
-
JDK-8352305 Add tests using custom launcher executable on static JDK
-
- Open
-
- links to
-
Review(master) openjdk/jdk/25220