search for: jdk8

Displaying 7 results from an estimated 7 matches for "jdk8".

Did you mean: jdk
2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi Thomas, Looks good. 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...
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) { //...
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 *')...
2019 May 13
2
JavaFX on C7 ?
...penJDK distribution included JavaFX? No. Red Hat does not have plans to deliver JavaFX or the OpenJFX project in our distribution." I thought JavaFX/openJFX was integrated into openjdk-11 (actually 9 according to the openjdk site), so I expected to see something along the lines of 'not in JDK8, but included standard with JDK11'. The above statement suggests they did not even build it into 11 on RHEL7 [2], and possibly not even on RHEL8. It might be interesting to know why... could it be a combo similar to [5] and not wanting to drop $2M/year on the MPEGLA cabal to do like Cisco[4]?...
2019 May 13
0
JavaFX on C7 ?
...tion included JavaFX? > No. Red Hat does not have plans to deliver JavaFX or the OpenJFX project in our distribution." > > I thought JavaFX/openJFX was integrated into openjdk-11 (actually 9 according to the openjdk site), so I expected to see something along the lines of 'not in JDK8, but included standard with JDK11'. The above statement suggests they did not even build it into 11 on RHEL7 [2], and possibly not even on RHEL8. It might be interesting to know why... could it be a combo similar to [5] and not wanting to drop $2M/year on the MPEGLA cabal to do like Cisco[4]?...
2019 May 13
2
JavaFX on C7 ?
Hi all! I'm getting: Error: JavaFX runtime components are missing, and are required to run this application for a certain Java app. I'm hoping someone can tell me what bits and pieces I need to install (and maybe where to find them) so I can satisfy that app's appetite without screwing up my system. Thanks in advance! Fred PS: I see openjfx at openjfx.io. I assume that if this
2018 Jul 30
9
GlobalISel design update and goals
Hi all, Over the past few months we’ve been doing work on the foundations for the next stages of GlobalISel development. In terms of changes from this time last year, the IR translator, the legalizer, and instruction selector have seen moderate to major changes. The most significant of these was the change to the legalizer API, allowing targets to use predicates to express legality, which gives