< prev index next >

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

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

*** 19,28 **** --- 19,30 ---- * 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 -Xint VarHandleTestAccessString * @run testng/othervm -Diters=20000 -XX:TieredStopAtLevel=1 VarHandleTestAccessString * @run testng/othervm -Diters=20000 VarHandleTestAccessString
< prev index next >