Closed FranckDemeyer closed 3 years ago
Hi @FranckDemeyer,
Indeed, there is a mistake!
Thank you very much for taking the time to look at the QuickPerf code and noticing the mistake!
Would you be interested in providing a fix?
Hi @jeanbisutti, I'll send a PR as soon as I can. 😊
I'll send a PR as soon as I can. 😊
Great @FranckDemeyer! When you could!
@jeanbisutti : https://github.com/quick-perf/quickperf/pull/161
Fixed with 59dee49c1082d918e28c0312b80fd92eb6b01bd4. Thank you @FranckDemeyer!
Describe the bug Hi, I think there's a little mistake made in GC enum class : When declaring SHENANDOAH the flag used in JvmOption is set to
new JvmOption("-XX:+UseZGC")
Expected behavior I think the flag should be set to
new JvmOption("-XX:+UseShenandoahGC")
Look directly at : quickperf/jvm/jvm-annotations/src/main/java/org/quickperf/jvm/gc/GC.java
Versions