< prev index next >

test/compiler/codegen/Test6823354.java

Print this page

        

*** 24,34 **** /** * @test * @bug 6823354 * @summary These methods can be instrinsified by using bit scan, bit test, and population count instructions. * @modules java.base/jdk.internal.misc ! * @library /testlibrary * * @run main/othervm -Xcomp * -XX:CompileCommand=compileonly,compiler.codegen.Test6823354::lzcomp * -XX:CompileCommand=compileonly,compiler.codegen.Test6823354::tzcomp * -XX:CompileCommand=compileonly,compiler.codegen.*::dolzcomp --- 24,34 ---- /** * @test * @bug 6823354 * @summary These methods can be instrinsified by using bit scan, bit test, and population count instructions. * @modules java.base/jdk.internal.misc ! * @library /test/lib * * @run main/othervm -Xcomp * -XX:CompileCommand=compileonly,compiler.codegen.Test6823354::lzcomp * -XX:CompileCommand=compileonly,compiler.codegen.Test6823354::tzcomp * -XX:CompileCommand=compileonly,compiler.codegen.*::dolzcomp
< prev index next >