Displaying 2 results from an estimated 2 matches for "openjd".
Did you mean:
opened
2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...atch 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!
>>
>> Please review my backport for hs25, thank...
2018 Jul 20
3
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
...) {
+ if (base() != NULL) {
MemTracker::record_virtual_memory_type((address)base(), mtJavaHeap);
}
在 2018年07月19日 19:37, Thomas Schatzl 写道:
> Hi,
>
> On Thu, 2018-07-19 at 18:56 +0800, Leslie Zhai wrote:
>> 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 *'...