sla [Fri, 25 Apr 2014 08:55:34 +0200] rev 24117
8038947: HotSpotDiagnosticMXBean/CheckOrigin.java 'NewSize' should have origin 'ERGONOMIC' but had 'DEFAULT'
Reviewed-by: mchung, jbachorik
weijun [Fri, 25 Apr 2014 10:57:09 +0800] rev 24116
8040321: keytool and jarsigner tests doesn't pass though VM tools to tools
Reviewed-by: alanb
katleman [Thu, 01 May 2014 12:51:13 -0700] rev 24115
Added tag jdk9-b11 for changeset e4dc2768f533
duke [Wed, 05 Jul 2017 19:38:54 +0200] rev 24114
Merge
lana [Thu, 01 May 2014 14:20:19 -0700] rev 24113
Merge
amurillo [Fri, 25 Apr 2014 09:59:44 -0700] rev 24112
Merge
ehelin [Fri, 25 Apr 2014 15:50:13 +0200] rev 24111
Merge
brutisso [Wed, 23 Apr 2014 12:37:36 +0200] rev 24110
8038265: CMS: enable time based triggering of concurrent cycles
Reviewed-by: mgerdin, brutisso
Contributed-by: michal@frajt.eu
ehelin [Wed, 23 Apr 2014 10:12:34 +0200] rev 24109
Merge
tschatzl [Tue, 22 Apr 2014 11:10:12 +0200] rev 24108
8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname)
Summary: A few locations in the code use sizeof(this) which returns the size of the pointer instead of sizeof(classname) which returns the size of the sum of its members. This change fixes these errors and adds a few tests.
Reviewed-by: mgerdin, brutisso