Commit Graph

2721 Commits

Author SHA1 Message Date
Mandy Chung
872a9b9303 6984036: servicetag vendor rebranding issues
Update product_vendor field to use java.vendor system property

Reviewed-by: ohair
2010-09-22 21:44:18 -07:00
Weijun Wang
f788ac2dbd 6982971: TEST failure: com/sun/security/sasl/ntlm/NTLMTest.java
Reviewed-by: wetmore
2010-09-23 10:46:03 +08:00
Kelly O'Hair
4b6857d9ba Merge 2010-09-22 12:53:06 -07:00
Kelly O'Hair
86803785e8 6946527: rebranding system properties per Oracle Requirements (vendor)
Changes from "Sun Microsystems, Inc." to "Oracle Corporation" in the java.vendor, java.specification.vendor and java.vendor.url Java system properties. Also change of Windows COMPANY file property from "Oracle" to "Oracle Corporation".

Reviewed-by: lancea, flar
2010-09-22 11:06:50 -07:00
Daniel D. Daugherty
c7a512e006 6949710: 3/3 the GC'able nature of Logging objects needs to be made brutally clear
Add words in more places to make it clear that Logger objects are GC'able unless there is a strong reference.

Reviewed-by: dholmes, andrew
2010-09-22 07:46:49 -07:00
Doug Lea
9d5707e87d 6986050: Small clarifications and fixes for ForkJoin
Clarify FJ.get on throw InterruptedException, propagate ThreadFactory, shutdown transition

Reviewed-by: chegar
2010-09-21 16:06:59 +01:00
Chris Hegarty
0d636dcf1c 6672144: HttpURLConnection.getInputStream sends POST request after failed chunked
Reviewed-by: michaelm
2010-09-21 15:58:06 +01:00
Doug Lea
94ffffd5cb 6981113: Add ConcurrentLinkedDeque
Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes.

Reviewed-by: martin, dholmes, chegar
2010-09-20 18:05:09 -07:00
Lance Andersen
11bbc5d5bc 6984044: RowSet source needs to rebrand vendor references
Reviewed-by: darcy, ohair
2010-09-18 06:09:48 -04:00
Martin Buchholz
07ebbaac23 6981157: Improve UnknownHostException with EAI error details and other cleanups
Generify; remove compiler warnings, typos, casts; return status information via gai_strerror when getaddrinfo fails; show full stack of native failures

Reviewed-by: michaelm, alanb
2010-09-17 14:40:38 -07:00
Martin Buchholz
11cc8fa5e6 6981138: (process) Process.waitFor() may hang if subprocess has live descendants (lnx)
Do exit status handling before trying to close streams

Reviewed-by: alanb, dholmes
2010-09-17 14:35:00 -07:00
Mandy Chung
d9989f8e0e 6888546: restore System.initializeSystemClasses
Restore System.initializeSystemClasses prior to fix for 6797688

Reviewed-by: alanb
2010-09-17 14:16:14 -07:00
Lance Andersen
1832138a31 6985725: RowSetProvider has typo for the property javax.sql.rowset.RowSetFactory in the javadoc
Reviewed-by: darcy, ohair
2010-09-17 13:33:40 -04:00
Lance Andersen
979b63326f 6985400: DatabaseMetaData.generatedKeyAlwaysReturned, "indexe(s)" should be "index(es)"
Reviewed-by: darcy, ohair
2010-09-17 13:30:44 -04:00
Lance Andersen
45ad71b565 6984864: Exception when running acceptChanges with custom SyncProvider
Reviewed-by: darcy, ohair
2010-09-17 13:26:17 -04:00
Lance Andersen
c90d91d5fc 6983452: SyncProvider issue for JoinRowSet implementation
Reviewed-by: darcy, ohair
2010-09-17 13:23:33 -04:00
Pavel Tisnovsky
331eea0db7 6984543: Test sun/java2d/DirectX/OnScreenRenderingResizeTest fails on GNOME
Testcase correction.

Reviewed-by: art
2010-09-16 13:25:20 +02:00
Alan Bateman
55b13f6d55 6984545: (fc) transferFrom does not throw NonReadableChannelException when target is size 0 and non-readable
Reviewed-by: forax
2010-09-15 15:13:50 +01:00
Weijun Wang
ce46bf1737 6982840: sun/security/tools/jarsigner/emptymanifest.sh fails
Reviewed-by: dholmes
2010-09-14 10:18:16 +08:00
Doug Lea
a4641686a0 6978087: jsr166y Updates
Simplify the ForkJoinPool API, reworking some of the internals

Reviewed-by: martin, dholmes, chegar
2010-09-13 09:55:03 +01:00
Weijun Wang
4c7ea63262 6845220: Need to update Policytool for Rowset 1.1 and JDBC 4.1 MR added permissions
Reviewed-by: lancea
2010-09-13 09:32:36 +08:00
Lance Andersen
ea6a45ae32 6983984: Fixed typo in DatabaseMetaData.getPseudoColumns() javadocs
Reviewed-by: darcy
2010-09-10 18:51:11 -04:00
Lance Andersen
36b68b66fa 6589685: JDBC 4.1 updates
Reviewed-by: darcy
2010-09-10 15:26:04 -04:00
Alan Bateman
9dbee5740e Merge 2010-09-10 18:50:52 +01:00
Alan Bateman
ba3ab12326 6983794: TEST_BUG: test/java/nio/channels/Selector/ConnectWrite.java failing
Reviewed-by: chegar
2010-09-10 18:48:49 +01:00
Alan Bateman
0fb0f54897 6881498: (file) Re-examine DirectoryStream exception handling
Reviewed-by: forax
2010-09-10 16:36:48 +01:00
Chris Hegarty
b7f1641806 6980517: TEST_BUG sun\net\www\http\ChunkedInputStream\ChunkedEncodingTest.java NullPointerException
Reviewed-by: michaelm
2010-09-10 15:57:05 +01:00
Kumar Srinivasan
c73d500311 6390477: (launcher) replace unsafe usages of sprintf with snprintf
Reviewed-by: darcy, mchung
2010-09-09 11:50:40 -07:00
Joe Darcy
bad3865d4e 6294399: (reflect) Constructor.getName() returns fully qualified name of declaring class
Reviewed-by: alanb
2010-09-08 17:10:04 -07:00
Kelly O'Hair
393c6a7961 Merge 2010-09-07 15:53:32 -07:00
Kelly O'Hair
2abe4f48b7 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
Reviewed-by: kamg
2010-09-07 15:17:43 -07:00
Alan Bateman
ade072e46b 6971706: sun/nio/cs/ext/* classes are duplicated between rt.jar, charsets.jar, and localedata.jar
Reviewed-by: ohair
2010-09-07 08:36:10 +01:00
Lance Andersen
657e4c62cb 6982510: Updated SQLException subclasses from the outback for 6861385 so that the copyrights only have 2 years
Reviewed-by: alanb
2010-09-04 15:37:26 -04:00
Lance Andersen
0b8bc76cef 6680198: UnmarshalException caused by incompatible serialVersionUID
Reviewed-by: sherman
2010-09-04 15:30:23 -04:00
Lance Andersen
96eebc523f 6843995: RowSet 1.1 updates
Reviewed-by: darcy, valeriep
2010-09-04 13:56:27 -04:00
Lance Andersen
a239e8e462 6861385: Updated SQLException subclasses to clarify that they may be thrown for vendor specific conditions
Reviewed-by: alanb
2010-09-04 12:21:56 -04:00
Joe Darcy
7d47787007 4881419: The type of X[].clone() should be X[]
Reviewed-by: martin
2010-09-03 15:00:10 -07:00
Alan Bateman
225ef04d34 Merge 2010-09-03 21:03:45 +01:00
Lana Steuck
2111493f31 Merge 2010-09-03 12:00:52 -07:00
Kumar Srinivasan
ef7b8cbc9e 6981001: (launcher) EnsureJREInstallation is not being called in order
Reviewed-by: darcy
2010-09-03 07:59:21 -07:00
Alan Bateman
2fdbbbae4e 6965072: Need API to create SDP sockets
Reviewed-by: michaelm
2010-09-03 13:11:54 +01:00
Lana Steuck
abe7f3a325 Merge 2010-09-02 22:11:05 -07:00
Mandy Chung
1cef1a3806 6977887: (doc) Java 6 API missing info about encoding parameter in storeToXML method
Reviewed-by: sherman
2010-09-01 17:37:45 -07:00
Martin Buchholz
080f83060e 6981145: (se) Eliminate JNI*Critical when creating pipes and other cleanups
Avoid *Critical; fix compile warnings; improve readability

Reviewed-by: alanb
2010-09-01 09:45:08 -07:00
Mandy Chung
2aa1723b39 6977548: Broken link in ClassLoader.defineClass javadoc
Reviewed-by: valeriep
2010-08-31 09:17:46 -07:00
Mandy Chung
c8f3efcc75 6981005: TEST BUG: java/lang/ClassLoader/TestCrossDelegate.sh timeout on windows
Increase timeout value

Reviewed-by: alanb
2010-08-31 09:15:34 -07:00
Weijun Wang
7fe5113fe7 6911951: NTLM should be a supported Java SASL mechanism
Reviewed-by: vinnie, michaelm
2010-08-30 14:37:43 +08:00
Lana Steuck
ae1cce3a74 Merge 2010-08-29 22:41:28 -07:00
Martin Buchholz
aff3ad21b8 6980747: Runtime.exec can fail due to SecurityException (lnx)
Add missing doPrivileged to UNIXProcess.java.linux

Reviewed-by: alanb
2010-08-28 12:15:52 -07:00
Christine Lu
e3a36e4914 Added tag jdk7-b107 for changeset d2462a7b07c5 2010-08-26 16:17:02 -07:00