Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit

Permalink
8242370: Enable JFR TestGCPhaseConcurrent test for Shenandoah
Browse files Browse the repository at this point in the history
Reviewed-by: stefank
  • Loading branch information
zhengyu123 committed Apr 8, 2020
1 parent 29b0912 commit 6c1f8e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/jdk/jdk/jfr/event/gc/detailed/TestGCPhaseConcurrent.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,19 @@

/**
* @test TestGCPhaseConcurrent
* @requires vm.hasJFR & vm.gc.Z
* @key jfr
* @library /test/lib /test/jdk /test/hotspot/jtreg
* @requires vm.hasJFR & vm.gc.Z
* @run main/othervm -XX:+UseZGC -Xmx32M jdk.jfr.event.gc.detailed.TestGCPhaseConcurrent
*/

/**
* @test TestGCPhaseConcurrent
* @key jfr
* @library /test/lib /test/jdk /test/hotspot/jtreg
* @requires vm.hasJFR & vm.gc.Shenandoah
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -Xmx32M jdk.jfr.event.gc.detailed.TestGCPhaseConcurrent
*/
public class TestGCPhaseConcurrent {
public static void main(String[] args) throws Exception {
try (Recording recording = new Recording()) {
Expand Down

0 comments on commit 6c1f8e1

Please sign in to comment.