jaw-classpath
authorOpenJDK Team <openjdk-17@packages.debian.org>
Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 26 Jan 2023 10:36:16 +0000 (10:36 +0000)
Fix finding the Java ATK wrapper, see #900912

Gbp-Pq: Name jaw-classpath.diff

src/hotspot/os/linux/os_linux.cpp

index 65b3ed466984a9d68242b2927738be1192d540e3..2f33ca653c56bce863b0652a3c70a78aeaadd0de 100644 (file)
@@ -464,6 +464,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.