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:
2c94404
)
jaw-classpath
author
OpenJDK Team
<openjdk-17@packages.debian.org>
Wed, 20 Jul 2022 16:04:41 +0000
(17:04 +0100)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/src/hotspot/os/linux/os_linux.cpp
b/src/hotspot/os/linux/os_linux.cpp
index fa378ba3df4f8e6f3eec2a8c74065670424d40d7..815fa3ffd00f43b080124a9d60676260f895611f 100644
(file)
--- 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.