log

age author description
Fri, 22 Apr 2011 16:33:23 +0100 dl 7038885: Improved bulk operation disclaimers for concurrent collections
Fri, 22 Apr 2011 11:03:39 +0100 coffeys 7025227: SSLSocketImpl does not close the TCP layer socket if a close notify cannot be sent to the peer
Thu, 21 Apr 2011 15:55:59 -0700 darcy 6998871: Support making the Throwable.stackTrace field immutable
Thu, 21 Apr 2011 17:44:55 -0400 mullan Merge
Thu, 21 Apr 2011 17:39:28 -0400 mullan 7038175: Expired PKITS certificates causing CertPathBuilder and CertPathValidator regression test failures
Thu, 21 Apr 2011 13:32:37 -0700 lana Merge
Thu, 21 Apr 2011 11:11:20 -0700 lana Merge
Thu, 21 Apr 2011 19:05:29 +0100 vinnie 6732372: Some MSCAPI native methods not returning correct exceptions.
Thu, 21 Apr 2011 17:00:23 +0100 dl 7038542: Small performace regression in ConcurrentHashMap on c1 since CR 703655
Thu, 21 Apr 2011 14:25:46 +0100 vinnie Merge
Thu, 21 Apr 2011 14:23:57 +0100 vinnie 6888925: SunMSCAPI's Cipher can't use RSA public keys obtained from other sources.
Thu, 21 Apr 2011 13:53:27 +0100 dl 7038501: Clarify meaning of "(optional)" in javadoc
Wed, 20 Apr 2011 17:20:00 -0700 mduigou 6546713: link the word (optional) in exception specifications to the text which provides explanation and context.
Wed, 20 Apr 2011 16:30:38 -0700 smarks 6896297: (rmi) fix ConcurrentModificationException causing TCK failure
Wed, 20 Apr 2011 12:05:17 +0100 michaelm Merge
Wed, 20 Apr 2011 12:03:30 +0100 michaelm 7034570: java.lang.Runtime.exec(String[] cmd, String[] env) can not work properly if SystemRoot not inherited
Wed, 20 Apr 2011 18:41:32 +0800 weijun 6894072: always refresh keytab
Tue, 19 Apr 2011 10:47:33 -0700 mduigou 7030579: Extra words in documentation of ListIterator may cause confusion
Mon, 18 Apr 2011 21:44:03 -0700 sherman 7027900: (fs) glob syntax under-specified
Tue, 03 May 2011 22:14:39 -0700 jgodinez Merge
Fri, 29 Apr 2011 16:03:09 -0700 lana Merge
Wed, 27 Apr 2011 18:15:27 +0400 dav 6979551: closed/javax/swing/plaf/basic/BasicLabelUI/4798542/bug4798542.java fails
Wed, 27 Apr 2011 17:46:59 +0400 dav 6888633: test/closed/javax/swing/JPopupMenu/4786415/bug4786415.java fails
Wed, 27 Apr 2011 15:26:38 +0400 bagiras 7035209: 6u26 ea b01 - running an applet with old plugin crashes in awt.dll
Wed, 27 Apr 2011 13:43:22 +0400 rupashka 7039403: Could not compile test/javax/swing/JLabel/6596966/bug6596966.java
Tue, 26 Apr 2011 10:46:19 +0900 peytoia 7039469: (tz) Support tzdata2011g
Fri, 22 Apr 2011 20:54:37 +0400 alexp 7036871: Some JCK interactive JSplitPane tests that test continuous layout fail with Nimbus L&F
Thu, 21 Apr 2011 14:29:23 +0400 rupashka 7021058: The Create folder button produces error in the Details mode (JFileChooser)
Wed, 20 Apr 2011 16:46:31 +0400 amenkov 7030629: closed/sun/audio/AudioClipClose/AudioClipClose.java test fails just against jdk7 b134
Tue, 19 Apr 2011 10:11:58 +0400 rupashka 7036025: java.security.AccessControlException when creating JFileChooser in signed applet
Tue, 03 May 2011 22:13:02 -0700 jgodinez Merge
Tue, 03 May 2011 15:19:04 +0400 serb 7016528: Deadlock during mutual initialization of DataTransferer and DataTransferer$DataFlavorComparator
Fri, 29 Apr 2011 20:15:22 -0700 lana Merge
Fri, 29 Apr 2011 16:16:25 +0400 dcherepanov 7026055: Regression : Cannot use IME on JComboBox Japanese
Fri, 29 Apr 2011 16:02:05 +0400 dcherepanov 7034291: Regression : Preedit String on active client is committed into unexpected component
Thu, 28 Apr 2011 19:39:47 +0400 dcherepanov 7034766: closed/java/awt/EmbeddedFrame/EmbeddedFrameGrabTest/EmbeddedFrameGrabTest.java failed on jdk7 b134
Thu, 28 Apr 2011 19:23:44 +0400 dcherepanov 6853146: Regression: on-the-spot input is broken in AWT Peered components
Thu, 28 Apr 2011 20:14:30 +0400 dav 6956646: Test: MouseWheelEvent/InfiniteRecursion test receives more MouseWheelEvents than expected
Thu, 28 Apr 2011 13:26:18 +0400 dcherepanov 7032830: GraphicsDevice.setFullScreenWindow() works strange for decorated windows on OEL.
Wed, 27 Apr 2011 17:18:38 +0400 denis 6998716: client vm crashes making browser fails to respond under some scenarios
Wed, 27 Apr 2011 14:58:40 +0400 denis 7020922: java.awt.Toolkit.getPropertyChangeListeners() should mention that it returns proxies
Mon, 25 Apr 2011 20:39:35 +0400 denis 6888182: Readable and permitted to delete files could not be transferred through Clipboard and DnD
Mon, 25 Apr 2011 21:08:14 +0400 dav 7030632: Pasting HTML that was copied from MS Word results in IOException
Tue, 19 Apr 2011 18:52:49 +0400 dav 7036733: Regression : NullPointerException when scrolling horizontally on AWT List
Tue, 19 Apr 2011 14:44:09 +0400 anthony 7036669: Simplify revalidating component hierarchy with multiple validate roots
Tue, 03 May 2011 22:11:02 -0700 jgodinez Merge
Mon, 02 May 2011 14:38:22 -0700 flar 6563734: Path2D.Float and Path2D.Double should have final getPathIterator methods
Fri, 29 Apr 2011 16:27:34 -0700 flar 6982632: closed/java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java fails
Fri, 29 Apr 2011 11:27:07 -0700 lana Merge
Thu, 28 Apr 2011 17:57:33 -0700 lana Merge
Fri, 29 Apr 2011 10:58:33 -0700 flar 6522514: Extending Arc2D.Double and serializing the object causes InvalidClassException
Fri, 29 Apr 2011 01:40:11 -0700 flar 7020955: No focus point adjustment for RadialGradientPaint
Thu, 28 Apr 2011 08:55:19 -0400 dlila 7036754: NaNs in stroked quadratics.
Wed, 27 Apr 2011 12:15:34 +0400 bae 7037091: sun/java2d/pipe/Test7027667.java test is not executed
Fri, 22 Apr 2011 12:59:15 -0700 prr 7031011: fallbackfont testing failed on OEL 6.
Wed, 20 Apr 2011 09:10:36 -0700 jgodinez 6989724: font warnings in the build, native code
Fri, 06 May 2011 10:31:40 -0700 cl Merge
Fri, 06 May 2011 02:27:10 +0100 andrew Merge
Fri, 06 May 2011 01:55:29 +0100 andrew 7042040: Remove disk space sanity check
Thu, 05 May 2011 18:05:24 -0700 cl 7026163: gzip tar files