Skip to content

Commit ae10055

Browse files
author
Thomas Schatzl
committed
8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out
Reviewed-by: kbarrett, ayang Backport-of: 953c35e
1 parent 4e52320 commit ae10055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/gc/arguments/TestMinInitialErgonomics.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2024, 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
@@ -27,6 +27,7 @@
2727
* @test TestMinInitialErgonomics
2828
* @bug 8006088
2929
* @requires vm.gc.Parallel
30+
* @requires vm.compMode != "Xcomp"
3031
* @summary Test Parallel GC ergonomics decisions related to minimum and initial heap size.
3132
* @library /test/lib
3233
* @library /

0 commit comments

Comments
 (0)