[aarch64-port-dev ] [RFR] 8u171 Update
Andrew Hughes
gnu.andrew at redhat.com
Tue Apr 24 18:59:12 UTC 2018
On 24 April 2018 at 08:09, Aleksey Shipilev <shade at redhat.com> wrote:
> 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.
>
Thanks. I'll push.
>> 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.
>
Right, that sounds more like Shenandoah support for "8192025: Less
referential references" than
a merge issue.
Have you made the same changes for Shenandoah in 10 & 11?
> Thanks,
> -Aleksey
>
Thanks,
--
Andrew :)
Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Web Site: http://fuseyism.com
Twitter: https://twitter.com/gnu_andrew_java
PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222
More information about the aarch64-port-dev
mailing list