From: Andreas Enge <andreas@enge.fr>
To: guix-devel@gnu.org
Subject: OpenJDK in core-updates
Date: Wed, 5 Apr 2023 12:19:44 +0200 [thread overview]
Message-ID: <ZC1LQImZW9huxnmo@jurong> (raw)
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" ?
next reply other threads:[~2023-04-05 10:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-05 10:19 Andreas Enge [this message]
2023-04-05 10:34 ` OpenJDK in core-updates Andreas Enge
2023-04-05 12:26 ` Andreas Enge
2023-04-06 15:28 ` Andreas Enge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZC1LQImZW9huxnmo@jurong \
--to=andreas@enge.fr \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).