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?

Marked as reviewed by cjplummer (Reviewer).

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

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

Reply via email to