RFR (S): 8066566: Refactor ParNewGeneration to contain ParNewTracer

Kim Barrett kim.barrett at oracle.com
Wed Dec 10 17:40:47 UTC 2014


On Dec 10, 2014, at 9:51 AM, Marcus Larsson <marcus.larsson at oracle.com> wrote:
> 
> Hi again,
> 
> Updated the patch with some cleanups to use 'const ParNewTracer*' rather than 'ParNewTracer&' where appropriate.

Why “pointer to const” rather than “reference to const”, e.g. use “const ParNewTracer&” instead.  That would be much more usual C++ style.




More information about the hotspot-gc-dev mailing list