bae [Fri, 08 May 2009 15:38:21 +0400] rev 3447
6656625: ImageReaderSpi.STANDARD_INPUT_TYPE/ImageWriterSpi.STANDARD_OUTPUT_TYPE are mutable static (findbugs)
Reviewed-by: prr
emcmanus [Thu, 07 May 2009 10:44:45 +0200] rev 3446
6736293: OpenType checks can be bypassed through finalizer resurrection
Reviewed-by: hawtin
art [Wed, 06 May 2009 15:17:22 +0400] rev 3445
6656586: Cursor.predefined is protected static mutable (findbugs)
Reviewed-by: hawtin, igor
anthony [Tue, 05 May 2009 17:56:31 +0400] rev 3444
6818787: It is possible to reposition the security icon too far from the border of the window on X11
Summary: The constraints for the position of the icon are moved to the shared code
Reviewed-by: art, dcherepanov
anthony [Tue, 05 May 2009 17:47:04 +0400] rev 3443
6805231: Security Warning Icon is missing in Windows 2000 Prof from Jdk build 6u12
Summary: The icon becomes layered only when the fading-out effect is being performed.
Reviewed-by: art, dcherepanov
jccollet [Tue, 05 May 2009 11:02:51 +0200] rev 3442
6801497: Proxy is assumed to be immutable but is non-final
Summary: Cloned the proxy instance when necessary
Reviewed-by: chegar
peterz [Tue, 05 May 2009 12:07:37 +0400] rev 3441
6837293: Reapply fix for 6588003 to JDK7
Reviewed-by: alexp
asaha [Wed, 29 Apr 2009 11:43:19 -0700] rev 3440
Merge
malenkov [Wed, 29 Apr 2009 20:55:13 +0400] rev 3439
6777487: Encoder allows reading private variables with certain names
Reviewed-by: peterz
malenkov [Wed, 29 Apr 2009 20:03:09 +0400] rev 3438
6660539: Introspector shares cache of mutable BeanInfo between AppContexts.
Reviewed-by: peterz
chegar [Fri, 07 Aug 2009 10:51:25 +0100] rev 3437
6826801: JarFileFactory should not use HashMap<URL>
Summary: Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
chegar [Fri, 07 Aug 2009 10:50:26 +0100] rev 3436
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
Summary: Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
tbell [Thu, 06 Aug 2009 19:01:59 -0700] rev 3435
Merge
jrose [Thu, 06 Aug 2009 18:30:33 -0700] rev 3434
6838598: Legal notice repair: jdk/src/share/classes/sun/dyn/FilterGeneric.java
Reviewed-by: xdono
wetmore [Thu, 06 Aug 2009 17:56:59 -0700] rev 3433
6867657: Many JSN tests do not run under cygwin
Reviewed-by: ohair
dcubed [Wed, 05 Aug 2009 13:17:30 -0600] rev 3432
6868533: 3/4 JDI: remove '-source 1.5' and '-target 1.5' options from com.sun.jdi tests
Summary: We are long past needing to make sure these tests can build on Tiger/JDK1.5.0.
Reviewed-by: tbell