mockner [Mon, 29 Feb 2016 16:58:09 -0500] rev 36381
8149064: TraceProtectionDomainVerification has been converted to Unified Logging.
Summary: TraceProtectionDomainVerification has been converted to Unified Logging with tag protectiondomain.
Reviewed-by: coleenp, iklam
dholmes [Mon, 29 Feb 2016 23:35:33 +0000] rev 36380
Merge
stuefe [Mon, 29 Feb 2016 08:50:57 +0100] rev 36379
8150619: Improve thread based logging introduced with 8149036
Reviewed-by: coleenp, dholmes
drwhite [Mon, 29 Feb 2016 11:32:12 -0500] rev 36378
8140600: Convert unnecessarily malloc'd Monitors to value members
Summary: Change a malloc'd monitor into an embedded monitor.
Reviewed-by: tschatzl, kbarrett
jwilhelm [Mon, 29 Feb 2016 15:42:34 +0000] rev 36377
Merge
jwilhelm [Mon, 29 Feb 2016 15:24:52 +0100] rev 36376
Merge
aeriksso [Fri, 26 Feb 2016 16:28:42 +0100] rev 36375
8144732: VM_HeapDumper hits assert with bad dump_len
Reviewed-by: dsamersoff
brutisso [Mon, 29 Feb 2016 13:06:03 +0100] rev 36374
8150068: Log the main G1 phases at info level
Reviewed-by: sjohanss, tschatzl
kbarrett [Sun, 28 Feb 2016 12:22:05 -0500] rev 36373
8150421: Delete experimental G1UseConcMarkReferenceProcessing
Summary: Removed the option and supporting code.
Reviewed-by: jmasa, tamao
jprovino [Sat, 27 Feb 2016 00:07:03 +0000] rev 36372
Merge
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