equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
37 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
37 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
38 * sun.hotspot.WhiteBox$WhiteBoxPermission |
38 * sun.hotspot.WhiteBox$WhiteBoxPermission |
39 * @run main/othervm -Xbootclasspath/a:. |
39 * @run main/othervm -Xbootclasspath/a:. |
40 * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
40 * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
41 * -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI |
41 * -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI |
42 * -Djvmci.Compiler=null |
42 * -XX:-UseJVMCICompiler |
43 * compiler.jvmci.compilerToVM.HasNeverInlineDirectiveTest |
43 * compiler.jvmci.compilerToVM.HasNeverInlineDirectiveTest |
44 */ |
44 */ |
45 |
45 |
46 package compiler.jvmci.compilerToVM; |
46 package compiler.jvmci.compilerToVM; |
47 |
47 |