jiangli [Wed, 14 Nov 2018 18:49:02 -0500] rev 52562
8213713: Minor issues during MetaspaceShared::initialize_runtime_shared_and_meta_spaces
Summary: 1)Populate MetaspaceShared::_core_spaces_size early at mapping time; 2)Fix FileMapInfo::validate_shared_path_table to report failure properly; 3)Remove dead code in FileMapInfo::validate_shared_path_table.
Reviewed-by: iklam, ccheung
jcbeyler [Wed, 14 Nov 2018 12:25:15 -0800] rev 52561
8213622: Windows VS2013 build failure - "'snprintf': identifier not found"
Summary: Replace snprintf with strlen and memcpy
Reviewed-by: dholmes, mvala, kbarrett
naoto [Wed, 14 Nov 2018 11:42:40 -0800] rev 52560
8213818: @return has already been specified
Reviewed-by: rriggs
rkennke [Wed, 14 Nov 2018 18:57:47 +0100] rev 52559
8213795: Force explicit null check on patching placeholder offset
Reviewed-by: kvn, adinn
mbalao [Fri, 09 Nov 2018 10:34:19 -0300] rev 52558
8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts
Summary: Improvements on the synchronization of SequencedEvent events from different AppContexts
Reviewed-by: serb
erikj [Wed, 14 Nov 2018 09:31:38 -0800] rev 52557
8213709: jdk/javadoc/doclet/testValueTag/TestValueTagInModule.java missing modules declaration
Reviewed-by: jjg
erikj [Wed, 14 Nov 2018 09:26:28 -0800] rev 52556
8211727: Adjust default concurrency settings for running tests on Sparc
Reviewed-by: ctornqvi, tbell, mikael
pchilanomate [Wed, 14 Nov 2018 09:50:01 -0500] rev 52555
8213708: Different #ifdef guards cause incorrect use of Monitor::check_block_state()
Summary: Wrapped check_block_state() method in DEBUG_ONLY macro and make the use of the latter more consistent
Reviewed-by: dcubed, dholmes
michaelm [Wed, 14 Nov 2018 14:23:21 +0000] rev 52554
8213189: Make restricted headers in HTTP Client configurable and remove Date by default
Reviewed-by: dfuchs
psadhukhan [Wed, 14 Nov 2018 17:16:44 +0530] rev 52553
Merge