![]() ![]() |
The Garbage Collection Strategy Changes section (see Figure 7-4) shows when the garbage collector has changed strategy, for example, JRockit has been set to run for best throughput (-Xgcprio:throughput
, GC Prio in Figure 7-4), then JRockit changes strategy in runtime to best reach this goal (New Strategy). The strategy change can, for example, be from singleParPar
to genParPar
. The strategy changes are listed under New Strategy. The old strategies are listed under Generational, Mark Phase, and Sweep Phase.
Note: | These strategy changes only happen if you are running JRockit with the default garbage collector option, -Xgcprio . |
In the example seen in Figure 7-4, there has been one strategy change for the garbage collector.
![]() ![]() |