test/hotspot/jtreg/compiler/jvmci/compilerToVM/LookupMethodInPoolTest.java
changeset 55206 2fe2063fe567
parent 52427 3c6aa484536c
equal deleted inserted replaced
55205:ef23ea332077 55206:2fe2063fe567
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 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.
    38  * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox
    38  * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox
    39  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    39  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    40  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    40  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
    41  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    41  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    42  *                   -XX:+WhiteBoxAPI -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    42  *                   -XX:+WhiteBoxAPI -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    43  *                   -Djvmci.Compiler=null
    43  *                   -XX:-UseJVMCICompiler
    44  *                   compiler.jvmci.compilerToVM.LookupMethodInPoolTest
    44  *                   compiler.jvmci.compilerToVM.LookupMethodInPoolTest
    45  */
    45  */
    46 
    46 
    47 package compiler.jvmci.compilerToVM;
    47 package compiler.jvmci.compilerToVM;
    48 
    48