RFR: Partial GC

Aleksey Shipilev shade at redhat.com
Mon Mar 13 18:04:00 UTC 2017


On 03/13/2017 06:48 PM, Roman Kennke wrote:
> http://cr.openjdk.java.net/~rkennke/partialgc/webrev.01/

shenandoahCollectorPolicy.cpp:

*) Just return?

 682     if ((used - _bytes_allocated_after_last_gc) * 100 / capacity >
ShenandoahAllocationThreshold) {
 683       return true;
 684     } else {
 685       return false;
 686     }

shenandoahMarkCompact.cpp:

*) VerifyShenandoahMatrix invocation is gone?

vm_operations_shenandoah.hpp

*) Double new line ;)
  85
  86

vm_operations.hpp

*) Bad indent:
 103   template(ShenandoahPartialGC)                      \

Otherwise OK to go.

-Aleksey



More information about the shenandoah-dev mailing list