Xueming Shen
2270e88840
6608833: (se spec) SelectionKey @throws references wrong param
...
Update the API doc to correct the wrong description
Reviewed-by: alanb
2008-07-14 14:03:42 -07:00
Michael McMahon
cc0b15ccd8
6536211: flaw in ServerImpl
...
Removed doPrivileged block
Reviewed-by: jccollet
2008-07-14 11:39:42 +01:00
Jim Holmlund
6f5da73160
Merge
2008-07-09 16:57:39 -07:00
Jim Holmlund
4c95421013
6700889: Thread resume invalidates all stack frames, even from other threads
...
6701700: MonitorInfo objects aren't invalidated when the owning thread is resumed
Don't inform ThreadListeners for thread T1 when some other thread is resumed, and MonitoryIfoImpl must add itself as a ThreadListener
Reviewed-by: dcubed
2008-07-09 13:43:26 -07:00
Tim Bell
39285cadc4
Merge
2008-07-09 09:56:00 -07:00
Sergey Malenkov
3916f38bd4
4994637: LTP: java.beans.java_util_Map_PersistenceDelegate: ConcurrentModificationException
...
Reviewed-by: peterz, loneid
2008-07-09 19:29:07 +04:00
Sergey Malenkov
1bdca97b29
6351692: catch(Throwable) in java.beans.MetaData preventing thread shutdown
...
Reviewed-by: peterz, loneid
2008-07-09 15:25:38 +04:00
Eamonn McManus
4333dd3520
6323980: Annotations to simplify MBean development
...
Reviewed-by: jfdenise, dfuchs
2008-07-09 10:36:07 +02:00
Weijun Wang
9ac27197df
6480981: keytool should be able to import certificates from remote SSL servers
...
Reviewed-by: vinnie, wetmore
2008-07-09 12:03:16 +08:00
Sergey Malenkov
e2a366414c
4916852: RFE: LTP: BorderLayout Persistence Delegate should use 1.5 API
...
Reviewed-by: peterz, loneid
2008-07-08 16:40:38 +04:00
Andrei Dmitriev
f7cbc30ff9
6723013: Incomplete push for 6693974
...
Reviewed-by: art
2008-07-08 16:20:14 +04:00
Bradford Wetmore
1f7f81d687
Merge
2008-07-07 13:06:58 -07:00
Anthony Petrov
5a843be073
6682046: Mixing code does not always recalculate shapes correctly when resizing components
...
The valid property is now encapsulated in Component.
Reviewed-by: art
2008-07-07 17:24:21 +04:00
Mikhail Lapshin
1dce7af76f
6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized
...
Now BasicInternalFrameUI and BasicDesktopIconUI both recalculate frame icon position
Reviewed-by: peterz
2008-07-07 16:56:23 +04:00
Andrei Dmitriev
9620b88f07
Merge
2008-07-07 16:32:38 +04:00
Andrei Dmitriev
29aa2aecb4
6693974: Unify EventQueue$EventQueueItem and SunToolkit.$EventQueueItem classes
...
Reviewed-by: volk, art
2008-07-07 16:09:39 +04:00
Tim Bell
d969562df7
Merge
2008-07-05 23:29:16 -07:00
Tim Bell
528aac8c17
Merge
2008-07-04 14:41:34 -07:00
Eamonn McManus
5967d518b5
6601652: MXBeans: no IllegalArgumentException in the ex. chain for SortedSet/Map with a non-null comparator()
...
Forward-port this bug fix from JDK 6
Reviewed-by: dfuchs, lmalvent
2008-07-04 18:55:37 +02:00
Xiomara Jayasena
2617d1d179
6719955: Update copyright year
...
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
2008-07-02 12:55:45 -07:00
Swamy Venkataramanappa
a9cd129c27
Merge
2008-07-02 09:37:42 -07:00
Mikhail Lapshin
3f961d6062
6618401: Input method cannot be selected from System menu
...
Lock.wait() added in sun.awt.im.InputMethodManager.showInputMethodMenuOnRequesterEDT()
Reviewed-by: alexp
2008-07-02 18:17:56 +04:00
Jim Holmlund
1a0c261469
2157677: ClassPrepareRequest.addSourceNameFilter() does not behave as documented
...
Add proper handling of JVMTI errors.
Reviewed-by: tbell
2008-07-01 09:23:00 -07:00
Jean-Christophe Collet
3fce795f6c
6656849: NullPointerException thrown while de-serializing IPV6 Address
...
Check for existence of interface name earlier in code
Reviewed-by: michaelm
2008-07-01 13:38:59 +02:00
Jean-Christophe Collet
19fc7593d1
6713809: FTP fails from multi-homed system
...
Binds the data socket to the same address as the control socket
Reviewed-by: michaelm
2008-07-01 13:29:36 +02:00
Bradford Wetmore
9f99870d74
Merge
2008-06-29 00:25:59 -07:00
Xueming Shen
0d5d6271b3
Merge
2008-06-27 09:05:11 -07:00
Xueming Shen
84b91226e3
6645197: (so) Timed read with socket adaptor throws ClosedSelectorException if temporary selector GC'ed
...
Temporary selector for timeout is not protected from possilbe GC when used first time
Reviewed-by: alanb
2008-06-27 08:32:30 -07:00
Dmitry Cherepanov
86ac930e55
6581899: JTextField & JTextArea - Poor performance with JRE 1.5.0_08
...
Acquire the first|last components only when the key is a traversal key
Reviewed-by: ant
2008-06-26 14:23:25 +04:00
Bradford Wetmore
a70b685713
Merge
2008-06-26 00:26:15 -07:00
Tim Bell
1410975f4a
Merge
2008-06-25 23:29:39 -07:00
Tim Bell
1baead8a01
Merge
2008-06-25 16:44:55 -07:00
Swamy Venkataramanappa
72d83e3708
6614556: null location for MonitorContendedEnterEvent
...
Reviewed-by: jjh
2008-06-25 16:33:59 -07:00
Xueming Shen
d1ff48eb56
4752069: (cs spec) BOM should not be ignored in UTF-16 charsets
...
API doc update regarding BOM hanlding in UTF-16 charsets
Reviewed-by: alanb
2008-06-25 08:27:06 -07:00
Igor Kushnirskiy
762ea5875b
6623943: javax.swing.TimerQueue's thread occasionally fails to start
...
Reviewed-by: alexp
2008-06-23 15:21:37 -04:00
Weijun Wang
5e1c37cd11
6716534: Krb5LoginModule has not cleaned temp info between authentication attempts
...
Reviewed-by: valeriep
2008-06-20 12:05:02 +08:00
Sean Mullan
f44f03f9ea
6714842: CertPathBuilder returns incorrect CertPath for BasicConstraints in builderParams
...
Do not consider CA target certificates if selector.getBasicConstraints() == -2
Reviewed-by: vinnie
2008-06-19 14:20:43 -04:00
Sergey Malenkov
7690c18be2
4114658: DOC: Unspecified behaviour for java.beans.PropertyEditorSupport
...
Reviewed-by: peterz, loneid
2008-06-19 18:03:43 +04:00
Lana Steuck
68717f2b81
Merge
2008-06-18 13:05:16 -07:00
Andrei Dmitriev
705c4c6b85
Merge
2008-06-18 19:27:59 +04:00
Andrei Dmitriev
85148f4cf0
6716137: Fix 6691328 is broken
...
Reviewed-by: dcherepanov, denis
2008-06-18 19:20:28 +04:00
Sergey Malenkov
3bdf306326
6708550: LTP: XMLEncoder does not encode instances of the File class
...
Reviewed-by: peterz, loneid
2008-06-18 19:15:23 +04:00
Andrei Dmitriev
3a5617e9f7
6616323: consider benefits of replacing a componen array with other collection from the awt.Container class
...
Reviewed-by: uta, art
2008-06-18 15:35:37 +04:00
Sean Mullan
bfeea78133
Merge
2008-06-17 10:53:35 -04:00
Sean Mullan
172da57394
6673277: Thread unsafe lazy initialization code in sun.security.provider.certpath.*Checker classes
...
Make supportedExts variable non-static
Reviewed-by: vinnie
2008-06-17 10:34:51 -04:00
Anton Tarasov
7d7546ef37
4685768: A11y issue - Focus set to disabled component, can't Tab/Shift-Tab
...
The restore-focus procedure should skip disabled components.
Reviewed-by: art, dcherepanov
2008-06-17 13:37:28 +04:00
Tim Bell
5f7a7de614
Merge
2008-06-16 22:21:32 -07:00
Bradford Wetmore
2ec317a88e
Merge
2008-06-16 10:46:22 -07:00
Tim Bell
0218de0c75
Merge
2008-06-13 12:16:01 -07:00
Luis Miguel Alventosa
0557c0b500
6714244: Plotters in MBeans tab should use SnapshotMBeanServerConnection too
...
Reviewed-by: jfdenise
2008-06-13 10:45:51 +02:00