src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/except/BC_getfield1.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/except/BC_getfield1.java

src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/except/BC_getfield1.java

Print this page

        

*** 45,55 **** } @Test public void run1() throws Throwable { // tests that the null check isn't removed along with the read ! runTest(EMPTY, true, true, "test", (Object) null); } @Test public void run2() throws Throwable { runTest("test", new TestClass()); --- 45,55 ---- } @Test public void run1() throws Throwable { // tests that the null check isn't removed along with the read ! runTest(getInitialOptions(), EMPTY, true, true, "test", (Object) null); } @Test public void run2() throws Throwable { runTest("test", new TestClass());
src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/except/BC_getfield1.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File