2023-01-11 22:49:20 |
Vladimir Petko |
description |
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. |
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 cause 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. |
|