jprovino [Fri, 26 Feb 2016 14:02:39 -0500] rev 36371
8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
Summary: ints need to be changed to size_t
Reviewed-by: kbarrett, tbenson
tschatzl [Fri, 26 Feb 2016 17:55:05 +0100] rev 36370
Merge
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36369
8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times
Summary: Lazily allocate ParScanThreadStates within the worker threads instead of doing this work upfront serially.
Reviewed-by: mgerdin, jmasa
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36368
8150630: Add logging for ParScanThreadState merge phase
Summary: Improve visibility of the per-thread scan state merge phase by adding appropriate logging.
Reviewed-by: jmasa, tbenson
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36367
8076463: Add logging for the preserve CM referents task
Summary: Add logging and do minor refactoring to CM referents handling task.
Reviewed-by: jmasa
tschatzl [Fri, 26 Feb 2016 13:02:30 +0100] rev 36366
8140777: Make Adaptive IHOP logging information the same as JFR logging
Reviewed-by: tbenson, jmasa
mgerdin [Thu, 25 Feb 2016 11:20:03 +0100] rev 36365
8150390: Move rs length sampling data to the sampling thread
Reviewed-by: drwhite, jwilhelm
mockner [Thu, 25 Feb 2016 13:09:17 -0500] rev 36364
8150103: Convert TraceClassPaths to Unified Logging
Summary: TraceClassPaths has been reimplemented with Unified Logging
Reviewed-by: coleenp, dholmes, iklam