Integrated: 8257509: Strengthen requirements to call G1HeapVerifier::verify(VerifyOption)

Thomas Schatzl tschatzl at openjdk.java.net
Fri Dec 4 08:42:58 UTC 2020


On Thu, 3 Dec 2020 08:52:02 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   can I have reviews for this little change to strengthen the requirements for calling G1HeapVerifier::verify(VerifyOption)?
> 
> In particular, instead of the failed attempt to abort verification if we are not at a safepoint, assert that we are at a safepoint.
> 
> Testing: tier1-5 with no failures
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: ca402671
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ca402671
Stats:     6 lines in 1 file changed: 0 ins; 5 del; 1 mod

8257509: Strengthen requirements to call G1HeapVerifier::verify(VerifyOption)

Reviewed-by: sjohanss, ayang

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

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



More information about the hotspot-gc-dev mailing list