< prev index next >

test/hotspot/jtreg/compiler/c1/Test6579789.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /** * @test * @bug 6579789 * @summary Internal error "c1_LinearScan.cpp:1429 Error: assert(false,"")" in debuggee with fastdebug VM + * @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" * * @run main/othervm -Xcomp -XX:UseSSE=0 * -XX:CompileCommand=compileonly,compiler.c1.Test6579789::bug * compiler.c1.Test6579789 */
< prev index next >