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 |
|
Tim Bell
|
a8414afd25
|
Merge
|
2008-06-12 13:18:01 -07:00 |
|
Phil Race
|
64cefa94d1
|
6378099: RFE: Use libfontconfig to create/synthesise a fontconfig.properties
Reviewed-by: tdv, igor
|
2008-06-12 13:17:33 -07:00 |
|
Chris Hegarty
|
278b5e83ce
|
6630348: Invalid html tags (extra double quote)
Remove extra quote
Reviewed-by: michaelm
|
2008-06-12 17:26:47 +01:00 |
|
Yuri Nesterenko
|
6a55242693
|
Merge
|
2008-06-11 01:31:42 -07:00 |
|
Luis Miguel Alventosa
|
0c259336ec
|
6711106: REGRESSION: Bad usage of SnapshotMBeanServerConnection in MBeans tab and JConsole plugins
Reviewed-by: jfdenise
|
2008-06-10 13:50:06 +02:00 |
|
Weijun Wang
|
afdf0ae0a0
|
6711509: PolicyTool is misspelling Runtime permission - 'setSecurityManager' entry in the policy file
Reviewed-by: wetmore, mullan
|
2008-06-10 10:51:33 +08:00 |
|
Yuri Nesterenko
|
0ffe4a715b
|
Merge
|
2008-06-09 06:31:14 -07:00 |
|
Bradford Wetmore
|
827a788dfc
|
Merge
|
2008-06-09 00:29:24 -07:00 |
|
Alan Bateman
|
e44b665297
|
Merge
|
2008-06-07 16:11:57 +01:00 |
|
Tim Bell
|
e23242de59
|
Merge
|
2008-06-06 15:16:19 -07:00 |
|
Xueming Shen
|
fa0719879c
|
6706299: System property java.class.version should be 51 for jdk7
System property java.class.version should be 51 for jdk7
Reviewed-by: alanb
|
2008-06-06 14:57:32 -07:00 |
|
Alan Bateman
|
b5953ddd97
|
Merge
|
2008-06-06 11:40:38 +01:00 |
|
Pavel Porvatov
|
8f7aabf955
|
5035693: "Open" button should be a default one in JFileChooser under Windows XP LAF
The "Open" button was made default button of FileChooser dialog windows
Reviewed-by: loneid, peterz
|
2008-06-06 13:30:20 +04:00 |
|