kbarrett [Tue, 29 May 2018 18:10:09 -0400] rev 50300
8202945: OopStorage should use GlobalCounter
Summary: Use GlobalCounter rather than private mechanism.
Reviewed-by: eosterlund, tschatzl, rehn
dholmes [Tue, 29 May 2018 17:21:31 -0400] rev 50299
8189766: whitebox failure with -Xcheck:jni
Reviewed-by: lfoltan, kbarrett
kbarrett [Tue, 29 May 2018 16:02:23 -0400] rev 50298
8203843: BasicParState::default_estimated_thread_count(false) can return 0 in gtest
Summary: Ensure minimum estimated thread count is 1.
Reviewed-by: tschatzl, stuefe, rehn
coleenp [Tue, 29 May 2018 15:50:27 -0400] rev 50297
8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
Summary: SystemDictionary has all strong roots. The weak oop_storage is processed by the WeakProcessor so it can be scanned and cleared concurrently and/or by parallel threads.
Reviewed-by: kbarrett, sjohanss
dlong [Tue, 29 May 2018 12:06:05 -0700] rev 50296
8203370: [JVMCI] UseJVMCICompiler should imply EnableJVMCI
Reviewed-by: kvn
erikj [Tue, 29 May 2018 21:01:13 +0200] rev 50295
8203932: Windows devkit has wrong dlls in 32 bit tools dir
Reviewed-by: prr, tbell, stuefe
stuefe [Tue, 29 May 2018 20:57:42 +0200] rev 50294
8203014: jcmd should output command list if no command is given
Reviewed-by: sspitsyn, simonis
jjg [Tue, 29 May 2018 11:20:04 -0700] rev 50293
8196202: Javadoc should not generate frames by default
Reviewed-by: ksrini
gziemski [Tue, 29 May 2018 12:57:39 -0500] rev 50292
8203938: Fix build failures from JDK-8133564
Summary: Added missing static keyword
Reviewed-by: kbarrett, tschatzl
vromero [Tue, 29 May 2018 09:12:39 -0700] rev 50291
8203892: Target interface added as marker interface in calls to altMetafactory
Reviewed-by: mcimadamore