|
30 | 30 | * @build jdk.test.whitebox.WhiteBox |
31 | 31 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
32 | 32 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
33 | | - * compiler.valhalla.inlinetypes.TestVirtualThreads |
| 33 | + * compiler.valhalla.inlinetypes.TestVirtualThreads |
34 | 34 | */ |
35 | 35 |
|
36 | 36 | /* |
|
42 | 42 | * @build jdk.test.whitebox.WhiteBox |
43 | 43 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
44 | 44 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
45 | | - * -Xbatch -XX:CompileCommand=compileonly,TestVirtualThreads*::* |
46 | | - * compiler.valhalla.inlinetypes.TestVirtualThreads |
| 45 | + * -Xbatch -XX:CompileCommand=compileonly,*TestVirtualThreads*::* |
| 46 | + * compiler.valhalla.inlinetypes.TestVirtualThreads |
47 | 47 | */ |
48 | 48 |
|
49 | 49 | /* |
|
55 | 55 | * @build jdk.test.whitebox.WhiteBox |
56 | 56 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
57 | 57 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
58 | | - * -Xbatch -XX:CompileCommand=compileonly,TestVirtualThreads*::test* |
| 58 | + * -Xbatch -XX:CompileCommand=compileonly,*TestVirtualThreads*::test* |
59 | 59 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
60 | 60 | */ |
61 | 61 |
|
|
69 | 69 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
70 | 70 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
71 | 71 | * -Xbatch -XX:CompileCommand=dontinline,*::dontinline |
72 | | - * -XX:CompileCommand=compileonly,TestVirtualThreads*::test* |
| 72 | + * -XX:CompileCommand=compileonly,*TestVirtualThreads*::test* |
73 | 73 | * -XX:CompileCommand=dontinline,*::test* |
74 | 74 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
75 | 75 | */ |
|
84 | 84 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
85 | 85 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
86 | 86 | * -Xbatch -XX:CompileCommand=dontinline,*::dontinline |
87 | | - * -XX:CompileCommand=compileonly,TestVirtualThreads*::test* |
| 87 | + * -XX:CompileCommand=compileonly,*TestVirtualThreads*::test* |
88 | 88 | * -XX:CompileCommand=dontinline,*::*Helper |
89 | 89 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
90 | 90 | */ |
|
99 | 99 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
100 | 100 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
101 | 101 | * -Xbatch -XX:CompileCommand=dontinline,*::dontinline |
102 | | - * -XX:CompileCommand=compileonly,TestVirtualThreads*::test* |
| 102 | + * -XX:CompileCommand=compileonly,*TestVirtualThreads*::test* |
103 | 103 | * -XX:CompileCommand=exclude,*::*Helper |
104 | 104 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
105 | 105 | */ |
|
113 | 113 | * @build jdk.test.whitebox.WhiteBox |
114 | 114 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
115 | 115 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
116 | | - * -Xcomp -XX:CompileCommand=compileonly,TestVirtualThreads*::* |
| 116 | + * -Xcomp -XX:CompileCommand=compileonly,*TestVirtualThreads*::* |
117 | 117 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
118 | 118 | */ |
119 | 119 |
|
|
126 | 126 | * @build jdk.test.whitebox.WhiteBox |
127 | 127 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
128 | 128 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
129 | | - * -Xcomp -XX:CompileCommand=compileonly,TestVirtualThreads*::test* |
| 129 | + * -Xcomp -XX:CompileCommand=compileonly,*TestVirtualThreads*::test* |
130 | 130 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
131 | 131 | */ |
132 | 132 |
|
|
140 | 140 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
141 | 141 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
142 | 142 | * -Xcomp -XX:CompileCommand=dontinline,*::dontinline |
143 | | - * -XX:CompileCommand=compileonly,TestVirtualThreads*::test* |
| 143 | + * -XX:CompileCommand=compileonly,*TestVirtualThreads*::test* |
144 | 144 | * -XX:CompileCommand=dontinline,*::test* |
145 | 145 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
146 | 146 | */ |
|
155 | 155 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
156 | 156 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
157 | 157 | * -Xcomp -XX:CompileCommand=dontinline,*::dontinline |
158 | | - * -XX:CompileCommand=compileonly,TestVirtualThreads*::test* |
| 158 | + * -XX:CompileCommand=compileonly,*TestVirtualThreads*::test* |
159 | 159 | * -XX:CompileCommand=dontinline,*::*Helper |
160 | 160 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
161 | 161 | */ |
|
170 | 170 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
171 | 171 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
172 | 172 | * -Xcomp -XX:CompileCommand=dontinline,*::dontinline |
173 | | - * -XX:CompileCommand=compileonly,TestVirtualThreads*::test* |
| 173 | + * -XX:CompileCommand=compileonly,*TestVirtualThreads*::test* |
174 | 174 | * -XX:CompileCommand=exclude,*::*Helper |
175 | 175 | * compiler.valhalla.inlinetypes.TestVirtualThreads |
176 | 176 | */ |
|
185 | 185 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
186 | 186 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
187 | 187 | * -Xbatch -XX:CompileCommand=dontinline,*::* |
188 | | - * -XX:CompileCommand=compileonly,TestVirtualThreads*::* |
| 188 | + * -XX:CompileCommand=compileonly,*TestVirtualThreads*::* |
189 | 189 | * compiler.valhalla.inlinetypes.TestVirtualThreads 250000 |
190 | 190 | */ |
191 | 191 |
|
|
199 | 199 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
200 | 200 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
201 | 201 | * -Xcomp -XX:CompileCommand=dontinline,*::* |
202 | | - * -XX:CompileCommand=compileonly,TestVirtualThreads*::* |
| 202 | + * -XX:CompileCommand=compileonly,*TestVirtualThreads*::* |
203 | 203 | * compiler.valhalla.inlinetypes.TestVirtualThreads 250000 |
204 | 204 | */ |
205 | 205 |
|
|
0 commit comments