Request for Review (s) - 8133023: ParallelGCThreads is not calculated correctly

Kim Barrett kim.barrett at oracle.com
Tue Dec 8 19:37:46 UTC 2015


On Dec 8, 2015, at 1:41 PM, Jon Masamitsu <jon.masamitsu at oracle.com> wrote:
> 
> Latest delta on the patch is at
> 
> http://cr.openjdk.java.net/~jmasa/8133023/delta.06/
> 
> It contains a name change from the original patch
> vm_init_before_ergo() -> init_before_ergo() and some
> additional comments.
> 
> Full patch is at
> 
> http://cr.openjdk.java.net/~jmasa/8133023/webrev.06/

A couple minor things.  I don't need another webrev for these.  Looks
good otherwise.

------------------------------------------------------------------------------ 
src/share/vm/runtime/vm_version.hpp 
  59   // Called as part of the runtime services initialization
  60   // called from the management module initialization (via init_globals())

Need period at end of line 59, and line 60 should start capitalized.

------------------------------------------------------------------------------ 
src/share/vm/runtime/vm_version.hpp  
  72   static void early_initialize() { }
  73   // Called to initialize VM variables needing initialization
  74   // after command line parsing
  75   static void init_before_ergo(void) {}

Missing period at end of sentence.

I'd prefer there be a blank line between lines 72 and 73.

Maybe the description here should have a similar sentence to the
preceding description for early_initialize, e.g. add

  Platforms that need to specialize this define VM_Version::init_before_ergo().

------------------------------------------------------------------------------




More information about the hotspot-dev mailing list