[jdk17] RFR: 8268576: jdk/jfr/event/gc/collection/TestSystemGc.java fails

David Holmes dholmes at openjdk.java.net
Fri Jun 11 02:46:12 UTC 2021


On Fri, 11 Jun 2021 00:06:28 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> jdk/jfr/event/gc/collection/TestSystemGc.java fails in jdk17 and jdk.
> 
> It can be fixed by renaming :
> test/jdk/jdk/jfr/event/gc/collection/TestSystemGc.java -> test/jdk/jdk/jfr/event/gc/collection/TestSystemGC.java
> 
> Thanks.
> Best regards,
> Jie

Note this will fix the problem in JDK 18 not JDK 17. If you push to 18 you will need a manual backport to 17. If you push to 17 it will be automatically forweard-ported to 18.

Right. Sorry I didn't see the "17" only the openjdk:master :)

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

PR: https://git.openjdk.java.net/jdk17/pull/11


More information about the hotspot-dev mailing list