[aarch64-port-dev ] [RFR] 8u171 Update
Aleksey Shipilev
shade at redhat.com
Tue Apr 24 07:09:11 UTC 2018
On 04/24/2018 05:35 AM, Andrew Hughes wrote:
> Here is the corresponding update for aarch64/jdk8u, aarch64-jdk8u171-b10.
> http://cr.openjdk.java.net/~andrew/aarch64-8/u171/
corba looks ok.
hotspot looks ok.
jaxp looks ok.
jdk looks ok.
jaxws looks ok.
langtools looks ok.
nashorn looks ok.
All good.
> The Shenandoah merge is:
> http://cr.openjdk.java.net/~andrew/aarch64-8/u171/hotspot/shenandoah.merge.b10
Missing bits in cpp/fixup_cloned_reference:
*) "if (UseG1GC)" should be "if (UseG1GC || UseShenandoahGC)" -- Shenandoah/8u piggybacks on G1 on
this path
*) oopDesc::equals is missing, Shenandoah needs it for correctness:
"(java_lang_ref_Reference::queue(clone) == java_lang_ref_ReferenceQueue::ENQUEUED_queue())"
should be:
"(oopDesc::equals(java_lang_ref_Reference::queue(clone),
java_lang_ref_ReferenceQueue::ENQUEUED_queue())))"
I can fix them after the merge.
Thanks,
-Aleksey
More information about the aarch64-port-dev
mailing list