src/share/vm/c1/c1_GraphBuilder.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File c1-coops Cdiff src/share/vm/c1/c1_GraphBuilder.cpp

src/share/vm/c1/c1_GraphBuilder.cpp

Print this page

        

*** 2784,2794 **** get = append(new Constant(objectNull)); } else { get = append(new UnsafeGetRaw(as_BasicType(local->type()), e, append(new Constant(new IntConstant(offset))), 0, ! true)); } _state->store_local(index, get); } // the storage for the OSR buffer is freed manually in the LIRGenerator. --- 2784,2794 ---- get = append(new Constant(objectNull)); } else { get = append(new UnsafeGetRaw(as_BasicType(local->type()), e, append(new Constant(new IntConstant(offset))), 0, ! true /*unaligned*/, true /*wide*/)); } _state->store_local(index, get); } // the storage for the OSR buffer is freed manually in the LIRGenerator.
src/share/vm/c1/c1_GraphBuilder.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File