dtitov [Tue, 30 Oct 2018 19:29:21 -0700] rev 52336
8195627: [Graal] nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026 hangs with Graal in Xcomp mode
Reviewed-by: sspitsyn, kvn
jiangli [Tue, 30 Oct 2018 22:24:04 -0400] rev 52335
8203953: Rename SystemDictionary::load_shared_class(Symbol*, Handle, TRAPS) to load_shared_boot_class().
Summary: Rename SystemDictionary::load_shared_class.
Reviewed-by: coleenp
egahlin [Wed, 31 Oct 2018 02:10:21 +0100] rev 52334
8203629: Produce events in the JDK without a dependency on jdk.jfr
Reviewed-by: mgronlun
dlong [Tue, 30 Oct 2018 15:17:58 -0700] rev 52333
8211743: [AOT] crash in ScopeDesc::decode_body() when JVMTI walks AOT frames
Reviewed-by: kvn
kbarrett [Tue, 30 Oct 2018 18:06:35 -0400] rev 52332
8212827: GlobalCounter should support nested critical sections
Summary: Support nested critical sections.
Reviewed-by: eosterlund, rehn, tschatzl
kvn [Tue, 30 Oct 2018 14:38:59 -0700] rev 52331
8210853: JIT: C2 doesn't skip post barrier for new allocated objects
Summary: skip copy Region node when look for last allocation
Reviewed-by: thartmann, kvn
Contributed-by: kuaiwei.kw@alibaba-inc.com
apetcher [Tue, 30 Oct 2018 13:48:19 -0400] rev 52330
8205476: KeyAgreement#generateSecret is not reset for ECDH based algorithm
Summary: Clarify spec of generateSecret and modify ECDH in SunEC to conform to spec
Reviewed-by: mullan
naoto [Tue, 30 Oct 2018 10:32:54 -0700] rev 52329
8212941: Loosen the range of JapaneseEra
Reviewed-by: rriggs
hseigel [Tue, 30 Oct 2018 09:13:00 -0400] rev 52328
8213148: JDK build fails because of missing #includes
Summary: Add missing #includes
Reviewed-by: dcubed
stuefe [Fri, 26 Oct 2018 16:49:18 +0200] rev 52327
8213017: jspawnhelper: need to handle pipe write failure when sending return code
Reviewed-by: alanb
redestad [Tue, 30 Oct 2018 09:34:50 +0100] rev 52326
8213035: Pack MethodHandleInlineStrategy coder and length into a long
Reviewed-by: vlivanov, mchung
thartmann [Tue, 30 Oct 2018 09:06:08 +0100] rev 52325
8177899: Tests fail due to code cache exhaustion on machines with many cores
Summary: Implemented upper limit on CICompilerCount based on code cache size.
Reviewed-by: kvn, mdoerr
vromero [Mon, 29 Oct 2018 17:11:46 -0400] rev 52324
8212624: remove outdated entries from langtools problem list
Reviewed-by: darcy
vromero [Mon, 29 Oct 2018 17:09:44 -0400] rev 52323
8213100: fix test OptionSmokeTest before removing it from the problem list
Reviewed-by: jlahoda
iignatyev [Mon, 29 Oct 2018 14:04:44 -0700] rev 52322
8177710: Convert TestMetaspaceUtils_test to GTest
Reviewed-by: tschatzl