From e2e4ab03f3bf4534d8ea082ca8a0b84ef4c91ac4 Mon Sep 17 00:00:00 2001 From: OpenJDK Team Date: Wed, 20 Jul 2022 17:04:41 +0100 Subject: [PATCH] jaw-classpath Fix finding the Java ATK wrapper, see #900912 Gbp-Pq: Name jaw-classpath.diff --- src/hotspot/os/linux/os_linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotspot/os/linux/os_linux.cpp b/src/hotspot/os/linux/os_linux.cpp index fa378ba3d..815fa3ffd 100644 --- a/src/hotspot/os/linux/os_linux.cpp +++ b/src/hotspot/os/linux/os_linux.cpp @@ -461,6 +461,7 @@ void os::init_system_properties_values() { if (!set_boot_path('/', ':')) { vm_exit_during_initialization("Failed setting boot class path.", NULL); } + Arguments::append_sysclasspath("/usr/share/java/java-atk-wrapper.jar"); } // Where to look for native libraries. -- 2.30.2