test/compiler/codegen/LoadWithMask.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/codegen/LoadWithMask.java	Tue Sep 16 19:16:05 2014
--- new/test/compiler/codegen/LoadWithMask.java	Tue Sep 16 19:16:05 2014

*** 23,33 **** --- 23,33 ---- /* * @test * @bug 8032207 * @summary Invalid node sizing for loadUS2L_immI16 and loadI2L_immI ! * @run main/othervm -server -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,LoadWithMask.foo LoadWithMask * */ public class LoadWithMask { static int x[] = new int[1]; static long foo() {

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