RFR: 8268424: JFR tests fail due to GC cause 'G1 Preventive Collection' not in the valid causes after JDK-8257774
David Holmes
dholmes at openjdk.java.net
Wed Jun 9 02:21:13 UTC 2021
On Wed, 9 Jun 2021 00:51:08 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> A new gc cause called 'G1 Preventive Collection' was added in JDK-8257774.
> So the following two jfr tests should also be updated to fix the test failures.
>
>
> jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java
> jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java
>
>
> Thanks.
> Best regards,
> Jie
Hi Jie,
This looks good and trivial IMO.
Thanks for fixing it!
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4422
More information about the hotspot-dev
mailing list