ehelin [Thu, 08 Sep 2016 12:30:38 +0200] rev 41076
8165455: Tracing events for G1 have incorrect metadata
Reviewed-by: egahlin, tschatzl
tschatzl [Mon, 12 Sep 2016 09:34:51 +0200] rev 41075
8165313: Inserting freed regions during Free Collection Set serial phase takes very long on huge heaps
Summary: Sort the collection set in ascending order so that the optimization when adding free regions can be exploited.
Reviewed-by: sjohanss, mgerdin
amurillo [Sat, 10 Sep 2016 12:23:52 -0700] rev 41074
Merge
hseigel [Sat, 10 Sep 2016 08:25:51 -0400] rev 41073
8165634: Support multiple --add-modules options on the command line
Summary: Use numbered properties for --add-module options so that multiple --add-module options can be supported.
Reviewed-by: coleenp, gziemski, lfoltan, ccheung
dcubed [Fri, 09 Sep 2016 19:41:41 +0000] rev 41072
Merge
dcubed [Fri, 09 Sep 2016 11:23:59 -0700] rev 41071
Merge
rdurbin [Fri, 09 Sep 2016 11:14:57 -0700] rev 41070
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
Summary: Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms.
Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph
avorobye [Fri, 09 Sep 2016 19:30:08 +0300] rev 41069
8146128: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig timeouts
Summary: test settings were changes in order to avoid timeouts
Reviewed-by: kvn
sspitsyn [Fri, 09 Sep 2016 06:44:31 +0000] rev 41068
Merge
ysuenaga [Thu, 08 Sep 2016 23:38:56 -0700] rev 41067
8164913: JVMTI.agent_load dcmd should show useful error message
Summary: show useful error message
Reviewed-by: dholmes, dsamersoff, sspitsyn