Yuka Kamiya
|
6ee252719c
|
4823811: [Fmt-Da] SimpleDateFormat patterns don't allow embedding of some literal punctuation
Reviewed-by: okutsu
|
2008-09-08 14:31:08 +09:00 |
|
Yuka Kamiya
|
3927ae9832
|
6645292: [Fmt-Da] Timezone Western Summer Time (Australia) is parsed incorrectly
Reviewed-by: okutsu
|
2008-09-08 13:31:45 +09:00 |
|
Yuka Kamiya
|
14ea0be212
|
6665028: native code of method j*.text.Bidi.nativeBidiChars is using the contents of a primitive array direct
Reviewed-by: okutsu
|
2008-09-08 10:44:57 +09:00 |
|
Jean-Christophe Collet
|
9b311f9a7b
|
6692802: HttpCookie needs to support HttpOnly attribute
Added HttpOnly tag support to HttpCookie class.
Reviewed-by: chegar, michaelm
|
2008-09-04 15:26:53 +02:00 |
|
Andrei Dmitriev
|
e1f54b3780
|
Merge
|
2008-09-04 17:24:23 +04:00 |
|
Andrei Dmitriev
|
db6b4110da
|
6738181: api/java_awt/Toolkit/index.html#GetAWTEventListeners Fails with:empty array returned unexpectedly
Redirect getAWTEventListeners(long l) from Headless to underlying toolkit.
Reviewed-by: art
|
2008-09-04 17:20:25 +04:00 |
|
Sergey Malenkov
|
d46ed5c358
|
6397609: DOC: De-register API required for PropertyEditorManager and/or doc change
Reviewed-by: peterz, rupashka
|
2008-09-03 21:00:04 +04:00 |
|
Alan Bateman
|
63d86bcfda
|
4640544: New I/O: Complete socket-channel functionality
Reviewed-by: iris, sherman, chegar
|
2008-08-31 18:39:01 +01:00 |
|
Chris Hegarty
|
1833c872a0
|
6576763: Thread constructors throw undocumented NPE for null name
Update javadoc to specify NPE as well as fix minor bug in implementation.
Reviewed-by: alanb
|
2008-08-29 17:46:45 +01:00 |
|
Eamonn McManus
|
e2c297b29f
|
5041784: (reflect) generic signature methods needlessly return generic arrays
Reviewed-by: darcy
|
2008-08-27 11:03:59 +02: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 |
|
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 |
|
Joshua Bloch
|
2cb9d9610e
|
6739302: Check that deserialization preserves EnumSet integrity
Reviewed-by: dl, chegar
|
2008-08-20 13:45:12 -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 |
|
Lana Steuck
|
189c383d48
|
Merge
|
2008-08-12 17:59:58 -07:00 |
|
Yuri Nesterenko
|
540f1f640a
|
Merge
|
2008-08-08 03:32:34 -07:00 |
|
Lana Steuck
|
6b68aa3dcb
|
Merge
|
2008-08-07 22:24:26 -07:00 |
|
Tim Bell
|
6f9ae46ab8
|
Merge
|
2008-08-07 18:02:28 -07:00 |
|
Tim Bell
|
37f438af87
|
Merge
|
2008-08-07 09:42:31 -07:00 |
|
Martin Buchholz
|
a1269f9d94
|
6730507: java.util.Timer schedule delay Long.MAX_VALUE causes task to execute multiple times
Reviewed-by: chegar
|
2008-08-07 06:36:41 -07:00 |
|
Jiri Tusla
|
d914009a33
|
Merge
|
2008-08-07 04:52:05 -07:00 |
|
Swamy Venkataramanappa
|
5091305900
|
6732441: TEST_BUG: ThreadMXBeanProxy test fails intermittently
Fixed the race condition in the test.
Reviewed-by: jjh
|
2008-08-06 10:24:33 -07:00 |
|
Dmitri Trembovetski
|
0c7e3a5aaf
|
6733718: test /java/awt/FullScreen/UninitializedDisplayModeChangeTest/ fails
Reviewed-by: igor
|
2008-08-05 09:37:03 -07:00 |
|
Jiri Tusla
|
eca52f9d2c
|
6608572: Currency change for Malta and Cyprus
Change the respective currencies
Reviewed-by: naoto, jenda
|
2008-08-01 02:58:59 -07:00 |
|
Doug Lea
|
1c84fa3582
|
6725789: ScheduledExecutorService does not work as expected in jdk7/6/5
Reviewed-by: martin, dholmes, chegar
|
2008-08-01 00:42:43 -07:00 |
|
Igor Kushnirskiy
|
b4ae1216b3
|
6638195: need API for EventQueueDelegate
Reviewed-by: bchristi
|
2008-07-25 14:13:59 -04:00 |
|
Sergey Malenkov
|
873a9176c7
|
6630275: The spec on VetoableChangeSupport.fireVetoableChange should be updated
Reviewed-by: peterz, rupashka
|
2008-07-25 21:00:05 +04:00 |
|
Lana Steuck
|
025ca5d66a
|
Merge
|
2008-07-24 21:12:50 -07:00 |
|
Bradford Wetmore
|
54618c0601
|
Merge
|
2008-07-23 12:16:28 -07:00 |
|
Tim Bell
|
00e6ff0db3
|
Merge
|
2008-07-22 11:40:06 -07:00 |
|
Dmitri Trembovetski
|
e4c9db984f
|
6725214: D3D: forward-port the new pipeline from 6u10
Forward port of the new Direct3D 9 rendering pipeline from 6u10. Also includes fixes for 6690659 6689025 6658398 6596234.
Reviewed-by: campbell, prr
|
2008-07-18 10:48:44 -07:00 |
|
Xueming Shen
|
5628d956d5
|
6405995: (ch) test/java/nio/channels/Selector/Wakeup.java broken
Moved the unit test case back to open repo, it works after bugfixes in jdk6
Reviewed-by: alanb
|
2008-07-17 14:26:51 -07:00 |
|
Xueming Shen
|
ac6523031e
|
Merge
|
2008-07-16 15:37:23 -07:00 |
|
Xueming Shen
|
61dd937d11
|
6541641: (fc) java/nio/channels/FileChannel/ExpandingMap.java should clean up after itself
Close channel and explicitly de-ref the mapped buffers before exit.
Reviewed-by: alanb
|
2008-07-16 15:09:24 -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
|
e2a366414c
|
4916852: RFE: LTP: BorderLayout Persistence Delegate should use 1.5 API
Reviewed-by: peterz, loneid
|
2008-07-08 16:40:38 +04:00 |
|
Anthony Petrov
|
2720870af6
|
6723018: Need to push the test for 6682046
Pushed the test
Reviewed-by: art
|
2008-07-07 17:39:18 +04:00 |
|
Tim Bell
|
528aac8c17
|
Merge
|
2008-07-04 14:41:34 -07: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 |
|
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 |
|
Bradford Wetmore
|
9f99870d74
|
Merge
|
2008-06-29 00:25:59 -07:00 |
|
Xueming Shen
|
35038e62cd
|
6541631: (fc) java/nio/channels/Filechannel/LongTransferTest.java should clean up after itself
Should close the channel before delete the file
Reviewed-by: alanb
|
2008-06-27 12:09:37 -07: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 |
|
Xueming Shen
|
827decba87
|
6481955: Uncanonicalized absolute filepath with length 248-260 no longer works (win)
Uncanonicalized absolute filepath with length 248-260 no longer works (win)
Reviewed-by: alanb
|
2008-06-25 13:58:22 -07:00 |
|
Jennifer Godinez
|
36d2406edc
|
6708509: print dialog is not displayed when default paper is custom
Reviewed-by: tdv, prr
|
2008-06-23 13:00:19 -07:00 |
|