test/hotspot/jtreg/compiler/runtime/Test8168712.java
changeset 47916 bdbef8638948
parent 47690 bba11a95e927
equal deleted inserted replaced
47915:d4af6b80aec3 47916:bdbef8638948
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @requires vm.simpleArch == "x64" & vm.debug
    26  * @requires vm.debug
    27  * @bug 8168712
    27  * @bug 8168712
    28  *
    28  *
    29  * @run main/othervm -XX:CompileCommand=compileonly,Test8168712.* -XX:CompileCommand=compileonly,*Object.* -XX:+DTraceMethodProbes -XX:-UseOnStackReplacement -XX:+DeoptimizeRandom compiler.runtime.Test8168712
    29  * @run main/othervm -XX:CompileCommand=compileonly,Test8168712.* -XX:CompileCommand=compileonly,*Object.* -XX:+DTraceMethodProbes -XX:-UseOnStackReplacement -XX:+DeoptimizeRandom compiler.runtime.Test8168712
    30  */
    30  */
    31 package compiler.runtime;
    31 package compiler.runtime;