projects
/
openjdk-17.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a6548
)
jaw-classpath
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Thu, 26 Jan 2023 10:36:16 +0000
(10:36 +0000)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/src/hotspot/os/linux/os_linux.cpp
b/src/hotspot/os/linux/os_linux.cpp
index 65b3ed466984a9d68242b2927738be1192d540e3..2f33ca653c56bce863b0652a3c70a78aeaadd0de 100644
(file)
--- a/
src/hotspot/os/linux/os_linux.cpp
+++ b/
src/hotspot/os/linux/os_linux.cpp
@@
-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.