kbarrett [Wed, 31 Jul 2019 14:28:51 -0400] rev 57607
8048556: Unnecessary GCLocker-initiated young GCs
Summary: Fixed recognition of unnecessary GCLocker collections.
Reviewed-by: pliden, tschatzl
coleenp [Wed, 31 Jul 2019 13:40:59 -0400] rev 57606
8228855: Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123
Summary: give SurvivorAlignmentInBytes a range same as ObjectAlignmentInBytes
Reviewed-by: shade
ecaspole [Wed, 31 Jul 2019 09:55:26 -0400] rev 57605
8228674: LogCompilation: Improvements to log compare feature
Summary: Show compiler and level in compare output
Reviewed-by: kvn, thartmann
egahlin [Wed, 31 Jul 2019 14:07:44 +0200] rev 57604
Cleaner stream reconfiguration + reduced allocation in JFR framework
coleenp [Wed, 31 Jul 2019 06:54:50 -0400] rev 57603
8228630: Remove always true parameter to NoSafepointVerifier
Summary: Also remove NoGCVerifier since NoSafepointVerifier covers GC checking when not already at a safepoint and is a stronger check.
Reviewed-by: kbarrett, dholmes
coleenp [Wed, 31 Jul 2019 06:37:13 -0400] rev 57602
8228673: Remove develop flag StrictSafepointChecks
Reviewed-by: shade, dholmes
rkennke [Wed, 31 Jul 2019 10:03:44 +0200] rev 57601
8228775: Shenandoah: Remove useless null-input-verification in Shenandoah/C2 verifier
Reviewed-by: shade
thartmann [Wed, 31 Jul 2019 08:05:14 +0200] rev 57600
8193042: NativeLookup::lookup_critical_entry() should only load shared library once
Summary: Avoids repeated loads/unloads of the same shared library.
Reviewed-by: dholmes, dlong, thartmann
Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>