Sean Mullan
fddda74b98
Merge
2008-10-30 17:28:35 -04:00
Sean Mullan
38f19ad4b7
6764553: com.sun.org.apache.xml.internal.security.utils.IdResolver is not thread safe
...
Reviewed-by: valeriep
2008-10-30 17:24:08 -04:00
Eamonn McManus
8f7e2b9357
6450848: make it easier to get the ObjectName of a JMX Proxy
...
Rework proxy javadoc to explain how to do this.
Reviewed-by: sjiang
2008-10-30 18:19:48 +01:00
Eamonn McManus
44dcc74e78
6252609: Two different default descriptor forms defined for ModelMBeanInfoSupport
...
6253137: Documentation for NotificationListener's handback parameter is confusing
6368691: javadoc for JMX Descriptors has bugs and is very hard to navigate
6602699: support for async notification of mbeaninfo update
6759612: [javadoc] EventClient.NOTIFS_LOST has a garbled href to addEventClientListener
6759619: Clarify what EventClient.getEventClientNotificationInfo does
6759622: Clarify what EventClient.getListeners list does
Documentation fixes, plus simple bugfix for 6759619.
Reviewed-by: dfuchs
2008-10-30 17:46:50 +01:00
Yuka Kamiya
1bff9286d7
6764308: (tz) Support tzdata2008i
...
Reviewed-by: okutsu
2008-10-30 13:12:54 +09:00
Dmitri Trembovetski
285a7ec5e3
6764257: D3D/OGL: color is not reset properly after save/restoreState() [RSL]
...
Reviewed-by: campbell
2008-10-28 14:47:14 -07:00
Eamonn McManus
540b83b6b1
6763051: MXBean: Incorrect type names for parametrized dealing with arrays (openType)
...
6713777: developer diagnosability of errors in uncompliant mxbean interfaces
Reviewed-by: dfuchs
2008-10-28 18:21:36 +01:00
Chris Hegarty
333adf3ae1
6756771: com.sun.net.httpserver.HttpServer should handle POSTs larger than 2Gig
...
Update implementation to use long instead of int
Reviewed-by: michaelm
2008-10-28 16:14:51 +00:00
Artem Ananiev
dacdf4a500
6758673: WeakReference leak in Window.ownedWindowList
...
WindowDisposerRecord parent field is correctly initialized
Reviewed-by: dav, ant
2008-10-28 17:06:12 +03:00
Eamonn McManus
d3972610f4
6763639: Remove "rawtypes" warnings from JMX code
...
Reviewed-by: dfuchs
2008-10-27 14:02:40 +01:00
Joshua Bloch
adcd85f803
6761678: (ann) SecurityException in AnnotationInvocationHandler.getMemberMethods
...
Move call to getDeclaredMethods inside doPrivileged
Reviewed-by: darcy, mullan
2008-10-24 20:34:40 -07:00
Lana Steuck
92c83c7681
Merge
2008-10-20 19:07:12 -07:00
Lana Steuck
579cc2111a
Merge
2008-10-20 11:52:47 -07:00
Bradford Wetmore
09220bdd58
Merge
2008-10-20 01:39:38 -07:00
Tim Bell
a9d034a33c
Merge
2008-10-17 16:45:36 -07:00
Lana Steuck
eb292c9219
Merge
2008-10-17 15:01:10 -07:00
Tim Bell
ecacc1fb5f
Merge
2008-10-17 08:41:15 -07:00
Bradford Wetmore
b1e7b0352e
Merge
2008-10-17 00:51:59 -07:00
Phil Race
ed94b2e90b
6751616: outline for underline in TextLayout with underline is off rasterized underline
...
Reviewed-by: dougfelt, igor
2008-10-16 06:28:37 -07:00
Roman Kennke
5c08fa0e79
6759311: RepaintManager casts Tookit to SunToolkit without instanceof check
...
Check type of Toolkit before casting.
Reviewed-by: alexp
2008-10-15 15:55:19 +02:00
Kumar Srinivasan
a7c6406a8f
6758881: (launcher) needs to throw NoClassDefFoundError instead of JavaRuntimeException
...
The launcher will throw the Error vs. Exception, also fixed some minor issues with the tests.
Reviewed-by: darcy
2008-10-14 13:02:30 -07:00
Lana Steuck
fb52866502
Merge
2008-10-13 17:13:29 -07:00
Xueming Shen
7add953cfe
5025260: Register methods should throw ClosedChannelException instead of NPE
...
Update the spec and implementation to throw ClosedSelectorException
Reviewed-by: alanb
2008-10-13 14:45:27 -07:00
Daniel Fuchs
246d79484d
6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY
...
Reviewed-by: alanb, emcmanus
2008-10-10 10:58:08 +02:00
Dmitri Trembovetski
118a4cdb15
6749060: LCD AA text rendered incorrectly when destination is non opaque (sw pipeline only)
...
Reviewed-by: campbell, prr
2008-10-09 17:12:50 -07:00
Alan Bateman
01bf987244
6721753: File.createTempFile produces guessable file names
...
Reviewed-by: sherman
2008-10-09 21:12:56 +01:00
Daniel Fuchs
4f96480e17
6332953: JMX agent should bind to loopback address when starting the local connector server
...
Reviewed-by: emcmanus
2008-10-09 14:10:58 +02:00
Eamonn McManus
8fe5a021a3
6757225: MXBean: Incorrect type names for parametrized types, dealing with arrays
...
Reviewed-by: sjiang
2008-10-08 18:38:25 +02:00
Sean Mullan
a2481b51f8
Merge
2008-10-07 14:44:04 -04:00
Sean Mullan
9148e3b4c1
Merge
2008-10-07 13:48:49 -04:00
Sean Mullan
2229fb0a55
6752764: PIT B37: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest failed
...
Fix regression introduced by 6465942
Reviewed-by: vinnie
2008-10-07 13:41:39 -04:00
Bradford Wetmore
c63de8e0a8
Merge
2008-10-06 09:17:35 -07:00
Tim Bell
f7bfb9b472
Merge
2008-10-04 22:57:59 -07:00
Tim Bell
1e22a7ec76
Merge
2008-10-04 22:48:54 -07:00
Yuka Kamiya
c507643efe
6683975: [fmt-da] Regression: Java 6 returns English DateFormatPatterns for Thai locale
...
Reviewed-by: okutsu
2008-10-03 15:54:41 +09:00
Xiomara Jayasena
6e86513c3a
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:32 -07:00
Masayoshi Okutsu
3729356740
6734167: Calendar.readObject allows elevation of privileges
...
Reviewed-by: peytoia
2008-10-02 16:49:33 +09:00
Yuka Kamiya
ef34d89841
6645263: (cal) Calendar throw java.lang.IllegalArgumentException: WEEK_OF_MONTH
...
Reviewed-by: okutsu
2008-10-02 15:54:59 +09:00
Kumar Srinivasan
c8bd8e9a0f
4459600: java -jar fails to run Main-Class if classname followed by whitespace
...
Fixed whitespace trimming in the manifest as well as post review comments on CR: 6742159
Reviewed-by: darcy, dholmes
2008-10-01 09:04:42 -07:00
Mandy Chung
b6ae33fc2e
Merge
2008-10-03 09:36:05 -07:00
Jim Holmlund
5cdf6e6e08
6751643: ThreadReference.ownedMonitors() can return null
...
Make a local copy of the cache so it doesn't get modified by a racy resume
Reviewed-by: dcubed, swamyv
2008-10-02 18:23:23 -07:00
Mandy Chung
2be5ac062d
6581243: Service Tag and Product Registration Support in JDK 7
...
Include service tag creation and product registration support in JDK
Reviewed-by: ksrini
2008-10-02 16:50:41 -07:00
Tim Bell
f48920fb62
Merge
2008-09-29 22:10:00 -07:00
Roman Kennke
3588eee6c0
6749920: Cleanup AWT peer interfaces
...
Remove duplicate and obsolete methods in the AWT peer interfaces.
Reviewed-by: art, dav
2008-09-29 20:16:42 +02:00
Kumar Srinivasan
d799afdc04
6742159: (launcher) improve the java launching mechanism
...
Improves launching, also addresses 6694671 and 6749732
Reviewed-by: darcy, dholmes
2008-09-24 15:07:41 -07:00
Phil Race
ffbeca8c2e
6751621: TextLayout.getBounds() doesn't account for strike through
...
Reviewed-by: igor, dougfelt
2008-09-24 11:58:21 -07:00
Lana Steuck
297ae75019
Merge
2008-09-24 08:14:37 -07:00
Eamonn McManus
6caae4568d
6750935: The expected NotCompliantMBeanException is not thrown for the custom MXBeanMappingFactory
...
6751872: MXBeanMappingFactory example says "implements" when it should be "extends"
Reviewed-by: dfuchs
2008-09-24 15:19:07 +02:00
Chris Hegarty
71365ab05c
Merge
2008-09-24 05:59:26 -07:00
Chris Hegarty
c6083c20e5
6749308: java.io, java.lang, java.util exception classes don't specify serialVersionUID
...
Reviewed-by: alanb
2008-09-24 05:35:31 -07:00