search for: 8174050

Displaying 3 results from an estimated 3 matches for "8174050".

2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...od. Your changes in loopPredicate.cpp does not match original changes - they miss iff->is_RangeCheck() check [1]. But in JDK8 we did not have specialized RangeCheckNode class in C2. Suggested fix should be fine fro jdk 8u. Reviewed. Please, when sending RFA ( approval request) use original 8174050 bug id. Thanks, Vladimir [1] http://hg.openjdk.java.net/jdk10/jdk10/hotspot/rev/316854ef2fa2 On 7/23/18 8:49 AM, Thomas Schatzl wrote: > Hi Leslie, > > On Fri, 2018-07-20 at 10:07 +0800, Leslie Zhai wrote: >> Hi Thomas, >> >> Thanks for your kind response! >> &g...
2018 Jul 20
3
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...[3], the bug >> could be fixed both in Compiler side and HotSpot side, please give >> me some suggestion, thanks a lot! And my sincere thanks will go to >> Nick who helped me a lot! > this has been fixed in the jvm in JDK10 with https://bugs.openjdk.jav > a.net/browse/JDK-8174050 . > > It has not been backported to jdk8; others may be able to tell you if > it can/will be backported. > > Thanks, > Thomas > >> 1. http://hg.loongnix.org/ >> 2. Loongson clang version 7.0.0 >> (git at github.com:Loong-Language/loong-clang.git >> c3...
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.