Skip to content

Commit ef2719a

Browse files
SendaoYanshipilev
authored andcommitted
8368668: Several vmTestbase/vm/gc/compact tests timed out on large memory machine
Backport-of: 9093d3a04cd2b66425cefb44de2990cb5362a29f
1 parent 50c298f commit ef2719a

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

test/hotspot/jtreg/vmTestbase/gc/gctests/AllocateWithoutOomTest/AllocateWithoutOomTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2011, 2025, 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
@@ -37,7 +37,7 @@
3737
*
3838
* @library /vmTestbase
3939
* /test/lib
40-
* @run main/othervm
40+
* @run main/othervm/timeout=480
4141
* -XX:-UseGCOverheadLimit
4242
* gc.gctests.AllocateWithoutOomTest.AllocateWithoutOomTest
4343
*/

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_InternedStrings_Strings/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp interned(randomString)

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp nonbranchyTree(high)

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_ArrayOf/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp nonbranchyTree(high)

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_NonbranchyTree_TwoFields/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp nonbranchyTree(high)

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp randomString

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_InternedStrings/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp randomString

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Compact_Strings_TwoFields/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp randomString

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_NonbranchyTree/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp nonbranchyTree(high)

test/hotspot/jtreg/vmTestbase/vm/gc/compact/Humongous_Strings/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, 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
@@ -36,7 +36,7 @@
3636
*
3737
* @library /vmTestbase
3838
* /test/lib
39-
* @run main/othervm
39+
* @run main/othervm/timeout=480
4040
* -XX:-UseGCOverheadLimit
4141
* vm.gc.compact.Compact
4242
* -gp randomString

0 commit comments

Comments
 (0)