RFR (S) 8218879: Keep track of memory accesses originated from Unsafe

Severin Gehwolf sgehwolf at redhat.com
Wed Aug 14 12:22:01 UTC 2019


Hi Aleksey,

On Wed, 2019-08-07 at 12:15 +0200, Aleksey Shipilev wrote:
> Original RFE:
>   https://bugs.openjdk.java.net/browse/JDK-8218879
>   https://hg.openjdk.java.net/jdk/jdk/rev/e002408eb0c0
> 
> This is needed to get the infrastructure for the follow-up backports (e.g. JDK-8224658). If we don't
> do this, parts of this patch would inevitably leak into 11u with those backports. Patch does not
> apply cleanly, because context is changed in some places.
> 
> 11u webrev:
>   https://cr.openjdk.java.net/~shade/8218879/webrev.11u.01/
> 
> Testing: tier1, tier2.

src/hotspot/share/c1/c1_Decorators.hpp

Context-only changes to jdk/jdk, OK.

src/hotspot/share/gc/shared/c2/barrierSetC2.cpp

Context-only changes to jdk/jdk, OK.

Otherwise patch is identical to jdk/jdk. Looks good.

Thanks,
Severin



More information about the jdk-updates-dev mailing list