Skip to content

Commit b2088aa

Browse files
committed
8379542
1 parent 35b7ee2 commit b2088aa

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestArrayCopyWithOops.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @enablePreview
3030
* @modules java.base/jdk.internal.value
3131
* java.base/jdk.internal.vm.annotation
32-
* @run main compiler.valhalla.inlinetypes.TestArrayCopyWithOops
32+
* @run main/timeout=240 compiler.valhalla.inlinetypes.TestArrayCopyWithOops
3333
*/
3434

3535
/*
@@ -40,10 +40,10 @@
4040
* @enablePreview
4141
* @modules java.base/jdk.internal.value
4242
* java.base/jdk.internal.vm.annotation
43-
* @run main/othervm -XX:CompileCommand=dontinline,compiler.valhalla.inlinetypes.TestArrayCopyWithOops::test*
44-
* -XX:CompileCommand=dontinline,compiler.valhalla.inlinetypes.TestArrayCopyWithOops::create*
45-
* -Xbatch
46-
* compiler.valhalla.inlinetypes.TestArrayCopyWithOops
43+
* @run main/othervm/timeout=240 -XX:CompileCommand=dontinline,compiler.valhalla.inlinetypes.TestArrayCopyWithOops::test*
44+
* -XX:CompileCommand=dontinline,compiler.valhalla.inlinetypes.TestArrayCopyWithOops::create*
45+
* -Xbatch
46+
* compiler.valhalla.inlinetypes.TestArrayCopyWithOops
4747
*/
4848

4949
/*
@@ -54,10 +54,10 @@
5454
* @enablePreview
5555
* @modules java.base/jdk.internal.value
5656
* java.base/jdk.internal.vm.annotation
57-
* @run main/othervm -XX:CompileCommand=dontinline,compiler.valhalla.inlinetypes.TestArrayCopyWithOops::test*
58-
* -XX:CompileCommand=dontinline,compiler.valhalla.inlinetypes.TestArrayCopyWithOops::create*
59-
* -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:-UseArrayFlattening
60-
* compiler.valhalla.inlinetypes.TestArrayCopyWithOops
57+
* @run main/othervm/timeout=240 -XX:CompileCommand=dontinline,compiler.valhalla.inlinetypes.TestArrayCopyWithOops::test*
58+
* -XX:CompileCommand=dontinline,compiler.valhalla.inlinetypes.TestArrayCopyWithOops::create*
59+
* -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:-UseArrayFlattening
60+
* compiler.valhalla.inlinetypes.TestArrayCopyWithOops
6161
*/
6262

6363
package compiler.valhalla.inlinetypes;

test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestVirtualThreads.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2025, 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
@@ -43,8 +43,8 @@
4343
* @build jdk.test.whitebox.WhiteBox
4444
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
4545
* @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
46-
* -Xbatch -XX:CompileCommand=compileonly,compiler.valhalla.inlinetypes.TestVirtualThreads*::*
47-
* compiler.valhalla.inlinetypes.TestVirtualThreads
46+
* -Xbatch -XX:CompileCommand=compileonly,compiler.valhalla.inlinetypes.TestVirtualThreads*::*
47+
* compiler.valhalla.inlinetypes.TestVirtualThreads
4848
*/
4949

5050
/*
@@ -57,7 +57,7 @@
5757
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
5858
* @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
5959
* -Xbatch -XX:CompileCommand=compileonly,compiler.valhalla.inlinetypes.TestVirtualThreads*::test*
60-
* compiler.valhalla.inlinetypes.TestVirtualThreads
60+
* compiler.valhalla.inlinetypes.TestVirtualThreads
6161
*/
6262

6363
/*
@@ -143,7 +143,7 @@
143143
* -Xcomp -XX:CompileCommand=dontinline,*::dontinline
144144
* -XX:CompileCommand=compileonly,compiler.valhalla.inlinetypes.TestVirtualThreads*::test*
145145
* -XX:CompileCommand=dontinline,*::test*
146-
* compiler.valhalla.inlinetypes.TestVirtualThreads
146+
* compiler.valhalla.inlinetypes.TestVirtualThreads
147147
*/
148148

149149
/*
@@ -187,7 +187,7 @@
187187
* @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
188188
* -Xbatch -XX:CompileCommand=dontinline,*::*
189189
* -XX:CompileCommand=compileonly,compiler.valhalla.inlinetypes.TestVirtualThreads*::*
190-
* compiler.valhalla.inlinetypes.TestVirtualThreads 250000
190+
* compiler.valhalla.inlinetypes.TestVirtualThreads 250000
191191
*/
192192

193193
/*

0 commit comments

Comments
 (0)