RFR: 8288203: runtime/ClassUnload/UnloadTestWithVerifyDuringGC.java fails with release VMs

Aleksey Shipilev shade at openjdk.java.net
Fri Jun 10 11:32:04 UTC 2022


On Fri, 10 Jun 2022 11:14:22 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> Please review this trivial patch.
> runtime/ClassUnload/UnloadTestWithVerifyDuringGC.java fails with release VMs due to 'VerifyDuringGC' is diagnostic.
> So let's move `-XX:+UnlockDiagnosticVMOptions` before 'VerifyDuringGC' to fix it.
> 
> Thanks.
> Best regards, 
> Jie

Looks fine and trivial.

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

Marked as reviewed by shade (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9125



More information about the hotspot-gc-dev mailing list