Tim Bell
|
8678995ece
|
Merge
|
2008-10-23 21:55:13 -07:00 |
|
Xiomara Jayasena
|
f623a9cb53
|
Added tag jdk7-b38 for changeset 1b948c48b8e9
|
2008-10-23 10:13:13 -07:00 |
|
Bradford Wetmore
|
09220bdd58
|
Merge
|
2008-10-20 01:39:38 -07:00 |
|
Weijun Wang
|
d9d3a81168
|
6761072: new krb5 tests fail on multiple platforms
Reviewed-by: xuelei
|
2008-10-20 10:32:33 +08:00 |
|
Tim Bell
|
a9d034a33c
|
Merge
|
2008-10-17 16:45:36 -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 |
|
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 |
|
Tim Bell
|
b5c0324f6a
|
Merge
|
2008-10-10 13:28:14 -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 |
|
Xiomara Jayasena
|
443bd6a8ef
|
Added tag jdk7-b37 for changeset b4c26443dee5
|
2008-10-09 11:13:24 -07: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 |
|
Kumar Srinivasan
|
8e3e3658c5
|
6755847: (launcher) will trigger assertions in debug build
Adds a temporary counter measure to to prevent assertions CR: 6755845
Reviewed-by: darcy, dholmes
|
2008-10-05 18:53:03 -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 |
|
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 |
|
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 |
|
Tim Bell
|
6b2595360b
|
Merge
|
2008-09-26 15:31:37 -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 |
|
Xiomara Jayasena
|
ca37022cf0
|
Added tag jdk7-b36 for changeset 41afb8ee8f45
|
2008-09-25 12:54:05 -07: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 |
|
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 |
|
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 |
|
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
|
8fcf72ddc8
|
Merge
|
2008-09-22 11:26:17 -04:00 |
|
Michael McMahon
|
929f1f0d78
|
Merge
|
2008-09-22 16:05:18 +01:00 |
|
Michael McMahon
|
57bd8dc7e1
|
6739920: java 6u4~ use larger C heap if there are many threads
Reviewed-by: chegar
|
2008-09-22 15:53:58 +01: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 |
|
Chris Hegarty
|
9f7bdd313a
|
6746836: java.net exception classes don't specify serialVersionUID
Reviewed-by: alanb, jccollet
|
2008-09-19 15:14:53 +01: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 |
|
Bradford Wetmore
|
9e461a5bdd
|
Merge
|
2008-09-18 00:39:50 -07:00 |
|