hotspot/test/compiler/jvmci/compilerToVM/LookupNameInPoolTest.java
changeset 44836 45196b7066e3
parent 43972 1ade39b8381b
equal deleted inserted replaced
44835:d4fb4e9f9551 44836:45196b7066e3
    39  * @build sun.hotspot.WhiteBox
    39  * @build sun.hotspot.WhiteBox
    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:. -XX:+UnlockDiagnosticVMOptions
    42  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
    43  *                   -XX:+WhiteBoxAPI -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
    43  *                   -XX:+WhiteBoxAPI -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
       
    44  *                   -Djvmci.Compiler=null
    44  *                   compiler.jvmci.compilerToVM.LookupNameInPoolTest
    45  *                   compiler.jvmci.compilerToVM.LookupNameInPoolTest
    45  */
    46  */
    46 
    47 
    47 package compiler.jvmci.compilerToVM;
    48 package compiler.jvmci.compilerToVM;
    48 
    49