|
30 | 30 | * @modules java.base/jdk.internal.vm
|
31 | 31 | * @build java.base/java.lang.StackWalkerHelper
|
32 | 32 | *
|
33 |
| -* @run testng/othervm --enable-preview -Xint Basic |
| 33 | +* @enablePreview |
| 34 | +* @run testng/othervm -Xint Basic |
34 | 35 | *
|
35 |
| -* @run testng/othervm --enable-preview -Xcomp -XX:TieredStopAtLevel=3 -XX:CompileOnly=jdk/internal/vm/Continuation,Basic Basic |
36 |
| -* @run testng/othervm --enable-preview -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic Basic |
37 |
| -* @run testng/othervm --enable-preview -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic -XX:CompileCommand=exclude,Basic.manyArgsDriver Basic |
38 |
| -* @run testng/othervm --enable-preview -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic -XX:CompileCommand=exclude,jdk/internal/vm/Continuation.enter Basic |
39 |
| -* @run testng/othervm --enable-preview -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic -XX:CompileCommand=inline,jdk/internal/vm/Continuation.run Basic |
| 36 | +* @run testng/othervm -Xcomp -XX:TieredStopAtLevel=3 -XX:CompileOnly=jdk/internal/vm/Continuation,Basic Basic |
| 37 | +* @run testng/othervm -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic Basic |
| 38 | +* @run testng/othervm -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic -XX:CompileCommand=exclude,Basic.manyArgsDriver Basic |
| 39 | +* @run testng/othervm -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic -XX:CompileCommand=exclude,jdk/internal/vm/Continuation.enter Basic |
| 40 | +* @run testng/othervm -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic -XX:CompileCommand=inline,jdk/internal/vm/Continuation.run Basic |
40 | 41 | */
|
41 | 42 |
|
42 | 43 | /**
|
|
46 | 47 | * @modules java.base/jdk.internal.vm
|
47 | 48 | * @build java.base/java.lang.StackWalkerHelper
|
48 | 49 | *
|
49 |
| -* @run testng/othervm --enable-preview -XX:+VerifyStack -Xint Basic |
50 |
| -* @run testng/othervm --enable-preview -XX:+VerifyStack -Xcomp -XX:TieredStopAtLevel=3 -XX:CompileOnly=jdk/internal/vm/Continuation,Basic Basic |
51 |
| -* @run testng/othervm --enable-preview -XX:+VerifyStack -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic Basic |
| 50 | +* @run testng/othervm -XX:+VerifyStack -Xint Basic |
| 51 | +* @run testng/othervm -XX:+VerifyStack -Xcomp -XX:TieredStopAtLevel=3 -XX:CompileOnly=jdk/internal/vm/Continuation,Basic Basic |
| 52 | +* @run testng/othervm -XX:+VerifyStack -Xcomp -XX:-TieredCompilation -XX:CompileOnly=jdk/internal/vm/Continuation,Basic Basic |
52 | 53 | */
|
53 | 54 |
|
54 | 55 | import jdk.internal.vm.Continuation;
|
|
0 commit comments