mchung [Wed, 10 Feb 2010 17:51:07 -0800] rev 4917
6915413: Module build: building of specified jdk components instead of all
Summary: Define new SUBDIRS_* variables for specifying components for one group
Reviewed-by: ohair
chegar [Wed, 10 Feb 2010 13:23:50 +0000] rev 4916
6693244: Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
Reviewed-by: michaelm
mchung [Mon, 08 Feb 2010 23:02:28 -0800] rev 4915
6924497: HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE
Summary: Check if the element in the flags array is non-null to filter unsupported flags
Reviewed-by: dcubed
lana [Fri, 19 Feb 2010 15:13:37 -0800] rev 4914
Merge
dcherepanov [Fri, 12 Feb 2010 19:58:10 +0300] rev 4913
6705345: Enable multiple file selection in AWT FileDialog
Reviewed-by: art, anthony, alexp
mikejwre [Thu, 18 Feb 2010 13:31:46 -0800] rev 4912
Added tag jdk7-b84 for changeset b8df1478b109
duke [Wed, 05 Jul 2017 17:07:36 +0200] rev 4911
Merge
trims [Thu, 18 Feb 2010 22:16:12 -0800] rev 4910
6927886: Bump the HS17 build number to 10
Summary: Update the HS17 build number to 10
Reviewed-by: jcoomes
trims [Thu, 18 Feb 2010 22:15:35 -0800] rev 4909
Merge
twisti [Thu, 18 Feb 2010 10:44:14 -0800] rev 4908
Merge
twisti [Thu, 18 Feb 2010 06:54:48 -0800] rev 4907
6927165: Zero S/390 fixes
Summary: Fixes two failures on 31-bit S/390.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Thu, 18 Feb 2010 11:35:41 +0100] rev 4906
6926782: CodeBuffer size too small after 6921352
Summary: After 6921352 the CodeBuffer size was too small.
Reviewed-by: kvn, never
never [Tue, 16 Feb 2010 20:07:48 -0800] rev 4905
6877221: Endless deoptimizations in OSR nmethod
Reviewed-by: kvn
kvn [Tue, 16 Feb 2010 16:17:46 -0800] rev 4904
6926697: "optimized" VM build failed: The type "AdapterHandlerTableIterator" is incomplete
Summary: Define AdapterHandlerTableIterator class as non product instead of debug.
Reviewed-by: never
johnc [Tue, 16 Feb 2010 14:11:44 -0800] rev 4903
Merge
iveresov [Thu, 11 Feb 2010 15:52:19 -0800] rev 4902
6923991: G1: improve scalability of RSet scanning
Summary: Implemented block-based work stealing. Moved copying during the rset scanning phase to the main copying phase. Made the size of rset table depend on the region size.
Reviewed-by: apetrusenko, tonyp