Skip to content

Commit 7df417c

Browse files
author
SendaoYan
committed
8381270: TestGCPhaseConcurrent.java#Z intermittent fails OOME
Reviewed-by: tschatzl, mgronlun
1 parent ce55336 commit 7df417c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/jdk/jdk/jfr/event/gc/detailed/TestGCPhaseConcurrent.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -35,11 +35,11 @@
3535
* @requires vm.flagless
3636
* @library /test/lib /test/jdk /test/hotspot/jtreg
3737
* @requires vm.hasJFR & vm.gc.Z
38-
* @run main/othervm -XX:+UseZGC -Xmx32M jdk.jfr.event.gc.detailed.TestGCPhaseConcurrent Z
38+
* @run main/othervm -XX:+UseZGC -Xmx64M jdk.jfr.event.gc.detailed.TestGCPhaseConcurrent Z
3939
*/
4040

4141
/**
42-
* @test TestGCPhaseConcurrent
42+
* @test id=Shenandoah
4343
* @requires vm.flagless
4444
* @library /test/lib /test/jdk /test/hotspot/jtreg
4545
* @requires vm.hasJFR & vm.gc.Shenandoah

0 commit comments

Comments
 (0)