test/compiler/unsafe/UnsafeGetConstantField.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/unsafe/UnsafeGetConstantField.java

test/compiler/unsafe/UnsafeGetConstantField.java

Print this page

        

*** 25,34 **** --- 25,37 ---- /* * @test * @summary tests on constant folding of unsafe get operations * @library /testlibrary /test/lib + * + * @requires vm.flavor != "client" + * * @run main/bootclasspath -XX:+UnlockDiagnosticVMOptions * -Xbatch -XX:-TieredCompilation * -XX:+FoldStableValues * -XX:+UseUnalignedAccesses * java.lang.invoke.UnsafeGetConstantField
test/compiler/unsafe/UnsafeGetConstantField.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File