Skip to content

Commit c983df0

Browse files
authored
Merge branch 'openjdk:master' into backport-sendaoYan-fe29cad5-master
2 parents 44af9bd + 3065c22 commit c983df0

File tree

14 files changed

+106
-32
lines changed

14 files changed

+106
-32
lines changed

make/test/BuildTestLib.gmk

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ $(eval $(call SetupJavaCompilation, BUILD_TEST_LIB_JAR, \
5454
JAR := $(TEST_LIB_SUPPORT)/test-lib.jar, \
5555
DISABLED_WARNINGS := try deprecation rawtypes unchecked serial cast removal preview, \
5656
JAVAC_FLAGS := --add-exports java.base/sun.security.util=ALL-UNNAMED \
57-
--add-exports java.base/jdk.internal.classfile=ALL-UNNAMED \
58-
--add-exports java.base/jdk.internal.classfile.attribute=ALL-UNNAMED \
59-
--add-exports java.base/jdk.internal.classfile.constantpool=ALL-UNNAMED \
60-
--add-exports java.base/jdk.internal.classfile.java.lang.constant=ALL-UNNAMED \
6157
--add-exports java.base/jdk.internal.module=ALL-UNNAMED \
58+
--add-exports java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED \
59+
--add-exports java.base/jdk.internal.org.objectweb.asm.commons=ALL-UNNAMED \
6260
--enable-preview, \
6361
))
6462

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)

0 commit comments

Comments
 (0)