search for: 3544d85cfe11

Displaying 3 results from an estimated 3 matches for "3544d85cfe11".

2018 Jul 20
3
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi Thomas, Thanks for your kind response! Please review my backport for hs25, thanks a lot! diff -r 3544d85cfe11 src/share/vm/opto/lcm.cpp --- a/src/share/vm/opto/lcm.cpp Thu Jul 19 10:00:36 2018 +0100 +++ b/src/share/vm/opto/lcm.cpp Fri Jul 20 10:06:37 2018 +0800 @@ -49,7 +49,7 @@ // Check whether val is not-null-decoded compressed oop, // i.e. will grab into the base of the heap if it represents N...
2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...eview; see e.g. http://mail.openjdk.java.net/pip > ermail/jdk8u-dev/2018-July/007708.html for an example. > > If you need a sponsor, I could do that for you after approval (I am onjdk8u-dev, so I would notice :) ). > > Thanks, > Thomas > >> >> >> diff -r 3544d85cfe11 src/share/vm/opto/lcm.cpp >> --- a/src/share/vm/opto/lcm.cpp Thu Jul 19 10:00:36 2018 +0100 >> +++ b/src/share/vm/opto/lcm.cpp Fri Jul 20 10:06:37 2018 +0800 >> @@ -49,7 +49,7 @@ >> // Check whether val is not-null-decoded compressed oop, >> // i.e. will gr...
2018 Jul 19
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi HotSpot and LLVM developers, I am building OpenJDK8[1] with LLVM toolchain[2] for mips64el, it failed to build: /home/loongson/jdk8-mips/hotspot/src/share/vm/opto/lcm.cpp:52:35: error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int') if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops.