On 06/12/2015 02:12 PM, Dmitry Samersoff wrote: > Andrew, > > Found minor nit in the fix, please update the webrev: > > diff -r 640718253035 -r f043d189d1e1 > agent/src/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64Frame.java > --- > a/agent/src/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64Frame.java > Tue May 19 15:37:29 2015 +0100 > +++ > b/agent/src/share/classes/sun/jvm/hotspot/runtime/aarch64/AARCH64Frame.java > Thu Jun 11 16:54:41 2015 +0300 > @@ -391,7 +391,7 @@ > map.setIncludeArgumentOops(cb.callerMustGCArguments()); > > if (cb.getOopMaps() != null) { > - OopMapSet.updateRegisterMap(this, cb, map, true); > + ImmutableOopMapSet.updateRegisterMap(this, cb, map, true); > } > > // Since the prolog does the save and restore of FP there is no > oopmap
http://cr.openjdk.java.net/~aph/8078521-6/ Andrew.