equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2015, 2018, 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. |
40 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
40 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
41 * sun.hotspot.WhiteBox$WhiteBoxPermission |
41 * sun.hotspot.WhiteBox$WhiteBoxPermission |
42 * @run main/othervm -Xbootclasspath/a:. |
42 * @run main/othervm -Xbootclasspath/a:. |
43 * -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI |
43 * -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI |
44 * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
44 * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
45 * -Djvmci.Compiler=null |
45 * -XX:-UseJVMCICompiler |
46 * compiler.jvmci.compilerToVM.LookupKlassInPoolTest |
46 * compiler.jvmci.compilerToVM.LookupKlassInPoolTest |
47 */ |
47 */ |
48 |
48 |
49 package compiler.jvmci.compilerToVM; |
49 package compiler.jvmci.compilerToVM; |
50 |
50 |