|
1 | 1 | /* |
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. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 | 4 | * |
5 | 5 | * This code is free software; you can redistribute it and/or modify it |
|
43 | 43 | * @build jdk.test.whitebox.WhiteBox |
44 | 44 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
45 | 45 | * @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 |
48 | 48 | */ |
49 | 49 |
|
50 | 50 | /* |
|
57 | 57 | * @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox |
58 | 58 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
59 | 59 | * -Xbatch -XX:CompileCommand=compileonly,compiler.valhalla.inlinetypes.TestVirtualThreads*::test* |
60 | | - * compiler.valhalla.inlinetypes.TestVirtualThreads |
| 60 | + * compiler.valhalla.inlinetypes.TestVirtualThreads |
61 | 61 | */ |
62 | 62 |
|
63 | 63 | /* |
|
143 | 143 | * -Xcomp -XX:CompileCommand=dontinline,*::dontinline |
144 | 144 | * -XX:CompileCommand=compileonly,compiler.valhalla.inlinetypes.TestVirtualThreads*::test* |
145 | 145 | * -XX:CompileCommand=dontinline,*::test* |
146 | | - * compiler.valhalla.inlinetypes.TestVirtualThreads |
| 146 | + * compiler.valhalla.inlinetypes.TestVirtualThreads |
147 | 147 | */ |
148 | 148 |
|
149 | 149 | /* |
|
187 | 187 | * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
188 | 188 | * -Xbatch -XX:CompileCommand=dontinline,*::* |
189 | 189 | * -XX:CompileCommand=compileonly,compiler.valhalla.inlinetypes.TestVirtualThreads*::* |
190 | | - * compiler.valhalla.inlinetypes.TestVirtualThreads 250000 |
| 190 | + * compiler.valhalla.inlinetypes.TestVirtualThreads 250000 |
191 | 191 | */ |
192 | 192 |
|
193 | 193 | /* |
|
0 commit comments