Patch inspired by file comparison with openjdk@19. diff -u -r openjdk-10.alt/src/hotspot/os/linux/os_linux.cpp openjdk-10/src/hotspot/os/linux/os_linux.cpp --- openjdk-10.alt/src/hotspot/os/linux/os_linux.cpp 2023-04-05 15:02:56.994779480 +0200 +++ openjdk-10/src/hotspot/os/linux/os_linux.cpp 2023-04-05 15:07:47.267537301 +0200 @@ -2155,7 +2155,7 @@ } p = OSContainer::cpu_cpuset_memory_nodes(); - if (p < 0) + if (p == NULL) st->print("cpu_memory_nodes() failed\n"); else { st->print("cpu_memory_nodes: %s\n", p); '> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests
AgeCommit message (Expand)Author
2020-07-22services: nix: Fix sandbox....Oleg Pykhalov
2020-07-19services: ganeti: Use TLS on the remote API by default....Marius Bakke
2020-07-17tests: docker-system: Use guile-3.0....Jakub Kądziołka
2020-07-16services: Add ganeti....Marius Bakke
2020-07-15tests: zabbix: Fix typo in comment....Oleg Pykhalov
2020-07-13gnu: tests: Fix unbound variable....Julien Lepiller
2020-07-11tests: networking: Use 'net.ifnames=0' for the Open vSwitch test....Marius Bakke
2020-06-30tests: install: Increase image size limit....Mathieu Othacehe
2020-06-26tests: install: Disable image compression....Mathieu Othacehe
2020-06-26tests: install: Fix marionette race condition....Mathieu Othacehe
2020-06-13image: Make 'find-image' non-monadic....Jan (janneke) Nieuwenhuizen
2020-05-29image: Do not use VM to create disk-images....Mathieu Othacehe
2020-05-20bootloader: grub: Allow booting from a Btrfs subvolume....Maxim Cournoyer
2020-05-05Merge branch 'master' into core-updatesMarius Bakke
2020-05-05image: Add a new API....Mathieu Othacehe