Tim Bell
|
a9d034a33c
|
Merge
|
2008-10-17 16:45:36 -07:00 |
|
Lana Steuck
|
eb292c9219
|
Merge
|
2008-10-17 15:01:10 -07:00 |
|
Kumar Srinivasan
|
92992b2e76
|
6755943: Java JAR Pack200 Decompression should enforce stricter header checks
Fixes a core dump when fed with a faulty pack file and related malicious take over
Reviewed-by: jrose
|
2008-10-17 09:43:30 -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 |
|
Weijun Wang
|
f134b5139a
|
6706974: Add krb5 test infrastructure
Reviewed-by: valeriep
|
2008-10-17 13:02:00 +08:00 |
|
Yuka Kamiya
|
3b082d1d69
|
6759521: Move Bidi test programs from closed to open
Reviewed-by: okutsu
|
2008-10-17 13:34:03 +09: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 |
|
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 |
|
Jennifer Godinez
|
2549cb015c
|
6732647: isAttributeValueSupported() is not consistant with getSupportedValues() for Copies, TEXT flavor
Reviewed-by: tdv, prr
|
2008-10-13 15:41:31 -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 |
|
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 |
|
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 |
|
Andrei Dmitriev
|
2437566bc1
|
Merge
|
2008-10-08 13:01:40 +04:00 |
|
Andrei Dmitriev
|
b760e25337
|
5076635: Double click speed is not honored in KDE linux
Reviewed-by: art, dcherepanov
|
2008-10-08 12:50:17 +04:00 |
|
Naoto Sato
|
c7f7759bdd
|
6706382: jdk/test/java/util/Locale/data/deflocale.sol10 has incorrect legal notice
Reviewed-by: okutsu
|
2008-10-06 17:16:06 -07: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 |
|
Andrew Brygin
|
3a902871ef
|
6726779: ConvolveOp on USHORT raster can cause the JVM crash
Reviewed-by: igor, prr
|
2008-10-02 20:37:43 +04: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 |
|
Chris Hegarty
|
4f54397ad8
|
6752807: java.net test ADatagramSocket.sh is broken
Update bootclasspath set by test to simply prepend TESTCLASSES
Reviewed-by: michaelm
|
2008-09-26 11:24:04 +01: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 |
|
Chris Hegarty
|
0b215ddf60
|
6621697: Problem with file test/sun/net/www/http/ChunkedInputStream/test.txt
Reviewed-by: michaelm
|
2008-09-24 17:10:17 +01: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 |
|
Tim Bell
|
4138ab60c8
|
Merge
|
2008-09-22 22:37:31 -07:00 |
|
Jim Holmlund
|
717114d206
|
6263966: TEST: com/sun/jdi/ClassesByName2Test.java has a race
Have the debuggee stop at a bkpt instead of running to completion.
Reviewed-by: tbell
|
2008-09-22 19:20:08 -07:00 |
|
Sean Mullan
|
c8a68bace6
|
6469266: Integrate Apache XMLSec 1.4.2 into JDK 7
Reviewed-by: valeriep
|
2008-09-22 10:43:17 -04:00 |
|
Shanliang Jiang
|
2e7b00b7d5
|
6697180: JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen
Reviewed-by: emcmanus
|
2008-09-22 15:43:12 +02:00 |
|
Lana Steuck
|
6f9021ff80
|
Merge
|
2008-09-19 19:38:12 -07:00 |
|
Michael McMahon
|
f6337de7b6
|
Merge
|
2008-09-19 14:03:04 +01:00 |
|
Michael McMahon
|
1807fe2b97
|
6750364: Error in test for 6744329
Reviewed-by: chegar
|
2008-09-19 13:32:36 +01:00 |
|
Andrei Dmitriev
|
2c0b584b2d
|
6315717: Support for mouse with multiple scroll wheels and 4 or more buttons
Implementation of the more mouse buttons support
Reviewed-by: art, dcherepanov
|
2008-09-16 12:17:02 +04:00 |
|
Bradford Wetmore
|
44aa1a1519
|
Merge
|
2008-09-15 00:41:02 -07:00 |
|
Daniel Fuchs
|
c3552d0201
|
6747983: jmx namespace: unspecified self-link detection logic
Reviewed-by: emcmanus
|
2008-09-12 19:06:38 +02:00 |
|
Eamonn McManus
|
a1e4e3ec94
|
6747411: EventClient causes thread leaks
Reworked thread management in EventClient and related classes.
Reviewed-by: sjiang, dfuchs
|
2008-09-12 15:17:52 +02:00 |
|
Sean Mullan
|
875eea0ac0
|
Merge
|
2008-09-11 18:13:51 -04:00 |
|
Dave Bristor
|
3020470ba9
|
6440786: Cannot create a ZIP file containing zero entries
Allow reading and writing of ZIP files with zero entries.
Reviewed-by: alanb
|
2008-09-11 14:58:57 -07:00 |
|
Sean Mullan
|
545b7e4f62
|
6465942: Add problem identification facility to the CertPathValidator framework
Add support to the java.security.cert APIs for determining the reason that a certification path is invalid.
Reviewed-by: vinnie
|
2008-09-11 14:05:16 -04:00 |
|
Michael McMahon
|
597abb5082
|
6744329: Exception in light weight http server code
Reviewed-by: chegar
|
2008-09-11 17:46:53 +01:00 |
|