Alan Bateman
|
dadf7053f7
|
6961630: TEST_BUG: Several SocketChannel and Selector tests can fail with "address already in use"
Reviewed-by: chegar
|
2010-06-16 14:24:46 +01:00 |
|
Mandy Chung
|
008e969429
|
6961506: TEST_BUG: ResourceBundle/Bug4168625Test.java and TestBug4179766.java fails in samevm mode
Set the proper parent class loader of Loader and SimpleLoader
Reviewed-by: naoto
|
2010-06-15 20:34:49 -07:00 |
|
Mandy Chung
|
fc99cf1793
|
6961518: TEST_BUG: add @run main/othervm in tests that call setSecurityManager
Mark tests to run in othervm
Reviewed-by: ohair
|
2010-06-15 20:29:22 -07:00 |
|
Alan Bateman
|
a98209a61f
|
Merge
|
2010-06-15 21:43:59 +01:00 |
|
Mandy Chung
|
9e05cd8605
|
6959641: testcase failing java/util/Locale/Bug4184873Test.java
Revert the Bug4184873_{he,id,yi} files to revision 0 (before rebranding)
Reviewed-by: naoto
|
2010-06-15 09:54:03 -07:00 |
|
Mandy Chung
|
c1c925728c
|
Merge
|
2010-06-15 09:52:34 -07:00 |
|
Mandy Chung
|
1696f0a3a6
|
6952161: Rebranding: Registration html for servicetag
Rebrand register.html and jdk_header.png
Reviewed-by: ohair, asaha, ogino, mfang
|
2010-06-15 09:49:31 -07:00 |
|
Alan Bateman
|
cee6cf433e
|
6961358: TEST_BUG: java/nio/channels/SocketChannel/OpenLeak.java can't run in samevm mode
Reviewed-by: chegar
|
2010-06-15 16:42:54 +01:00 |
|
Alan Bateman
|
52c2b63a7a
|
6932744: TEST_BUG: java/nio/channels/Selector/OpRead.java failing
Reviewed-by: chegar
|
2010-06-15 16:36:20 +01:00 |
|
Alan Bateman
|
788f7f3485
|
6961062: (dc) Several DatagramChannel tests timeout or fail with "address already in use"
Reviewed-by: chegar
|
2010-06-15 10:03:37 +01:00 |
|
Mandy Chung
|
612e107faa
|
6960789: com.sun.servicetag API needs to be added in ct.sym
Include com.sun.servicetag classes when generating ct.sym
Reviewed-by: alanb, jjg
|
2010-06-14 14:44:00 -07:00 |
|
Martin Buchholz
|
35e50729a8
|
6960898: Regression due to src/share/classes/java/lang/ProcessBuilder.java changes
Use Null{In,Out}putStream.INSTANCE as with Linux code
Reviewed-by: ohair
|
2010-06-13 17:19:22 -07:00 |
|
Martin Buchholz
|
45b78120fc
|
6944584: Improvements to subprocess handling on Unix
Use thread pool for reaper thread; move most I/O operations out of reaper thread
Reviewed-by: michaelm, hiroshi
|
2010-06-11 18:55:45 -07:00 |
|
Andrew John Hughes
|
5b0c4babe6
|
6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror
Remove unneeded casts, add generic types and make better use of static data
Reviewed-by: sherman
|
2010-06-12 01:32:43 +01:00 |
|
Alan Bateman
|
356e978bce
|
6938230: (so) SocketAdaptor.close() does not translate IOException resulting in Error
Reviewed-by: chegar
|
2010-06-11 14:47:22 +01:00 |
|
Alan Bateman
|
82adf1a224
|
6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
Reviewed-by: chegar
|
2010-06-11 14:31:26 +01:00 |
|
Weijun Wang
|
b0277a9631
|
6958869: regression: PKIXValidator fails when multiple trust anchors have same dn
Reviewed-by: xuelei, wetmore, mullan
|
2010-06-11 11:38:36 +08:00 |
|
Martin Buchholz
|
d6dea71e06
|
6959259: Minor improvements to static Random field caching
Cache fields in locals; small javadoc clarifications
Reviewed-by: emcmanus, dholmes, forax, dl
|
2010-06-10 15:55:26 -07:00 |
|
Martin Buchholz
|
e267adc80a
|
6960394: Stop linking with -lnsl on Linux
Define LIBNSL (like LIBSOCKET), non-empty only on Solaris
Reviewed-by: ohair
|
2010-06-10 15:54:25 -07:00 |
|
Mandy Chung
|
50cb7df534
|
Merge
|
2010-06-10 14:21:37 -07:00 |
|
Mandy Chung
|
22ac1684a0
|
6959965: jstat: Add new -classload option to print class loading statistics
Add a new jstat -classload option
Reviewed-by: alanb
|
2010-06-10 14:14:17 -07:00 |
|
Alan Bateman
|
3c05d51ed6
|
6935563: (dc) Improve connection reset/port unreachable handling [win]
Reviewed-by: chegar
|
2010-06-09 18:51:32 +01:00 |
|
Joe Darcy
|
bc95863f7d
|
6935997: Please add a nested throwable constructor to AssertionError
Reviewed-by: martin, forax, wetmore
|
2010-06-08 18:52:17 -07:00 |
|
Chris Hegarty
|
2f408651fb
|
6957375: java/net/ResponseCache getResponseCode and ResponseCacheTest fail after rebranding
Reviewed-by: ohair, wetmore, alanb
|
2010-06-08 10:46:14 +01:00 |
|
Weijun Wang
|
2d9fcecd29
|
6951366: kerberos login failure on win2008 with AD set to win2000 compat mode
Reviewed-by: valeriep, xuelei
|
2010-06-04 19:28:53 +08:00 |
|
Martin Buchholz
|
72ec2d876a
|
6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)
Allow setSeed only during construction
Reviewed-by: dl, dholmes
|
2010-06-02 17:53:54 -07:00 |
|
Alan Bateman
|
6d1572722f
|
Merge
|
2010-06-02 09:35:32 +01:00 |
|
Alan Bateman
|
9351f319e2
|
6950927: Testcase failure sun/management/jmxremote/bootstrap/JvmstatCountersTest.java
Reviewed-by: dholmes, dcubed
|
2010-06-02 09:29:39 +01:00 |
|
Weijun Wang
|
141897fe19
|
6950931: test fails on windows sun/security/tools/jarsigner/crl.sh
Reviewed-by: wetmore, xuelei
|
2010-06-01 10:52:42 +08:00 |
|
Lana Steuck
|
fd45b4188c
|
Merge
|
2010-05-28 12:10:14 -07:00 |
|
Andrew John Hughes
|
6fc6efb062
|
Merge
|
2010-05-28 17:01:20 +01:00 |
|
Andrew John Hughes
|
c093127f24
|
6956840: (ch) Rawtype warning when compiling sun.nio.ch.CompletedFuture
Add missing generic type to CompletedFuture construction and remove unneeded SuppressWarnings annotations.
Reviewed-by: alanb
|
2010-05-28 16:59:44 +01:00 |
|
Michael Wilkerson
|
b76a3296de
|
Added tag jdk7-b95 for changeset 3469fc641c7a
|
2010-05-27 10:57:25 -07:00 |
|
J. Duke
|
d08e6435e4
|
Merge
|
2017-07-05 17:13:36 +02:00 |
|
J. Duke
|
8ecc66de3c
|
Merge
|
2017-07-05 17:13:34 +02:00 |
|
J. Duke
|
7aa79d6ceb
|
Merge
|
2017-07-05 17:13:19 +02:00 |
|
J. Duke
|
1d23f092d3
|
Merge
|
2017-07-05 17:13:12 +02:00 |
|
J. Duke
|
34afe2803e
|
Merge
|
2017-07-05 17:13:06 +02:00 |
|
J. Duke
|
d99194aff2
|
Merge
|
2017-07-05 17:12:56 +02:00 |
|
J. Duke
|
c158aa1cca
|
Merge
|
2017-07-05 17:12:23 +02:00 |
|
J. Duke
|
0dfc4a7852
|
Added tag jdk7-b94 for changeset 8bb281f0f915
|
2017-07-05 17:12:14 +02:00 |
|
J. Duke
|
017d851c20
|
Merge
|
2017-07-05 17:12:14 +02:00 |
|
J. Duke
|
a9d8e5b02c
|
Merge
|
2017-07-05 17:12:12 +02:00 |
|
J. Duke
|
ffbc7e1a3f
|
Merge
|
2017-07-05 17:12:08 +02:00 |
|
J. Duke
|
c520da36c4
|
Merge
|
2017-07-05 17:12:05 +02:00 |
|
J. Duke
|
8c41c86850
|
Merge
|
2017-07-05 17:12:03 +02:00 |
|
J. Duke
|
e16f19077f
|
Merge
|
2017-07-05 17:11:59 +02:00 |
|
J. Duke
|
8aae2efb4a
|
Merge
|
2017-07-05 17:11:52 +02:00 |
|
J. Duke
|
12917806fb
|
Added tag jdk7-b93 for changeset b5dab6a313fd
|
2017-07-05 17:11:37 +02:00 |
|
J. Duke
|
f16e36c40b
|
Merge
|
2017-07-05 17:11:37 +02:00 |
|