RFR: 8142399: G1ParCopyClosure does not need do_oop_work
Erik Helin
erik.helin at oracle.com
Wed Nov 11 14:38:25 UTC 2015
On 2015-11-10, Thomas Schatzl wrote:
> Hi,
>
> On Tue, 2015-11-10 at 14:21 +0100, Erik Helin wrote:
> > Hi all,
> >
> > this small patches removes the method do_oop_work from G1ParCopyClosure.
> > The method is simply not needed because the only thing do_oop_nv did was
> > to call do_oop_work, so we might as well remove do_oop_work and only
> > keep do_oop_nv.
> >
> > Enhancement:
> > https://bugs.openjdk.java.net/browse/JDK-8142399
> >
> > Webrev:
> > http://cr.openjdk.java.net/~ehelin/8142399/webrev.00/
> >
> > Testing:
> > JPRT
>
> looks good.
Thanks for reviewing Thomas!
Erik
> Thomas
>
>
More information about the hotspot-gc-dev
mailing list