On Mon, 17 May 2021 12:07:13 GMT, Yasumasa Suenaga <[email protected]> wrote:
> Following jtreg tests for SA would fail because SA has not followed > [JDK-8220587](https://bugs.openjdk.java.net/browse/JDK-8220587) and > [JDK-8224965](https://bugs.openjdk.java.net/browse/JDK-8224965). > > * serviceability/sa/ClhsdbDumpheap.java > * serviceability/sa/ClhsdbFindPC.java > * serviceability/sa/ClhsdbInspect.java > * serviceability/sa/ClhsdbSymbol.java > * serviceability/sa/TestHeapDumpForInvokeDynamic.java > * serviceability/sa/TestJmapCore.java > * serviceability/sa/TestJmapCoreMetaspace.java > > They need to handle relocated objects and/or live regions (pages). SA should > handle them. > > This change passes serviceability/sa jtreg tests on Linux x64 with > -vmoption:-XX:+UseZGC, but I want to know this change works fine on testbed > for ZGC in Oracle. Could you help? This pull request has now been integrated. Changeset: 7e41ca3d Author: Yasumasa Suenaga <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/7e41ca3da820650e16d9ca7f5b188628cd666419 Stats: 799 lines in 23 files changed: 558 ins; 191 del; 50 mod 8266957: SA has not followed JDK-8220587 and JDK-8224965 Reviewed-by: cjplummer, sspitsyn ------------- PR: https://git.openjdk.java.net/jdk/pull/4057
