RFR(M): 8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
David Holmes
david.holmes at oracle.com
Wed Apr 25 12:45:15 UTC 2018
Hi Michihiro,
On 23/04/2018 8:33 PM, Michihiro Horie wrote:
>
>
> Dear all,
>
> I would like to ask reviews on 8154736 “enhancement of cmpxchg and
> copy_to_survivor”. The change adds options to avoid expensive syncs with
> compare-and-exchange. An experiment by using SPECjbb2015 showed 6%
> improvement in critical-jOPS. This change focuses on ppc64 but would be
> potentially beneficial for aarch64.
>
> Although discussions stopped at
> http://mail.openjdk.java.net/pipermail/ppc-aix-port-dev/2016-October/002718.html
> , I would like to restart the review by taking over Hiroshi's work if the
> discussion is still open.
So the very last comment there was about not implicitly assuming
memory_order_consume, yet that has not been addressed in the proposal.
Further the discussion on hotspot-runtime-dev through September and
October was far more illuminating. I think my post here:
http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2016-October/021617.html
and the closely following one from Thomas Schatzl summed up the concerns
about the proposed changes.
AFAICS the restarted proposal addresses none of those concerns but
simply takes up where the previous implementation suggestion left off.
This is a proposal to change the memory ordering semantics of part of
the shared GC code _not_ just the PPC64 implementation, but I have seen
no analysis to demonstrate the correctness of such a proposal.
David
-----
> Bug: https://bugs.openjdk.java.net/browse/JDK-8154736
> Webrev: http://cr.openjdk.java.net/~mhorie/8154736/webrev.08/
>
> Previous review had discussions on improper log output (
> http://mail.openjdk.java.net/pipermail/ppc-aix-port-dev/2016-September/002672.html
> ). Logs can be generated properly with this change, but I would like to ask
> if we should use “if(log) OrderAccess:acquire()” as is in webrev or more
> general approach with a call to OrderAccess:consume() with empty
> implementation on all supported platforms.
>
> Also, there were discussions on the problem of unawareness of copied obj (
> http://mail.openjdk.java.net/pipermail/ppc-aix-port-dev/2016-October/002696.html
> ). This change adds “release” in cmpxchg_pre_membar. This was discussed in
> http://mail.openjdk.java.net/pipermail/ppc-aix-port-dev/2016-October/002698.html
> .
>
> I measured SPECjbb2015 with its multi JVMs mode on a POWER8 node (for JDK11
> , I modified MANIFEST in specjbb2015.jar to specify locations of JAXB
> related libraries). As a result, critical-jOPS improved by 6% due to this
> change.
>
> Best regards,
> --
> Michihiro,
> IBM Research - Tokyo
>
More information about the hotspot-gc-dev
mailing list