< prev index next >

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

Print this page

        

*** 23,32 **** --- 23,33 ---- /** * @test * @bug 6855215 * @summary Calculation error (NaN) after about 1500 calculations + * @requires os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" * * @run main/othervm -Xbatch -XX:UseSSE=0 compiler.c1.Test6855215 */ package compiler.c1;
< prev index next >