< prev index next >

test/jdk/java/lang/invoke/VarHandles/VarHandleTestAccessDouble.java

Print this page
rev 55900 : 8207257: Add VarHandle access test for value type declared in ref type
Reviewed-by: tbd

*** 19,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test - * @compile -XDallowWithFieldOperator Value.java * @run testng/othervm -Diters=10 -XX:+EnableValhalla -Xint VarHandleTestAccessDouble * @run testng/othervm -Diters=20000 -XX:+EnableValhalla -XX:TieredStopAtLevel=1 VarHandleTestAccessDouble * @run testng/othervm -Diters=20000 -XX:+EnableValhalla VarHandleTestAccessDouble * @run testng/othervm -Diters=20000 -XX:+EnableValhalla -XX:-TieredCompilation VarHandleTestAccessDouble */ --- 19,32 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + // -- This file was mechanically generated: Do not edit! -- // + /* * @test * @run testng/othervm -Diters=10 -XX:+EnableValhalla -Xint VarHandleTestAccessDouble * @run testng/othervm -Diters=20000 -XX:+EnableValhalla -XX:TieredStopAtLevel=1 VarHandleTestAccessDouble * @run testng/othervm -Diters=20000 -XX:+EnableValhalla VarHandleTestAccessDouble * @run testng/othervm -Diters=20000 -XX:+EnableValhalla -XX:-TieredCompilation VarHandleTestAccessDouble */
< prev index next >