Xueming Shen
|
790bc3042d
|
4849617: (cs)Revise Charset spec to allow '+' in names
Update the spec and code to accept '+' as a charset name character
Reviewed-by: alanb
|
2008-08-27 10:12:22 -07:00 |
|
Pavel Porvatov
|
168e2b0ff2
|
6351074: JFileChooser removes leading space in filename
Removed trimming of leading spaces in filename
Reviewed-by: alexp
|
2008-08-27 20:49:35 +04:00 |
|
Kumar Srinivasan
|
136ad92f3d
|
6685121: (launcher) make ReportErrorMessages accessible by other launcher subsystems
Provided error reporting interfaces to other java subsystems that the launcher uses.
Reviewed-by: darcy
|
2008-08-26 10:21:20 -07:00 |
|
Eamonn McManus
|
e2c297b29f
|
5041784: (reflect) generic signature methods needlessly return generic arrays
Reviewed-by: darcy
|
2008-08-27 11:03:59 +02:00 |
|
Pavel Porvatov
|
8bb4a8ec15
|
6727662: Code improvement and warnings removing from swing packages
Removed unnecessary castings and other warnings
Reviewed-by: malenkov
|
2008-08-26 15:12:54 +04:00 |
|
Alan Bateman
|
d41b0a77b2
|
6682020: (bf) Support monitoring of direct and mapped buffer usage
Reviewed-by: mchung, iris
|
2008-08-26 10:21:22 +01:00 |
|
Alan Bateman
|
827a25e39d
|
6728542: (se) epoll based SelectorProvider should be portable to platforms other than x86 and x64
Reviewed-by: sherman
|
2008-08-26 09:23:12 +01:00 |
|
Mikhail Lapshin
|
b6db0aad85
|
6736649: test/closed/javax/swing/JMenuItem/6458123/ManualBug6458123.java fails on Linux
Now text bearings are taken into account when labelRect width is calculated
Reviewed-by: alexp
|
2008-08-26 12:16:23 +04:00 |
|
Tim Bell
|
33a47ac00d
|
Merge
|
2008-08-25 23:37:31 -07:00 |
|
Tim Bell
|
1437ee2bae
|
Merge
|
2008-08-25 23:33:24 -07:00 |
|
Lana Steuck
|
f0ef7211c5
|
Merge
|
2008-08-25 13:58:15 -07:00 |
|
Dmitry Cherepanov
|
a16656700d
|
6737722: api/java_awt/TrayIcon/index.html#TrayIconHeadlessMode
IsSupported() should skip tray initialization in case of headless
Reviewed-by: art, ant
|
2008-08-25 19:15:37 +04:00 |
|
Bradford Wetmore
|
f1c6258165
|
Merge
|
2008-08-25 08:11:08 -07:00 |
|
Jean-Christophe Collet
|
29241c7694
|
6717876: Make java.net.NetworkInterface.getIndex() public
Make getIndex() and getByIndex() public. Required a name change in native code
Reviewed-by: alanb, chegar, michaelm
|
2008-08-25 14:38:20 +02:00 |
|
Xueming Shen
|
95008ab775
|
6740702: Comment tag update
Tag update
Reviewed-by: mr
|
2008-08-22 22:54:20 -07:00 |
|
Xueming Shen
|
630d73eb0a
|
4486841: UTF-8 decoder should adhere to corrigendum to Unicode 3.0.1
6636317: Optimize UTF-8 coder for ASCII input
Re-write the UTF-8 charset to obey the standard and improve the performance
Reviewed-by: alanb
|
2008-08-22 14:37:46 -07:00 |
|
Kelly O'Hair
|
cac629a070
|
6732421: Removed old javavm and Classic VM files from the jdk7 sources
Reviewed-by: alanb
|
2008-08-22 12:24:27 -07:00 |
|
Swamy Venkataramanappa
|
99706867d4
|
6653883: jmap with no option should print mmap instead of heap information
Changed the default option of jmap to print mmap.
Reviewed-by: jjh
|
2008-08-22 10:37:03 -07:00 |
|
Michael McMahon
|
a3cdb4dcfb
|
6258215: Num of backlog in ServerSocket(int, int) should be mentioned more explicitly
Updated javadoc
Reviewed-by: chegar
|
2008-08-21 10:04:55 -07:00 |
|
Xiomara Jayasena
|
698094c02b
|
Merge
|
2008-08-21 09:55:18 -07:00 |
|
Joshua Bloch
|
2cb9d9610e
|
6739302: Check that deserialization preserves EnumSet integrity
Reviewed-by: dl, chegar
|
2008-08-20 13:45:12 -07:00 |
|
Bradford Wetmore
|
7ecbd27b2f
|
Merge
|
2008-08-20 00:41:24 -07:00 |
|
Tim Bell
|
3715f48dfe
|
Merge
|
2008-08-19 16:05:26 -07:00 |
|
Jennifer Godinez
|
ea4f164aae
|
6731826: race condition in UnixPrintServiceLookup
Reviewed-by: campbell, tdv
|
2008-08-19 16:04:06 -07:00 |
|
Swamy Venkataramanappa
|
64b449dd2a
|
6736461: ThreadMXBean Locks.java fails intermittently
Fixed the test to wait for the right state before calling check thread information.
Reviewed-by: jjh
|
2008-08-19 12:46:34 -07:00 |
|
Kumar Srinivasan
|
731dd43ab4
|
6614210: JPRT Windows 32bit msival2 build failure when building 'install' workspace
Suppresses wscript's modal dialog on error and no msi validation for jprt.
Reviewed-by: ohair, jmelvin
|
2008-08-19 07:50:03 -07:00 |
|
Swamy Venkataramanappa
|
f1f86e9fa2
|
6705893: javax.script tests should not require a js engine on OpenJDK
Fixed the tests to pass with open JDK.
Reviewed-by: darcy
|
2008-08-18 15:28:54 -07:00 |
|
Tim Bell
|
38dff2ce4b
|
Merge
|
2008-08-18 09:20:49 -07:00 |
|
Kelly O'Hair
|
36a04a49a7
|
6496269: Many warnings generated from com/sun/java/util/jar/pack/*.cpp when compiled on Linux
Removal of compiler warnings and fixing of assert logic.
Reviewed-by: jrose, ksrini, bristor
|
2008-08-17 17:02:04 -07:00 |
|
Jim Holmlund
|
1c42f2e0d3
|
6737900: TEST: Some JDI regression tests timeout on slow machines
Don't execute useless code, and split test into multiple @runs.
Reviewed-by: tbell
|
2008-08-15 18:06:42 -07:00 |
|
Tim Bell
|
7c923b06e9
|
Merge
|
2008-08-14 22:16:00 -07:00 |
|
Kelly O'Hair
|
f3e3c0e552
|
Merge
|
2008-08-14 20:59:51 -07:00 |
|
Kelly O'Hair
|
6ec4c76bb7
|
6674227: Missing LICENSE file during build
Just a JPRT usage issue. The top level files (like LICENSE) are needed to create the jdk image (j2sdk-image directory).
Reviewed-by: tbell
|
2008-08-14 13:33:08 -07:00 |
|
Xiomara Jayasena
|
161f43b05a
|
Added tag jdk7-b33 for changeset 8725ccb1a22d
|
2008-08-14 09:26:34 -07:00 |
|
Artem Ananiev
|
f5cc909878
|
6708392: Provide internal API to create OverrideRedirect windows, XToolkit
SunToolkit.setOverrideRedirect() method is introduced
Reviewed-by: mlapshin, yan
|
2008-08-14 12:58:51 +04:00 |
|
Lana Steuck
|
189c383d48
|
Merge
|
2008-08-12 17:59:58 -07:00 |
|
Xiomara Jayasena
|
4fb42021d7
|
Merge
|
2008-08-12 15:17:12 -07:00 |
|
Mikhail Lapshin
|
0e5cf24bb3
|
6735918: test/closed/javax/swing/JMenuItem/6458123/bug6458123.java fails on Linux
All the bearings-related code is removed from MenuItemLayoutHelper class
Reviewed-by: alexp
|
2008-08-12 12:52:10 +04:00 |
|
Artem Ananiev
|
18c2b3a604
|
6735584: XNETProtocol:setStateHelper() produces bad _NET_WM_STATE messages
Reviewed-by: yan
|
2008-08-12 12:00:46 +04:00 |
|
Mikhail Lapshin
|
aeb1b5f21c
|
6579243: Windows, GTK: Internal frame title is drawn wrong if the frame has RTL orientation
Added right-to-left code branches to WindowsInternalFrameTitlePane and Metacity classes
Reviewed-by: alexp
|
2008-08-11 16:49:46 +04:00 |
|
Pavel Porvatov
|
3b50ea9003
|
6604281: NimbusL&F :Regression in Focus traversal in JFileChooser in pit build
Fixed calculation of preferred size in SynthButtonUI
Reviewed-by: loneid, peterz
|
2008-08-11 16:39:17 +04:00 |
|
Tim Bell
|
4a362b1ee2
|
Merge
|
2008-08-10 18:35:53 -07:00 |
|
Mikhail Lapshin
|
f092fd7939
|
6584657: GTK Look and Feel: Bugs in menu item layout
Reviewed-by: peterz, alexp
|
2008-08-08 20:49:26 +04:00 |
|
Eamonn McManus
|
e2890ec21a
|
6610174: Improve CompositeDataSupport.toString when it includes arrays
Reviewed-by: dfuchs
|
2008-08-08 18:36:19 +02:00 |
|
Kelly O'Hair
|
c28ab2107b
|
Merge
|
2008-08-08 08:52:18 -07:00 |
|
Kelly O'Hair
|
0c7d8c2c75
|
6734977: Fix build failure regarding the now deleted file jdk/README.html
Reviewed-by: xdono, tbell
|
2008-08-08 08:50:30 -07:00 |
|
Eamonn McManus
|
49ad80cabb
|
Merge
|
2008-08-08 15:10:51 +02:00 |
|
Eamonn McManus
|
2d8b7bbf47
|
6334663: TabularDataSupport should be able to return values in the insertion order
Reviewed-by: dfuchs
|
2008-08-08 15:08:57 +02:00 |
|
Daniel Fuchs
|
1aa82b740b
|
6733294: MBeans tab - UI issues with writable attributes
Reviewed-by: emcmanus
|
2008-08-08 14:24:31 +02:00 |
|
Yuri Nesterenko
|
540f1f640a
|
Merge
|
2008-08-08 03:32:34 -07:00 |
|