src/share/vm/c1/c1_GraphBuilder.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_GraphBuilder.cpp	Thu Nov 18 19:20:45 2010
--- new/src/share/vm/c1/c1_GraphBuilder.cpp	Thu Nov 18 19:20:44 2010

*** 2784,2794 **** --- 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