Re: OpenJDK in core-updates

2023-04-06 Thread Andreas Enge
Am Wed, Apr 05, 2023 at 02:26:07PM +0200 schrieb Andreas Enge: > Next problem, hopefully fixed by the following patch: Funny observation, the problems appear in even releases... So OpenJDK 12, 14 and 16 contain bugs that were fixed in 11, 13 and 15! As far as I can tell, this is fixed now on core-

Re: OpenJDK in core-updates

2023-04-05 Thread Andreas Enge
Next problem, hopefully fixed by the following patch: diff -u -r openjdk-9.alt/hotspot/test/runtime/StackGuardPages/exeinvoke.c openjdk-9/hotspot/test/runtime/StackGuardPages/exeinvoke.c --- openjdk-9.alt/hotspot/test/runtime/StackGuardPages/exeinvoke.c 2023-04-05 13:46:58.689964892 +0200 +

Re: OpenJDK in core-updates

2023-04-05 Thread Andreas Enge
Am Wed, Apr 05, 2023 at 12:19:44PM +0200 schrieb Andreas Enge: > Hm, it might be enough to replace "> 0" by "!= NULL" ? Good guess, this is done in openjdk@10. I will give it a try. Andreas

OpenJDK in core-updates

2023-04-05 Thread Andreas Enge
Hello, something we have done recently in core-updates breaks the build of OpenJDK, already at version 9. If someone could have a look, that would be great! Andreas /tmp/guix-build-openjdk-9.181.drv-0/source/hotspot/src/share/vm/opto/lcm.cpp: In function ‘bool accesses_heap_base_zone(Node*)’: