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/ BootClassAppend Prop/GetBootCla ssPathAppendPro p.java fails with the following error:
`` RuntimeExceptio n\: Null value expected for jdk.boot. class.path. append\ : /usr/share/ java/java- atk-wrapper. jar
execStatus=Failed. Execution failed\: `main' threw exception\: java.lang.
``
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.