RFR (L): 8067433: Keep waste at end of regions for further allocation during GC

Thomas Schatzl thomas.schatzl at oracle.com
Fri Oct 2 12:59:21 UTC 2015


Hi all,

  Dima made me aware of a few other minor problems in the webrev. See
below:

On Fri, 2015-10-02 at 14:56 +0300, Dmitry Fazunenko wrote:
> Hi Thomas,
> 
> The new version looks good to me.
> Just a few very minor things:
> 
> 1)
>    28             of regions, which stresses the G1 mechanism to retain 
> regions during the whole GC.
> -->
>    28      *     of regions, which stresses the G1 mechanism to retain 
> regions during the whole GC.
> 
> 2)
>    31  * @requires (vm.gc=="G1" | vm.gc=="null")
> -->
>    31  * @requires vm.gc=="G1" | vm.gc=="null"
> 
> 3) Your code doesn't use any modules but the java.base, so you don't 
> need the @modules statement.
> 
> I don't need a new webrev for that corrections.
> 

Thanks for the re-review. I updated the webrev in-place since these are
minor changes.

 http://cr.openjdk.java.net/~tschatzl/8067433/webrev.1/ (full)
 http://cr.openjdk.java.net/~tschatzl/8067433/webrev.0_to_1/ (diff)

Thanks,
  Thomas




More information about the hotspot-gc-dev mailing list