agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java

agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java

Print this page

        

*** 356,366 **** // For C1, the runtime stub might not have oop maps, so set this flag // outside of update_register_map. map.setIncludeArgumentOops(cb.callerMustGCArguments()); if (cb.getOopMaps() != null) { ! OopMapSet.updateRegisterMap(this, cb, map, true); } } return new PPC64Frame(senderSP, getLink(), senderPC); } --- 356,366 ---- // For C1, the runtime stub might not have oop maps, so set this flag // outside of update_register_map. map.setIncludeArgumentOops(cb.callerMustGCArguments()); if (cb.getOopMaps() != null) { ! ImmutableOopMapSet.updateRegisterMap(this, cb, map, true); } } return new PPC64Frame(senderSP, getLink(), senderPC); }
agent/src/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File