lana [Fri, 30 Apr 2010 17:03:15 -0700] rev 5445
Merge
anthony [Wed, 28 Apr 2010 17:16:05 +0400] rev 5444
6913179: The java.awt.FileDialog should use native GTK file chooser on linux distros
Summary: Introduce a GTK-based alternative implementation of the FileDialogPeer on X11
Reviewed-by: anthony, peterz
Contributed-by: Costantino Cerbo <c.cerbo@gmail.com>
art [Tue, 27 Apr 2010 18:08:26 +0400] rev 5443
6880336: SwingWorker deadlocks due one thread in the swingworker-pool
Reviewed-by: dcherepanov, alexp
mikejwre [Thu, 13 May 2010 13:22:22 -0700] rev 5442
Added tag jdk7-b93 for changeset e415207ac256
duke [Wed, 05 Jul 2017 17:11:52 +0200] rev 5441
Merge
mikejwre [Wed, 19 May 2010 20:16:16 -0700] rev 5440
Merge
prr [Wed, 19 May 2010 10:21:41 -0700] rev 5439
6953588: hotspot\src\share\vm\interpreter\bytecodes.cpp doesn't compile with VS2010 on AMD64
Reviewed-by: dcubed
trims [Tue, 18 May 2010 14:10:01 -0700] rev 5438
Merge
trims [Thu, 13 May 2010 17:10:32 -0700] rev 5437
Merge
jcoomes [Thu, 13 May 2010 13:05:47 -0700] rev 5436
Merge
jcoomes [Wed, 12 May 2010 10:28:13 -0700] rev 5435
6951923: some uses of fatal1 were missed by 6888954
Reviewed-by: jcoomes
Contributed-by: Gary Benson <gbenson@redhat.com>
ysr [Mon, 10 May 2010 12:31:52 -0700] rev 5434
6951188: CMS: move PromotionInfo into its own file
Summary: Moved PromotionInfo and friends into new files promotionInfo.{h,c}pp from their previous compactibleFreeListSpace.{h,c}pp home.
Reviewed-by: apetrusenko
ysr [Mon, 03 May 2010 20:19:05 -0700] rev 5433
6919638: CMS: ExplicitGCInvokesConcurrent misinteracts with gc locker
Summary: GC-locker induced concurrent full gc should be asynchronous; policy now controlled by a separate flag, which defaults to false.
Reviewed-by: jmasa
tonyp [Mon, 03 May 2010 17:23:58 -0400] rev 5432
Merge
ysr [Mon, 03 May 2010 10:24:51 -0700] rev 5431
6948537: CMS: BOT walkers observe out-of-thin-air zeros on sun4v sparc/CMT
Summary: On sun4v/CMT avoid use of memset() in BOT updates so as to prevent concurrent BOT readers from seeing the phantom zeros arising from memset()'s use of BIS.
Reviewed-by: jmasa, johnc, minqi, poonam, tonyp
trims [Thu, 13 May 2010 14:47:21 -0700] rev 5430
6952178: Fork HS18 to HS19 - renumber Major and build numbers of JVM
Summary: Update the Major and build numbers for HS19 fork
Reviewed-by: jcoomes