mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
12 lines
301 B
Diff
12 lines
301 B
Diff
--- a/src/hotspot/os/linux/os_linux.cpp
|
|
+++ b/src/hotspot/os/linux/os_linux.cpp
|
|
@@ -2155,7 +2155,7 @@
|
|
}
|
|
|
|
p = OSContainer::cpu_cpuset_memory_nodes();
|
|
- if (p < 0)
|
|
+ if (p != 0)
|
|
st->print("cpu_memory_nodes() failed\n");
|
|
else {
|
|
st->print("cpu_memory_nodes: %s\n", p);
|