Comment 0 for bug 2002586

Revision history for this message
Vladimir Petko (vpa1977) wrote :

When building openjdk-19, test/hotspot/jtreg/runtime/BootClassAppendProp/GetBootClassPathAppendProp.java fails with the following error:

``
execStatus=Failed. Execution failed\: `main' threw exception\: java.lang.RuntimeException\: Null value expected for jdk.boot.class.path.append\: /usr/share/java/java-atk-wrapper.jar
``

The root case is debian/jaw-classpath.diff patch that appends `/usr/share/java/java-atk-wrapper.jar` to the boot classpath.

Test needs to be patched for Debian/Ubuntu to take path manipulation into account.

NB. atk-wrapper is not installed on the test system, so the alternative solution is only append boot class path if atk-wrapper is present.