tdv [Thu, 26 Feb 2009 13:38:38 -0800] rev 2387
6791612: OGLBat tests are failed in jdk 7 b42
Reviewed-by: tdv
Contributed-by: ceisserer <linuxhippy@gmail.com>
jgodinez [Tue, 24 Feb 2009 14:32:17 -0800] rev 2386
6750383: 2D_PrintingTiger\PrintDocOrientationTest fails, wrong orientated images are printed
Reviewed-by: campbell, prr
bae [Fri, 06 Feb 2009 20:49:53 +0300] rev 2385
6800846: REGRESSION: Printing quality degraded with Java 6 compared to 5.0
Reviewed-by: igor, prr
bae [Wed, 04 Feb 2009 14:06:18 +0300] rev 2384
6799583: LogManager shutdown hook may cause a memory leak.
Reviewed-by: igor, swamyv
bae [Fri, 30 Jan 2009 22:30:32 +0300] rev 2383
6791502: IIOException "Invalid icc profile" on jpeg after update from JDK5 to JDK6
Reviewed-by: igor, prr
lana [Thu, 29 Jan 2009 18:33:52 -0800] rev 2382
Merge
bae [Thu, 29 Jan 2009 13:19:34 +0300] rev 2381
6631559: Registration of ImageIO plugins should not cause loading of jpeg.dlli and cmm.dll
Reviewed-by: igor, prr
jgodinez [Wed, 28 Jan 2009 09:38:55 -0800] rev 2380
6793344: BasicStroke's first element dash pattern is not a dash
Reviewed-by: igor, flar
Contributed-by: Red Hat <omajid@redhat.com>
bae [Fri, 23 Jan 2009 21:14:31 +0300] rev 2379
6793818: JpegImageReader is too greedy creating color profiles
Reviewed-by: igor, prr
bae [Fri, 23 Jan 2009 17:43:29 +0300] rev 2378
6795544: GIFImageWriter does not write the subImage of BufferedImage to a file correctly.
Reviewed-by: igor, prr
bae [Thu, 15 Jan 2009 13:55:30 +0300] rev 2377
6788096: ImageIO SreamCloser causes memory leak in FX applets
Reviewed-by: igor, prr
bae [Tue, 13 Jan 2009 18:38:44 +0300] rev 2376
6782079: PNG: reading metadata may cause OOM on truncated images.
Reviewed-by: igor, prr
Contributed-by: Martin von Gagern <martin.vgagern@gmx.net>
bae [Tue, 13 Jan 2009 16:55:12 +0300] rev 2375
5082756: Image I/O plug-ins set metadata boolean attributes to "true" or "false"
Reviewed-by: igor, prr
Contributed-by: Martin von Gagern <martin.vgagern@gmx.net>
prr [Mon, 12 Jan 2009 16:02:47 -0800] rev 2374
6752622: java.awt.Font.getPeer throws "java.lang.InternalError: Not implemented" on Linux
Reviewed-by: igor, yan
prr [Tue, 06 Jan 2009 13:52:03 -0800] rev 2373
6785424: SecurityException locating physical fonts on Windows Terminal Server
Reviewed-by: campbell, jgodinez
prr [Wed, 24 Dec 2008 09:57:48 -0800] rev 2372
6752638: java.awt.GraphicsEnvironment.preferLocaleFonts() throws NPE on Linux
6755034: Legal notice repair: jdk/src/solaris/classes/sun/font/FcFontConfiguration.java
Reviewed-by: bae, igor
prr [Wed, 24 Dec 2008 09:53:52 -0800] rev 2371
6728838: Native memory leak in StrikeCache.java
Reviewed-by: bae, igor
prr [Thu, 18 Dec 2008 11:25:09 -0800] rev 2370
6708137: Remove obsolete fontconfig.98.properties from JDK 7
Reviewed-by: jgodinez, naoto
igor [Wed, 17 Dec 2008 22:00:37 +0300] rev 2369
6761791: Crash in the FontManager code due to use of JNIEnv saved by another thread
Reviewed-by: bae, prr
bae [Fri, 12 Dec 2008 17:38:14 +0300] rev 2368
5106550: PNG writer merge standard metadata fails for TextEntry sans #IMPLIED attributes
Reviewed-by: igor, prr
Contributed-by: Martin von Gagern <martin.vgagern@gmx.net>
xdono [Thu, 02 Apr 2009 16:51:55 -0700] rev 2367
Added tag jdk7-b53 for changeset 05e04a29c589
duke [Wed, 05 Jul 2017 16:50:15 +0200] rev 2366
Merge
trims [Fri, 03 Apr 2009 20:12:54 -0700] rev 2365
Merge
ysr [Fri, 03 Apr 2009 15:59:19 -0700] rev 2364
Merge
jcoomes [Tue, 03 Mar 2009 14:23:18 -0800] rev 2363
6810474: par compact - crash in summary_phase with very full heap
Reviewed-by: tonyp
ysr [Thu, 02 Apr 2009 15:57:41 -0700] rev 2362
6824570: ParNew: Fix memory leak introduced in 6819891
Summary: Allocate worker-local overflow stacks, introduced in 6819891, along with ParNewGeneration, rather than with the per-scavenge ParScanThreadState.
Reviewed-by: jmasa
trims [Fri, 03 Apr 2009 19:54:45 -0700] rev 2361
Merge
acorn [Thu, 02 Apr 2009 18:17:03 -0400] rev 2360
Merge
acorn [Thu, 02 Apr 2009 14:26:42 -0400] rev 2359
6825642: nsk sajdi tests fail with NullPointerException
Reviewed-by: xlu, coleenp, kamg, swamyv
phh [Wed, 01 Apr 2009 16:38:01 -0400] rev 2358
6819213: revive sun.boot.library.path
Summary: Support multiplex and mutable sun.boot.library.path
Reviewed-by: acorn, dcubed, xlu
acorn [Sun, 29 Mar 2009 18:19:05 -0400] rev 2357
Merge
poonam [Fri, 27 Mar 2009 10:29:54 -0700] rev 2356
6822407: heapOopSize lookup is incorrect in Serviceability Agent.
Summary: heapOopSize symbol should be declared as constant in vmStructs and should not be looked up in readVMIntConstants().
Reviewed-by: never, swamyv, coleenp