RFR: 8266531: ZAddress::address() should be removed from SA

Chris Plummer cjplummer at openjdk.java.net
Tue May 11 00:03:54 UTC 2021


On Wed, 5 May 2021 01:35:11 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

> `ZAddress::address()` has been removed since [JDK-8235748](https://bugs.openjdk.java.net/browse/JDK-8235748), however SA has not followed it. Thus some SA tests would fail with ZGC.
> After this change, more than half of jtreg tests which are listed in ProblemList-zgc.txt pass on Linux x64 with -vmoption:-XX:+UseZGC. Please see the change of ProblemList-zgc.txt what test can be resolved.

The changes look good. I think it would be best if the 2nd review came from the GC team.

-------------

Marked as reviewed by cjplummer (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3868



More information about the hotspot-gc-dev mailing list