1228 Commits

Author SHA1 Message Date
Sergey Malenkov
63810a5c42 6657026: Numerous static security flaws in Swing (findbugs)
Reviewed-by: hawtin, peterz
2009-09-03 19:42:27 +04:00
Alexander Potochkin
8db0c57ad0 6797139: JButton title is truncating for some strings irrespective of preferred size
Reviewed-by: peterz
2009-09-02 17:47:19 +04:00
Abhijit Saha
32864409e0 Merge 2009-09-01 08:15:00 -07:00
Alexander Potochkin
3ef90fd6fd 6875153: JLayer.isOptimizedDrawingEnabled() throws NPE for null glass pane set
Reviewed-by: rupashka
2009-09-01 18:51:15 +04:00
Peter Zhelezniakov
4e092f7b46 6387579: Usage of package-private class as parameter of a method (javax.swing.tree.DefaultTreeSelectionModel)
Reviewed-by: rupashka
2009-09-01 15:34:21 +04:00
Martin Buchholz
9ef7eb7884 6860431: Character.isSurrogate(char ch)
Add new method Character.isSurrogate(char ch)

Reviewed-by: sherman, darcy, okutsu
2009-08-31 15:00:04 -07:00
Abhijit Saha
8ea9f6a2dc Merge 2009-08-31 08:54:39 -07:00
Alexander Potochkin
28023ec9d0 6872503: JLayer event handling should be rewritten
Reviewed-by: art
2009-08-31 18:39:41 +04:00
Peter Zhelezniakov
d1839690e3 6802944: Nimbus initialization is too slow
Reviewed-by: jasper
2009-08-31 13:46:24 +04:00
Yuka Kamiya
be422eef48 6851214: (tz) New Jordan rule creates a failure for SimpleTimeZone parsing post tzdata2009h
Reviewed-by: okutsu
2009-08-31 12:55:15 +09:00
Tim Bell
2c7126577e Merge 2009-08-28 16:53:44 -07:00
Joe Darcy
d3e91c9151 6261502: (reflect) Add the functionality to screen out the "inappropriate" modifier bits
Reviewed-by: alanb
2009-08-28 14:11:00 -07:00
Joe Darcy
575a3613d5 6877122: Many javadoc warnings from java.awt.Window, other awt classes
Reviewed-by: anthony
2009-08-28 11:11:11 -07:00
Anthony Petrov
197de32fb3 6689468: test/closed/java/awt/Component/VisibleHwInLwContTest/VisibleHwInLwContTest.html fails
The addNotify() checks whether the component is actually hidden, and hides the peer appropriately if needed

Reviewed-by: art, dcherepanov
2009-08-28 19:34:00 +04:00
Xiaobin Lu
4b58ee1a37 6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result
Reviewed-by: darcy
2009-08-27 18:00:16 -07:00
Abhijit Saha
65cf286a61 Merge 2009-08-27 15:08:10 -07:00
Mandy Chung
fcf8bea162 Merge 2009-08-27 12:58:18 -07:00
Joe Darcy
03e9812175 6876628: @throw instead of @throws in two ParagraphView classes
Reviewed-by: peterz
2009-08-27 11:48:35 -07:00
Dmitry Cherepanov
27d7a83c52 6852051: Getting Null Pointer Exception when displaying message for TrayIcon on Opensolaris
Reviewed-by: anthony
2009-08-27 17:04:47 +04:00
Abhijit Saha
9a9bb90a70 Merge 2009-08-26 08:38:57 -07:00
Masayoshi Okutsu
193bae2884 6824265: (tz) TimeZone.getTimeZone allows probing local filesystem
Reviewed-by: peytoia
2009-08-26 17:05:15 +09:00
Doug Lea
f1047d3739 6871697: LinkedBlockingQueue Iterator/remove/poll race
More checks for node.next == node

Reviewed-by: martin, dholmes, chegar
2009-08-25 19:19:42 -07:00
Joe Darcy
a6f341dfc9 6875861: javadoc build warning on java.util.Properites from unconventional @see ordering
Reviewed-by: martin
2009-08-25 18:58:26 -07:00
Xueming Shen
71cf18b3e2 4963968: zlib should be upgraded to current version of zlib
Upgrade zlib to the latest ver 1.2.3

Reviewed-by: martin, alanb, ksrini
2009-08-25 15:14:53 -07:00
Tim Bell
7e71cce8a2 Merge 2009-08-24 22:27:30 -07:00
Vinnie Ryan
f249b36d72 6872048: bad private keys are generated for 2 specific ECC curves
Reviewed-by: wetmore
2009-08-24 18:37:37 +01:00
Mandy Chung
1478582041 Merge 2009-08-24 10:33:08 -07:00
Alexander Potochkin
343439d82f 6824395: Several Swing core components prevent using them in wrapper classes
Reviewed-by: peterz
2009-08-24 19:22:38 +04:00
Alan Bateman
491fdce2fd Merge 2009-08-23 17:20:46 +01:00
Alan Bateman
aecf7417ad 6842687: New I/O: Update Asynchronous I/O API to jsr203/nio2-b101
Reviewed-by: sherman
2009-08-23 12:53:45 +01:00
Alan Bateman
7fa9df60ce 6874521: Remove @note tags
Reviewed-by: andrew, darcy
2009-08-22 17:40:18 +01:00
Joe Darcy
980873244b 6378701: (enum) Unclear purpose of EnumConstantNotPresentException
Reviewed-by: lancea, andrew, alanb
2009-08-21 11:31:18 -07:00
Pavel Porvatov
afca155718 6579827: vista : JSlider on JColorchooser is not properly render or can't be seen completely
Reviewed-by: peterz
2009-08-21 16:59:27 +04:00
Yuri Nesterenko
0ee9dc7c6f Merge 2009-08-20 23:30:03 -07:00
Valerie Peng
3b237a13df 6636650: (cl) Resurrected ClassLoaders can still have children
Prevent classloader from resurrection

Reviewed-by: hawtin
2009-08-20 14:49:31 -07:00
Dmitry Cherepanov
2513311062 6664512: Component and [Default]KeyboardFocusManager pass security sensitive objects to loggers
ToString is called on security sensitive objects

Reviewed-by: art, hawtin
2009-08-20 12:46:43 +04:00
Weijun Wang
7c86823f01 6867665: Problem with keytabs with multiple kvno's (key versions)
Reviewed-by: valeriep, ohair
2009-08-20 11:24:42 +08:00
Alexander Potochkin
68a69bc334 6872492: JLayer sources contain wrong header
Reviewed-by: rupashka
2009-08-19 17:24:22 +04:00
Yuri Nesterenko
4c2a46386f Merge 2009-08-18 23:40:15 -07:00
Xue-Lei Andrew Fan
c14324faa5 6861062: Disable MD2 support
Reviewed-by: mullan, weijun
2009-08-18 20:47:13 -07:00
Abhijit Saha
fad0f2d2f6 Merge 2009-08-18 16:53:23 -07:00
Weijun Wang
94bafe8b8f 6864911: ASN.1/DER input stream parser needs more work
Reviewed-by: mullan, xuelei
2009-08-18 12:10:12 +08:00
Weijun Wang
afe6e91726 6829785: TextCallbackHandler does not honor PasswordCallback.isEchoOn()
Reviewed-by: mullan
2009-08-18 10:20:50 +08:00
Xueming Shen
efe409bf8b 6730652: CharsetEncoder.canEncode(char) returns incorrect values for some charsets
Override the canEncode() in ISO2022_CN_CNS

Reviewed-by: martin
2009-08-14 14:29:45 -07:00
Pavel Porvatov
5fe3a9d7b6 6824600: OOM occurs when setLookAndFeel() is executed in Windows L&F(XP style)
Reviewed-by: alexp
2009-08-14 13:18:10 +04:00
Bradford Wetmore
84ef08a85a Merge 2009-08-13 12:37:47 -07:00
Bradford Wetmore
e35a79a518 6870335: Provider numbers need to be bumped to 1.7
Reviewed-by: mullan
2009-08-13 12:36:10 -07:00
Xueming Shen
dfa68f9504 6840246: Lightweight implementation of String.split for simple use case
Added a fastpath for simple use case

Reviewed-by: alanb, martin
2009-08-13 10:50:23 -07:00
Daniel D. Daugherty
d9b6a2252e Merge 2009-08-11 20:06:52 -06:00
Daniel D. Daugherty
def4483570 6870298: 4/4 fix minor typos in java/lang/instrument/Instrumentation.java
Fix typos in the JavaDoc.

Reviewed-by: tbell
2009-08-11 20:02:43 -06:00