jaw-classpath
authorOpenJDK Team <openjdk-17@packages.debian.org>
Wed, 20 Jul 2022 16:04:41 +0000 (17:04 +0100)
committerMatthias Klose <doko@ubuntu.com>
Wed, 20 Jul 2022 16:04:41 +0000 (17:04 +0100)
Fix finding the Java ATK wrapper, see #900912

Gbp-Pq: Name jaw-classpath.diff

src/hotspot/os/linux/os_linux.cpp

index fa378ba3df4f8e6f3eec2a8c74065670424d40d7..815fa3ffd00f43b080124a9d60676260f895611f 100644 (file)
@@ -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.