unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* OpenJDK in core-updates
@ 2023-04-05 10:19 Andreas Enge
  2023-04-05 10:34 ` Andreas Enge
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2023-04-05 10:19 UTC (permalink / raw)
  To: guix-devel

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*)’:
/tmp/guix-build-openjdk-9.181.drv-0/source/hotspot/src/share/vm/opto/lcm.cpp:42:35: error: ordered comparison of pointer with integer zero (‘address’ {aka ‘unsigned char*’} and ‘int’)
   42 |   if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops.
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
make[3]: *** [lib/CompileJvm.gmk:209: /tmp/guix-build-openjdk-9.181.drv-0/source/build/linux-x86_64-normal-server-release/hotspot/variant-server/libjvm/objs/lcm.o] Error 1

Hm, it might be enough to replace "> 0" by "!= NULL" ?



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-06 15:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05 10:19 OpenJDK in core-updates Andreas Enge
2023-04-05 10:34 ` Andreas Enge
2023-04-05 12:26   ` Andreas Enge
2023-04-06 15:28     ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).