RFR: Turn PrintShenandoahMatrix back on.

Aleksey Shipilev shade at redhat.com
Wed Mar 22 18:34:34 UTC 2017


On 03/22/2017 07:33 PM, Aleksey Shipilev wrote:
> On 03/22/2017 07:30 PM, Christine Flood wrote:
>> http://cr.openjdk.java.net/~chf/printMatrix.00/
> 
> Looks good. Should probably be (UseShenandoahMatrix && PrintShenandoahMatrix)
> for consistency, regardless of the fact that partial only works with matrix.

Also, printed to gc log, as in other places.

  if (UseShenandoahMatrix && PrintShenandoahMatrix) {
    outputStream* log = Log(gc)::info_stream();
    _heap->connection_matrix()->print_on(log);
  }

-Aleksey



More information about the shenandoah-dev mailing list