Vinnie Ryan
d12079f670
6657695: AbstractSaslImpl.logger is a static mutable (findbugs)
...
Reviewed-by: alanb
2009-07-17 20:43:53 +01:00
Vinnie Ryan
97bb9bff6f
6657619: DnsContext.debug is public static mutable (findbugs)
...
Reviewed-by: alanb
2009-07-17 20:29:41 +01:00
Abhijit Saha
11c8663522
Merge
2009-07-15 10:46:42 -07:00
Valerie Peng
fa45d4b2e5
6832540: IllegalArgumentException in ClassLoader.definePackage when classes are loaded in parallel
...
Modified to handle race condition for parallel-capable classloaders by re-trying/re-verifying package
Reviewed-by: alanb
2009-07-13 15:14:17 -07:00
Abhijit Saha
46899d3487
Merge
2009-07-13 08:05:13 -07:00
Xue-Lei Andrew Fan
cbb1a71a10
6453837: PartialCompositeContext.allEmpty is buggy
...
Reviewed-by: weijun
2009-07-13 23:01:03 +08:00
Matthew Flaschen
1b9d35f50c
6562614: Compiler warnings for gettimeofday in Inet4/Inet6AddressImpl.c
...
Add missing header to remove compiler warnings.
Reviewed-by: martin
2009-07-11 16:43:08 +01:00
Xue-Lei Andrew Fan
5ba2fd7d33
6852744: PIT b61: PKI test suite fails because self signed certificates are beingrejected
...
Make the builder aware of SKID/AKID, break the internal circular dependences
Reviewed-by: mullan
2009-07-10 17:27:13 +08:00
Joe Darcy
40a7ea7c9c
6628737: Specification of wrapper class valueOf static factories should require caching
...
Reviewed-by: mr
2009-07-09 12:31:30 -07:00
Abhijit Saha
df2fe68912
Merge
2009-07-08 14:27:10 -07:00
Abhijit Saha
f138786c7a
Merge
2009-07-08 14:24:20 -07:00
Sean Mullan
e4502f3b6f
6858484: If an invalid HMAC XML Signature is validated, all subsequent valid HMAC signatures are invalid
...
Reviewed-by: asaha
2009-07-08 16:57:40 -04:00
Kelly O'Hair
64697c3e7a
6855551: java -Xrunhprof crashes when running with classes compiled with targed=7
...
Reviewed-by: tbell, dcubed
2009-07-08 09:12:17 -07:00
Kelly O'Hair
529e9065c2
6858127: Missing -DNDEBUG on Linux and Windows native code compiles
...
Reviewed-by: tbell, dcubed
2009-07-08 09:11:24 -07:00
Weijun Wang
9148ed61cf
6857795: krb5.conf ignored if system properties on realm and kdc are provided
...
Reviewed-by: xuelei
2009-07-08 12:07:43 +08:00
Weijun Wang
96a8d1a9f8
6857802: GSS getRemainingInitLifetime method returns milliseconds not seconds
...
Reviewed-by: xuelei
2009-07-08 12:07:16 +08:00
Joe Darcy
21aa3652d4
6857803: Missing links to exceptions in javadoc for Class.getGeneric{Superclass, Interfaces}
...
Reviewed-by: chegar
2009-07-07 16:12:34 -07:00
Abhijit Saha
25a00f88d0
Merge
2009-07-06 11:42:37 -07:00
Martin Buchholz
cab876d8d1
6854795: Miscellaneous improvements to "jar"
...
Cleanup of jar/Main.java (Initial patch by tobyr@google.com , additional review by jeremymanson@google.com , ulf.zibis@gmx.de )
Reviewed-by: sherman, alanb
2009-07-06 11:30:40 -07:00
Jean-Christophe Collet
d8a3c09706
6856856: NPE in HTTP protocol handler logging
...
Fixed the NPE and Moved the java.util.logging dependency to a single class and used reflection to make it a soft one.
Reviewed-by: chegar
2009-07-06 15:13:48 +02:00
Tim Bell
62ba7fbc2c
Merge
2009-07-03 16:26:43 -07:00
Tim Bell
83c391b784
Merge
2009-07-03 09:15:02 -07:00
Martin Buchholz
839196d14e
6857287: (file) Clarifications for symbolic link related javadoc
...
Fix up jsr203 file javadoc related to symbolic links
Reviewed-by: alanb
2009-07-03 07:24:43 -07:00
Xue-Lei Andrew Fan
5363b41a3e
6853793: OutOfMemoryError in sun.security.provider.certpath.OCSPChecker.check
...
Allocate memory dynamically, keep reading until EOF.
Reviewed-by: weijun
2009-07-03 11:13:42 +08:00
Xiomara Jayasena
618ccf3eb4
Added tag jdk7-b63 for changeset c8270bf40b76
2009-07-02 11:11:03 -07:00
Abhijit Saha
1024df69d8
Merge
2009-07-01 09:59:16 -07:00
Alan Bateman
6ec4a073e6
Merge
2009-06-30 11:13:51 +01:00
Alan Bateman
f7b598496d
6843003: Windows Server 2008 R2 system recognition
...
Reviewed-by: ohair, sherman
2009-06-30 11:11:10 +01:00
Tim Bell
692966b0eb
Merge
2009-06-29 23:08:06 -07:00
Xueming Shen
a91b1ffd43
Merge
2009-06-29 21:16:01 -07:00
Weijun Wang
c9930b0e4f
6855671: DerOutputStream encodes negative integer incorrectly
...
Reviewed-by: xuelei
2009-06-30 11:55:58 +08:00
Xueming Shen
4b33465b42
6707281: Adler32.update() JavaDoc is wrong
...
6553961: java.util.zip.{CRC32,Adler32}.update(int) doc errors
6646605: Missing method ZipFile.getComment()
6841232: ZipFile should implement Closeable
4985614: Failure on calls to ZipFile constructor
5032358: "java.util.zip.ZipException: The system cannot find the file specified"
6846616: java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255
Some misc bug/rfe fixes for zipfile
Reviewed-by: alanb
2009-06-29 19:57:58 -07:00
Tim Bell
c0a769b9ff
Merge
2009-06-29 17:40:17 -07:00
Jonathan Gibbons
92af1e97cf
6855069: rmic should support v51 class files
...
Reviewed-by: jrose
2009-06-29 16:28:58 -07:00
Jennifer Godinez
5256d9183f
Merge
2009-06-29 14:42:22 -07:00
Michael McMahon
df221ae4b0
Merge
2009-06-29 15:08:52 +01:00
Michael McMahon
f9268d3c20
6827999: 6827999: URLClassLoader.addURL(URL) adds URLs to closed class loader
...
Reviewed-by: chegar
2009-06-29 15:05:15 +01:00
Chris Hegarty
60b4f589fb
6855335: Several changes in the SCTP implementation
...
Reviewed-by: michaelm
2009-06-29 14:53:10 +01:00
Michael McMahon
27c5ebc1c1
Merge
2009-06-29 13:29:05 +01:00
Michael McMahon
a505db1f7d
6513803: httpserver regression test Test13 failing and causing NullPointerException
...
Check for NPEs
Reviewed-by: chegar
2009-06-29 13:10:33 +01:00
Tim Bell
817aac3f58
Merge
2009-06-28 23:16:18 -07:00
Kelly O'Hair
82ca44035d
Merge
2009-06-28 11:47:34 -07:00
Tim Bell
8990000e63
Merge
2009-06-28 00:00:25 -07:00
Alan Bateman
9b6fcc28d2
6844054: (bf) Eliminate dependency on javax.management.ObjectName
...
Reviewed-by: mchung
2009-06-27 21:49:41 +01:00
Alan Bateman
212565afd7
6838333: New I/O: Update file system API to jsr203/nio2-b101
...
6844313: New I/O: File timestamps should be represented by a FileTime rather than a long+TimeUnit
Reviewed-by: sherman
2009-06-27 21:46:53 +01:00
Kelly O'Hair
4f6bc0cc73
6855180: Fix classfile version check in java_crw_demo
...
Reviewed-by: jjg
2009-06-26 21:52:47 -07:00
Michael Ernst
272d82ec23
6843077: JSR 308: Annotations on types
...
Co-authored-by: Mahmood Ali <mali@csail.mit.edu>
Co-authored-by: Matt Papi <mpapi@csail.mit.edu>
Reviewed-by: jjg, mcimadamore, darcy
2009-06-26 18:39:45 -07:00
Tim Bell
645805c313
Merge
2009-06-26 10:25:45 -07:00
Jean-Christophe Collet
33dbe6a01d
6855297: Windows build breaks after 6811297
...
Re-introduced the mistakenly taken out authObj member
Reviewed-by: chegar
2009-06-26 16:50:58 +02:00
Lillian Angel
9feab8fb3a
6852607: MessageUtils JVM crash
...
Fixes crash by checking null field
Reviewed-by: alanb
2009-06-25 17:01:56 -04:00