Tim Bell
710733eaa5
Merge
2008-09-04 14:55:12 -07: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
Daniel Fuchs
6b53043eea
5072476: RFE: support cascaded (federated) MBean Servers
...
6299231: Add support for named MBean Servers
New javax.management.namespace package.
Reviewed-by: emcmanus
2008-09-04 14:46:36 +02:00
Pavel Porvatov
4a2921184f
6278700: JSlider created with BoundedRangeModel fires twice when changed
...
Removed second registration of listener
Reviewed-by: peterz
2008-09-04 15:15:24 +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
Eamonn McManus
ab464bccd1
6744132: Spurious failures from test/javax/management/MBeanInfo/NotificationInfoTest.java
...
Reviewed-by: dfuchs
2008-09-03 14:31:17 +02:00
Eamonn McManus
fdfb7acee2
6405862: Allow CompositeType to have zero items
...
6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java
6737140: Javadoc of some throw clauses of MBeanServer and MBeanServerConnection is garbled
6737143: createMBean of MBeanServer should acquire 2 extra throw clauses present in MBeanServerConnection
Reviewed-by: dfuchs
2008-09-02 14:14:05 +02:00
Eamonn McManus
50a610e81c
6731410: JMXServiceURL cannot use @ConstructorProperties for compatibility reasons
...
Reviewed-by: dfuchs
2008-09-01 17:11:58 +02:00
Artem Ananiev
003c0aae4a
6707023: Chenese Characters in JTextPane Cause Pane to Hang
...
Input method events are dispatched to correct AppContext
Reviewed-by: naoto, yan
2008-09-01 17:41:45 +04:00
Sergey Malenkov
fe4ebb456f
5026703: RFE: DOC: Are PropertyChangeSupport & VetoableChangeSupport Thread-Safe? --Docs Should Say
...
Reviewed-by: peterz, rupashka
2008-09-01 17:36:57 +04:00
Peter Zhelezniakov
803014e138
5062055: JEditorPane HTML: HR-tag with attribute size=1px causes NumberFormatException
...
Wrapped parseInt() with try/catch
Reviewed-by: gsm
2008-09-01 15:21:46 +04:00
Tim Bell
09ef78ff9e
Merge
2008-08-31 11:59:20 -07: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
Alan Bateman
deaa5d9446
6570619: (bf) DirectByteBuffer.get/put(byte[]) does not scale well
...
Reviewed-by: iris
2008-08-31 18:32:59 +01:00
Pavel Porvatov
5f00e2cd20
6554743: JFileChooser dn't close after pressing escape key after changing the views
...
Restore focus after changing the views in JFileChooser
Reviewed-by: loneid
2008-08-30 17:29:59 +04:00
Swamy Venkataramanappa
ca45a0c6cc
6614052: jhat fails to read heap dump > 2GB
...
Modified the jhat code to use long for unsigned int. This is a forward port of changes from Kevin Walls.
Reviewed-by: jjh
2008-08-29 14:33:05 -07:00
Tim Bell
87d8424968
Merge
2008-08-29 12:40:58 -07: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
Pavel Porvatov
7861fdb862
6742358: MetalSliderUI paint wrong vertical disabled filled JSlider for DefaultMetalTheme
...
Corrected the method MetalSliderUI.paintTrack
Reviewed-by: malenkov
2008-08-29 18:58:17 +04:00
Pavel Porvatov
b4ad1bd707
6742490: JSlider tests are located in JFileChooser directory
...
Tests were moved to appropriate folder
Reviewed-by: peterz
2008-08-29 13:23:55 +04:00
Xiomara Jayasena
3735e1a4b2
Added tag jdk7-b34 for changeset 8810ae8edcd1
2008-08-28 11:05:27 -07:00
Xueming Shen
3ae3654210
Merge
2008-08-27 10:28:26 -07:00
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
Artem Ananiev
4bdcbbe0b6
6741364: Some input method problems after the fix for 6585765
...
The fix for 6585765 is corrected
Reviewed-by: uta
2008-08-26 16:31:13 +04: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
Artem Ananiev
e4f977c0a1
6585765: RFE: Remove Unicows-related code from AWT
...
6733976: VS2008 errors compiling AWT files - explicit casts need to be added
6728735: VS2008 errors compiling UnicowsLoader.h and fatal error in awtmsg.h
Unicows-related and Win95/98/Me-related code is removed
Reviewed-by: uta, tdv
2008-08-26 13:09:34 +04: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
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
Tim Bell
6f9ae46ab8
Merge
2008-08-07 18:02:28 -07:00
Tim Bell
37f438af87
Merge
2008-08-07 09:42:31 -07:00
Eamonn McManus
fe12d75a7a
6717257: MBeanServer doesn't describe RuntimeException for methods inherited from MBeanServerConnection
...
Reviewed-by: dfuchs
2008-08-07 16:25:45 +02: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
Kelly O'Hair
b046ce6d82
Merge
2008-08-06 16:43:53 -07:00
Kelly O'Hair
ac52b07e8d
6724669: JDK7: Official change to Sun Studio 12 compilers on Solaris
...
Reviewed-by: tbell
2008-08-06 16:21:20 -07:00
Kelly O'Hair
0d4785d9a3
6728161: Add SKIP_BOOT_CYCLE feature to create boot jdk and use it during build
...
Needed BOOT_JAR_JFLAGS. Fixed PREVIOUS_RELEASE_IMAGE.
Reviewed-by: tbell
2008-08-06 15:02:15 -07:00
Swamy Venkataramanappa
072306e2f0
Merge
2008-08-06 10:49:31 -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
Eamonn McManus
ca985b5697
6734273: Minor updates to documentation of Custom MXBean Mappings
...
Reviewed-by: dfuchs
2008-08-06 18:28:53 +02:00
Chris Hegarty
ffcb07d286
6734171: java.net.NetworkInterface reports XCheck:jni warnings
...
Removed leading "L" or trailing ";" from FindClass classname param
Reviewed-by: alanb
2008-08-06 07:14:41 -07:00
Lana Steuck
bd39fefcf9
Merge
2008-08-05 17:44:17 -07:00
Weijun Wang
6d08d079f0
6731685: CertificateFactory.generateCertificates throws IOException on PKCS7 cert chain
...
Reviewed-by: mullan
2008-08-06 08:11:49 +08:00
Yuri Nesterenko
4e01039ec9
6454041: decimal separator munches the character standing at the right (sk keyboard)
...
In a group of keysyms associated with a key, check for keypad-ness of more keysyms
Reviewed-by: art
2008-08-05 15:26:08 +04:00
Eamonn McManus
e174ee8284
6733589: Intermittent failure of test/javax/management/eventService/SharingThreadTest.java
...
Reviewed-by: sjiang
2008-08-05 10:49:58 +02:00
Xiomara Jayasena
a553eec7c9
Added tag jdk7-b32 for changeset be386e469547
2008-08-04 13:45:00 -07:00
Tim Bell
c6e81a130b
Merge
2008-08-01 15:21:56 -07:00
Jim Holmlund
4c82d94e47
6730273: TEST: JDI_REGRESSION test Solaris32AndSolaris64Test.sh fails if -XX:+UseCompressedOops is used
...
Fix test to not pass -XX:[+-]UseCompressedOops to the debuggee.
Reviewed-by: tbell
2008-08-01 13:58:29 -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
Daniel Fuchs
d0c78cb9cf
6732192: CORE_PKGS.gmk: need to declare javax.management.event in the CORE_PKGS variable
...
Reviewed-by: emcmanus
2008-08-01 11:41:59 +02:00
Jiri Tusla
28ced6a8e3
6509039
: Swedish localization has incorrect am/pm markers in FormatData_sv
...
Added respective section
Reviewed-by: peytoia, jenda
2008-08-01 01:46:31 -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
Martin Buchholz
731e9ea8a9
6730380: java.util.Timer should use AtomicInteger
...
Reviewed-by: dl, chegar
2008-08-01 00:38:02 -07:00
Daniel Fuchs
3e4831d05d
6616825: JMX query returns no value in 1.0 compatibility mode - deserialization bug in readObject()
...
Reviewed-by: emcmanus
2008-07-31 17:38:55 +02:00
Shanliang Jiang
cf105cf085
5108776: Add reliable event handling to the JMX API
...
6218920
: API bug - impossible to delete last MBeanServerForwarder on a connector
Reviewed-by: emcmanus
2008-07-31 15:31:13 +02:00
Daniel Fuchs
22260fb95d
6689505: Improve MBeanServerNotification.toString
...
Reviewed-by: emcmanus
2008-07-31 14:20:11 +02:00
Daniel Fuchs
192678a793
6730926: Document that create/registerMBean can throw RuntimeMBeanException from postRegister
...
Reviewed-by: emcmanus
2008-07-31 12:41:35 +02:00
Kelly O'Hair
413cf8882e
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
...
Reviewed-by: tbell
2008-07-30 19:40:57 -07:00
Bradford Wetmore
d66b42f4b5
Merge
2008-07-29 16:57:09 -07:00
Daniel Fuchs
9b8118e3f7
6402254: Revisit ModelMBean DescriptorSupport implementation of equals and hashCode
...
Reviewed-by: emcmanus
2008-07-29 19:21:59 +02:00
Bradford Wetmore
e37f0f7e34
Merge
2008-07-29 10:18:25 -07:00
Chris Hegarty
8171c4e3d7
6730740: Fix for 6729881 has apparently broken several 64 bit tests: "Bad address"
...
Reviewed-by: alanb, jccollet
2008-07-29 09:53:35 -07:00
Jim Holmlund
ee07f33cc5
6730587: TEST: com/sun/jdi/MonitorFrameInfoTest.java fails with -server -Xcomp
...
Fix test to prevent C2 escape analysis from deleting the required synchronized blocks
Reviewed-by: swamyv
2008-07-28 12:37:52 -07:00
Chris Hegarty
da50d1d60b
6729881: Compiler warning in networking native code
...
Cleanup compiler warnings
Reviewed-by: alanb, jccollet, michaelm
2008-07-28 13:02:11 +01:00
Kelly O'Hair
034e883c86
6727683: Cleanup use of COMPILER_WARNINGS_FATAL in makefiles
...
Reviewed-by: tbell
2008-07-27 18:42:57 -07:00
Weijun Wang
4d46dbd62c
6709758: keytool default cert fingerprint algorithm should be SHA1, not MD5
...
Reviewed-by: mullan, xuelei
2008-07-27 19:16:15 +08:00
Xueming Shen
6a3f9fd998
6681798: (build) CharsetEncoder.java fails to compile in openjdk6 on ubutu 8.04
...
Replace awk-sed based spp.sh with a java regex based pre-processor
Reviewed-by: alanb
2008-07-26 20:42:35 -07:00
Igor Kushnirskiy
1dce4ceddd
6699328: NullPointerException in EventQueue.dispatchEvent when applet is closed, only reprise/scenario applet
...
Reviewed-by: bchristi
2008-07-25 14:26:27 -04: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
Xiomara Jayasena
7df6cdd788
Merge
2008-07-25 08:44:20 -07:00
Igor Kushnirskiy
f7be937495
6608456: need API to define RepaintManager per components hierarchy
...
Reviewed-by: alexp
2008-07-25 11:32:12 -04:00
Florian Brunner
eba63ce088
6727661: Code improvement and warnings removing from the swing/plaf packages
...
Removed unnecessary castings and other warnings
Reviewed-by: alexp
2008-07-25 17:50:36 +04:00
Artem Ananiev
16436dc54d
6235443: REG:Overlapping a swing app with an AWT app causes flickering in the background swing app on Windows
...
AWT text area no longer uses LockWindowUpdate
Reviewed-by: uta, dcherepanov
2008-07-25 15:19:11 +04:00
Tomas Hurka
e4417bdabf
6672135: setInterval() for local MonitoredHost and local MonitoredVm does not work
...
Super.setInterval() invoked with correct value
Reviewed-by: swamyv
2008-07-25 12:40:22 +02:00
Mikhail Lapshin
b2066f470b
6727829: BasicLabelUI rendering fails if multiple AppContexts exist in same java JVM
...
Several private static variables made local
Reviewed-by: alexp
2008-07-25 14:14:30 +04:00
Lana Steuck
025ca5d66a
Merge
2008-07-24 21:12:50 -07:00
Kelly O'Hair
44b60b7c42
6725543: Compiler warnings in serviceability native code
...
Reviewed-by: alanb
2008-07-24 14:03:16 -07:00
Sergey Malenkov
95dc5f8473
6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true
...
Reviewed-by: peterz, rupashka
2008-07-24 17:30:59 +04:00
Florian Brunner
8ad3454b18
6722802: Code improvement and warnings removing from the javax.swing.text package
...
Removed unnecessary castings and other warnings
Reviewed-by: peterz
2008-07-24 16:43:36 +04:00
Alan Bateman
949d3854a5
6726309: Compiler warnings in nio code
...
Reviewed-by: sherman, iris
2008-07-24 12:46:41 +01:00
Alan Bateman
2fa9f3bee9
6728728: (se) WindowsSelectorImpl.c doesn't compile with Visual Studio 2008
...
Reviewed-by: tbell, chegar
2008-07-24 12:40:30 +01:00
Sergey Malenkov
02a6cd7914
4778988: CompoundBorder.isBorderOpaque() has incorrect documentation
...
Reviewed-by: peterz, rupashka
2008-07-24 14:51:13 +04:00
Mikhail Lapshin
c3732ffc5d
6725409: Unable to localize JInternalFrame system menu during run-time
...
Use of the static final constants replaced by direct calls of UIManager.getString().
Reviewed-by: alexp
2008-07-24 14:34:02 +04:00
Bradford Wetmore
54618c0601
Merge
2008-07-23 12:16:28 -07:00
Michael McMahon
7f63928012
6728076: Test case for 6536211 is failing on all platforms
...
Exception needed to be caught and logged
Reviewed-by: chegar
2008-07-23 12:05:19 +01:00
Tim Bell
00e6ff0db3
Merge
2008-07-22 11:40:06 -07:00
Dmitri Trembovetski
bd5f86fee1
6728492: typo in copyrights in some files touched by the d3d pipeline port
...
Reviewed-by: prr
2008-07-22 11:24:32 -07:00
Mikhail Lapshin
a44852b8fe
6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard
...
JComboBox cell editor now hides if the same value is selected with keyboard
Reviewed-by: peterz, alexp
2008-07-21 19:58:43 +04:00
Igor Kushnirskiy
7f530b42c8
6668281: NullPointerException in DefaultTableCellHeaderRenderer.getColumnSortOrder()
...
Reviewed-by: alexp
2008-07-21 10:21:42 -04:00
Chris Hegarty
22e8b43f70
6726164: jdk\src\windows\native\java\net\NetworkInterface.h(172) : error C2365: 'IpPrefixOriginOther' : redef
...
Change the NetworkInterface header that allows it to compile on the current compiler/SDK version as well as the SDK bundled with Visual Studio 2008.
Reviewed-by: ohair, alanb
2008-07-19 10:27:34 +01:00
Tim Bell
0354556bc5
Merge
2008-07-18 11:24:38 -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
Sergey Malenkov
e91ae90285
6552812: Add HSL tab to JColorChooser
...
Reviewed-by: peterz, avu
2008-07-18 18:26:22 +04: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
Xiomara Jayasena
8b4c5a01d2
Added tag jdk7-b31 for changeset 9a19b12225f4
2008-07-17 11:28:44 -07:00
Xueming Shen
ac6523031e
Merge
2008-07-16 15:37:23 -07:00
Xueming Shen
c09d716d34
6429289: (se) sun.nio.ch.SelectorImpl.processDeregisterQueue creates excessive garbage
...
Check if the cancelledKeys is empty or not before creating iterator
Reviewed-by: alanb
2008-07-16 15:24:15 -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
Kelly O'Hair
c65bf79ac2
6548261: Use of SE in make/common/Defs-windows.gmk
...
Reviewed-by: darcy
2008-07-16 09:51:43 -07:00
Igor Nekrestyanov
6acd06f8b5
6720240: IOB exception when getting font metrics of hershey font
...
Reviewed-by: bae, prr
2008-07-15 16:04:08 +04:00
Tim Bell
46aa35c92c
Merge
2008-07-14 22:13:54 -07:00
Tim Bell
038b983b34
Merge
2008-07-14 22:09:52 -07:00
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