Commit Graph

4479 Commits

Author SHA1 Message Date
Chris Hegarty
c5c869ce94 6916922: (sctp) SO_RCVBUF & SO_SNDBUF returns twice the value set
Reviewed-by: alanb
2010-01-15 16:31:16 +00:00
Sean Mullan
152798a7ef Merge 2010-01-15 09:58:48 -05:00
Sean Mullan
60fa841f74 6915939: Exception should be thrown if OCSP SingleResponses contain unresolved critical extensions
Reviewed-by: xuelei
2010-01-15 09:48:21 -05:00
Joe Darcy
738b0c0ec7 6908218: java.lang.Deprecated should have explicit @Target meta-annotation
Reviewed-by: mernst
2010-01-14 20:05:19 -08:00
Mandy Chung
74703b4493 6915502: Legal notice repairs needed in jdk/make/modules/tools
Fix the legal notice in jdk/make/modules/tools

Reviewed-by: tbell
2010-01-12 15:19:24 -08:00
Joe Darcy
8e7d694a82 6828204: NavigableSet.subSet() documentation refers to nonexistent parameters
Reviewed-by: martin
2010-01-11 15:35:28 -08:00
Chris Hegarty
1d92211cb6 6915313: Reorganize implementation to make it more feasible to port to JDK6
This makes the SCTP implementation easier to run with Suns JDK6.

Reviewed-by: alanb
2010-01-11 16:04:05 +00:00
Alan Bateman
30d2fd5f41 6913877: (fs) AsynchronousFileChannel.write can return wrong result under load [win]
Reviewed-by: chegar
2010-01-10 12:29:19 +00:00
Alan Bateman
46d57b48e4 6907760: (file) OVERFLOW event should cause pending events to be purged
Reviewed-by: chegar
2010-01-09 19:32:58 +00:00
Joe Darcy
7eff9123d3 6915171: Clarify checked/unchecked status of Throwable and its subclasses
Reviewed-by: dholmes
2010-01-07 19:42:43 -08:00
Mandy Chung
b4749c950a 6911737: Module build: generate modules with native libraries and any other files not in jar
Create modules under OUTPUTDIR/modules directory containing resources, native libraries

Reviewed-by: alanb, ohair
2010-01-07 08:14:48 -08:00
Kelly O'Hair
03c602bf3a Merge 2010-01-05 13:44:09 -08:00
Weijun Wang
a3071a3b47 6913636: kvno check in JSSE
Reviewed-by: valeriep
2010-01-05 10:40:44 +08:00
Weijun Wang
d6e00a699d 6895424: RFC 5653
Reviewed-by: valeriep
2010-01-05 10:40:36 +08:00
Kelly O'Hair
5870e852d5 6911104: Tests do not work with CYGWIN: tools, sun/tools, and com/sun/tools
Reviewed-by: tbell, alanb
2010-01-04 15:56:42 -08:00
Kelly O'Hair
c49eb02208 6911108: These tests do not work with CYGWIN: java/util
Reviewed-by: tbell, alanb
2010-01-04 15:52:38 -08:00
Kelly O'Hair
2e5624299a 6911129: These tests do not work with CYGWIN: java/lang
Reviewed-by: tbell, alanb
2010-01-04 15:49:34 -08:00
Kelly O'Hair
5b5ca23ef0 6911112: Tests do not work with CYGWIN: javax/imageio/, javax/script/, and sun/misc/
Reviewed-by: tbell, alanb
2010-01-04 15:45:30 -08:00
Kelly O'Hair
67582cd0a5 6911131: Test does not work with CYGWIN: sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh
Reviewed-by: tbell, alanb
2010-01-04 15:41:54 -08:00
Kelly O'Hair
a1ddf1b505 6911117: These tests do not work with CYGWIN: com/sun/jdi
Reviewed-by: tbell, alanb
2010-01-04 15:38:30 -08:00
Kelly O'Hair
a59db62f07 6911113: These tests do not work with CYGWIN: java/nio
Reviewed-by: tbell, alanb
2010-01-04 15:36:06 -08:00
Kelly O'Hair
4ae2047584 6910835: TESTS: 3 java/io run.sh tests fail when run on Windows XP CYGWIN
Reviewed-by: tbell, alanb
2010-01-04 15:33:19 -08:00
Kelly O'Hair
23ac573ae7 6910834: TEST: java/io/File/Basic.java fails on Windows CYGWIN environment
Reviewed-by: tbell, alanb
2010-01-04 15:30:26 -08:00
Weijun Wang
56ac52238f 6907425: JCK Kerberos tests fail since b77
Reviewed-by: valeriep
2009-12-24 13:56:28 +08:00
Weijun Wang
709a5076d8 6843127: krb5 should not try to access unavailable kdc too often
Reviewed-by: valeriep, mullan
2009-12-24 13:56:19 +08:00
Doug Lea
dc8d9d049e 6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues
Reviewed-by: martin, dholmes
2009-12-23 15:57:14 -08:00
Andrew John Hughes
071aabe3f8 6912893: (build) make/java/nio/FILES_java.gmk doesn't list sun.nio.cs.Unicode
Add missing Java source file

Reviewed-by: alanb
2009-12-23 17:17:16 +00:00
Pavel Tisnovsky
9e74b05b9c 6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in samevm mode
Added tag to run this test in othervm

Reviewed-by: chegar
2009-12-23 11:18:58 +01:00
Joe Darcy
b4b4646850 6908541: Bad resource management in java/math/BigInteger/BigIntegerTest.java
Reviewed-by: alanb
2009-12-22 21:48:19 -08:00
Tim Bell
4797193455 Merge 2009-12-19 10:26:19 -08:00
Mandy Chung
fc0c5a5729 6909573: Temporary launcher support to add modules in the bootclasspath
Add the list of modules to the bootclasspath if lib/rt.jar and classes don't exist

Reviewed-by: alanb, ohair, ksrini
2009-12-18 11:42:03 -08:00
Mandy Chung
146de76334 6909572: Add a new target for building modules
Add a new "modules" build target that builds jdk and jre module image

Reviewed-by: alanb, ohair
2009-12-18 11:36:23 -08:00
Mandy Chung
52c154889e Merge 2009-12-18 07:49:02 -08:00
Michael Wilkerson
98f50e7fcc Added tag jdk7-b78 for changeset 97c33ee30c4f 2009-12-17 14:10:35 -08:00
J. Duke
9cb97e1c64 Merge 2017-07-05 17:04:28 +02:00
J. Duke
8301957f49 Merge 2017-07-05 17:04:26 +02:00
J. Duke
250c35c0b8 Merge 2017-07-05 17:04:22 +02:00
J. Duke
f1936555de Merge 2017-07-05 17:04:19 +02:00
J. Duke
a6cbbb8cae Merge 2017-07-05 17:04:16 +02:00
J. Duke
9eb6d5d118 Merge 2017-07-05 17:04:13 +02:00
J. Duke
bb704c5f6f Merge 2017-07-05 17:03:59 +02:00
J. Duke
8cc7f24be1 Added tag jdk7-b77 for changeset 1d0121b741f0 2017-07-05 17:03:52 +02:00
J. Duke
b25112408f Merge 2017-07-05 17:03:51 +02:00
J. Duke
e6a750f07e Merge 2017-07-05 17:03:49 +02:00
J. Duke
9fc9da3ac9 Merge 2017-07-05 17:03:46 +02:00
J. Duke
7d8f051421 Merge 2017-07-05 17:03:43 +02:00
J. Duke
62c247e129 Merge 2017-07-05 17:03:41 +02:00
J. Duke
0ee48d374f Merge 2017-07-05 17:03:37 +02:00
J. Duke
f2ef5d8af1 Merge 2017-07-05 17:03:13 +02:00
J. Duke
709cc05d62 Added tag jdk7-b76 for changeset 09e0b33177af 2017-07-05 17:03:06 +02:00