Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@
* @summary Check stable flat array field folding
* @library /test/lib /
* @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64")
* @build jdk.test.whitebox.WhiteBox
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI compiler.c2.irTests.stable.StableFlatArrayTest
* @run driver ${test.main.class}
*/

package compiler.c2.irTests.stable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 0
* @run driver ${test.main.class} 0
*/

/*
Expand All @@ -40,7 +40,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 1
* @run driver ${test.main.class} 1
*/

/*
Expand All @@ -51,7 +51,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 2
* @run driver ${test.main.class} 2
*/

/*
Expand All @@ -62,7 +62,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 3
* @run driver ${test.main.class} 3
*/

/*
Expand All @@ -73,7 +73,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 4
* @run driver ${test.main.class} 4
*/

/*
Expand All @@ -84,7 +84,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 5
* @run driver ${test.main.class} 5
*/

/*
Expand All @@ -95,7 +95,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 6
* @run driver ${test.main.class} 6
*/

/*
Expand All @@ -106,7 +106,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 7
* @run driver ${test.main.class} 7
*/

/*
Expand All @@ -117,7 +117,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 8
* @run driver ${test.main.class} 8
*/

/*
Expand All @@ -128,7 +128,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 9
* @run driver ${test.main.class} 9
*/

/*
Expand All @@ -139,7 +139,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 10
* @run driver ${test.main.class} 10
*/

/*
Expand All @@ -150,7 +150,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 11
* @run driver ${test.main.class} 11
*/

/*
Expand All @@ -161,7 +161,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 12
* @run driver ${test.main.class} 12
*/

/*
Expand All @@ -172,7 +172,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main ${test.main.class} 13
* @run driver ${test.main.class} 13
*/

package compiler.valhalla.inlinetypes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 0
* @run driver ${test.main.class} 0
*/

/*
Expand All @@ -36,7 +36,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 1
* @run driver ${test.main.class} 1
*/

/*
Expand All @@ -45,7 +45,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 2
* @run driver ${test.main.class} 2
*/

/*
Expand All @@ -54,7 +54,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 3
* @run driver ${test.main.class} 3
*/

/*
Expand All @@ -63,7 +63,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 4
* @run driver ${test.main.class} 4
*/

/*
Expand All @@ -72,7 +72,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 5
* @run driver ${test.main.class} 5
*/

/*
Expand All @@ -81,7 +81,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 6
* @run driver ${test.main.class} 6
*/

/*
Expand All @@ -90,7 +90,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 7
* @run driver ${test.main.class} 7
*/

/*
Expand All @@ -99,7 +99,7 @@
* @summary Test that removing allocation merges of non-value and value object at EA is working properly.
* @library /test/lib /
* @enablePreview
* @run main compiler.valhalla.inlinetypes.TestAllocationMergeAndFolding 8
* @run driver ${test.main.class} 8
*/
package compiler.valhalla.inlinetypes;

Expand Down
14 changes: 7 additions & 7 deletions test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestArrays.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64" | os.simpleArch == "riscv64")
* @run main compiler.valhalla.inlinetypes.TestArrays 0
* @run driver ${test.main.class} 0
*/

/*
Expand All @@ -77,7 +77,7 @@
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64" | os.simpleArch == "riscv64")
* @run main compiler.valhalla.inlinetypes.TestArrays 1
* @run driver ${test.main.class} 1
*/

/*
Expand All @@ -89,7 +89,7 @@
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64" | os.simpleArch == "riscv64")
* @run main compiler.valhalla.inlinetypes.TestArrays 2
* @run driver ${test.main.class} 2
*/

/*
Expand All @@ -101,7 +101,7 @@
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64" | os.simpleArch == "riscv64")
* @run main compiler.valhalla.inlinetypes.TestArrays 3
* @run driver ${test.main.class} 3
*/

/*
Expand All @@ -113,7 +113,7 @@
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64" | os.simpleArch == "riscv64")
* @run main compiler.valhalla.inlinetypes.TestArrays 4
* @run driver ${test.main.class} 4
*/

/*
Expand All @@ -125,7 +125,7 @@
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64" | os.simpleArch == "riscv64")
* @run main compiler.valhalla.inlinetypes.TestArrays 5
* @run driver ${test.main.class} 5
*/

/*
Expand All @@ -137,7 +137,7 @@
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @requires (os.simpleArch == "x64" | os.simpleArch == "aarch64" | os.simpleArch == "riscv64")
* @run main compiler.valhalla.inlinetypes.TestArrays 6
* @run driver ${test.main.class} 6
*/

@ForceCompileClassInitializer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main compiler.valhalla.inlinetypes.TestBasicFunctionality 0
* @run driver ${test.main.class} 0
*/

/*
Expand All @@ -67,7 +67,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main compiler.valhalla.inlinetypes.TestBasicFunctionality 1
* @run driver ${test.main.class} 1
*/

/*
Expand All @@ -80,7 +80,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main compiler.valhalla.inlinetypes.TestBasicFunctionality 2
* @run driver ${test.main.class} 2
*/

/*
Expand All @@ -93,7 +93,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main compiler.valhalla.inlinetypes.TestBasicFunctionality 3
* @run driver ${test.main.class} 3
*/

/*
Expand All @@ -106,7 +106,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main compiler.valhalla.inlinetypes.TestBasicFunctionality 4
* @run driver ${test.main.class} 4
*/

/*
Expand All @@ -119,7 +119,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main compiler.valhalla.inlinetypes.TestBasicFunctionality 5
* @run driver ${test.main.class} 5
*/

/*
Expand All @@ -132,7 +132,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main compiler.valhalla.inlinetypes.TestBasicFunctionality 6
* @run driver ${test.main.class} 6
*/

@ForceCompileClassInitializer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* @enablePreview
* @modules java.base/jdk.internal.value
* java.base/jdk.internal.vm.annotation
* @run main/timeout=300 compiler.valhalla.inlinetypes.TestC1
* @run driver/timeout=300 ${test.main.class}
*/

public class TestC1 {
Expand Down
Loading