Skip to content

GC declaration issue #159

@FranckDemeyer

Description

@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 tonew 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

  • QuickPerf: 1.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions