test/compiler/codegen/LoadWithMask2.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/codegen/LoadWithMask2.java	Mon Sep 15 17:42:55 2014
--- new/test/compiler/codegen/LoadWithMask2.java	Mon Sep 15 17:42:55 2014

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 8031743 * @summary loadI2L_immI broken for negative memory values * @run main/othervm -server -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,*.foo* LoadWithMask2 + * @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*.foo* LoadWithMask2 * */ public class LoadWithMask2 { static int x; static long foo1() {

test/compiler/codegen/LoadWithMask2.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File