2372 Commits

Author SHA1 Message Date
Omair Majid
306f12db9e 6979979: Rounding error in font sizes selected by the GTK Look and Feel
Use floating point font sizes

Reviewed-by: prr
2010-09-14 10:45:38 -04:00
Alex Menkov
ded210964b 4933700: RFE: Add way to get device from Receiver and Transmitter
Reviewed-by: art
2010-09-14 14:14:18 +04:00
Alex Menkov
bf0670e111 Merge 2010-09-14 14:09:26 +04:00
Alex Menkov
a6d309e0bb 4937708: AudioFormat.matches should allow NOT_SPECIFY in all fields
Reviewed-by: denis
2010-09-14 14:07:58 +04:00
John R Rose
82088e1e2b 6982752: dynamic languages need to decorate types with runtime information
Add ClassValue

Reviewed-by: twisti
2010-09-14 01:42:03 -07:00
Alex Menkov
4cf465320c 6944033: RFE: add PCM_FLOAT support
Reviewed-by: dav
2010-09-14 12:38:49 +04:00
Masayoshi Okutsu
65b5c68b97 6984418: (cal) GregorianCalendar.setWeekDate doesn't check parameter consistency in non-lenient
Reviewed-by: peytoia
2010-09-14 16:47:28 +09:00
Karl Helgason
efedb2236a 6943053: Gervill: failures on invalid ranges and 14-bit banks
ModelStandardIndexedDirector fails on invalid ranges. Program changes with 14-bit banks where handled incorectly as 7-bit banks.

Reviewed-by: amenkov
2010-09-13 15:34:24 +04:00
Karl Helgason
0ffd8f54e0 6941027: Gervill update, April 2010
Reviewed-by: amenkov
2010-09-13 15:12:31 +04:00
Yong Jeffrey Huang
ef46184e89 Merge 2010-09-13 02:54:35 -07: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
Yoshito Umaoka
fbca39ee5d 6875847: Java Locale Enhancement
Co-authored-by: Doug Felt <dougfelt@google.com>
Co-authored-by: Mark Davis <markdavis@google.com>
Reviewed-by: srl
2010-09-10 15:29:40 -07:00
Lance Andersen
36b68b66fa 6589685: JDBC 4.1 updates
Reviewed-by: darcy
2010-09-10 15:26:04 -04:00
Sergey Malenkov
7640dd5bee 6915566: Closed swing tests failing with assert errors when run with -ea -esa
Reviewed-by: art, peterz
2010-09-10 20:48:17 +04:00
Alan Bateman
0fb0f54897 6881498: (file) Re-examine DirectoryStream exception handling
Reviewed-by: forax
2010-09-10 16:36:48 +01:00
Masayoshi Okutsu
dea3e2e152 6912560: Timezone is not set correctly on Win Vista when Security manager is present
6941137: DST broken in 6u18 when jre/lib/zi is moved elsewhere and replaced with symlink

Reviewed-by: peytoia
2010-09-10 17:51:53 +09:00
Yuka Kamiya
036b7a86a5 6983724: redundant @exception description for Character.Subset(String name)
Reviewed-by: okutsu
2010-09-10 17:22:36 +09:00
Yong Jeffrey Huang
6c5a8b341b 6980510: Fix for 6959252 broke JConsole mnemonic keys
Reviewed-by: mfang, yhuang
2010-09-09 23:01:43 -07:00
Kelly O'Hair
f7e31fc6c2 6982137: Rebranding pass 2 - missed copyright changes
Reviewed-by: mbykov
2010-09-09 16:26:46 -07: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
Andrew Brygin
899dcb6de0 6523398: OSS CMM: Need to implement writing ICC profile tags in new lcms library
Reviewed-by: igor, prr
2010-09-09 16:20:55 +04:00
Masayoshi Okutsu
3a9f12ff35 4919632: RFE: SimpleDateFormat should fully support ISO8601 standard for timezone
Reviewed-by: peytoia
2010-09-09 15:37:57 +09:00
John R Rose
45c90a843e 6953246: JSR 292 should support SAM conversion
Conversion function MethodHandles.asInstance; initial slow implementation based on Proxy.

Reviewed-by: twisti
2010-09-08 18:40:34 -07:00
John R Rose
6fbfeff4e2 6980096: JSR 292 reflective lookup should throw checked exceptions
Make NoAccessException be a checked exception.  Also remove JavaMethodHandle.

Reviewed-by: twisti
2010-09-08 18:40:23 -07:00
John R Rose
c7b608b1ed 6964498: JSR 292 invokedynamic sites need local bootstrap methods
Add JVM_CONSTANT_InvokeDynamic records to constant pool to determine per-instruction BSMs; add MethodHandleProvider.

Reviewed-by: twisti
2010-09-08 18:40:11 -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
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
Anton Tarasov
fdaf5c86b2 6867293: switching TAB in a browser doesn't deactivate EmbeddedFrame
Reviewed-by: dcherepanov, art
2010-09-03 11:08:41 +04:00
Lana Steuck
abe7f3a325 Merge 2010-09-02 22:11:05 -07:00
Lana Steuck
022ee216f4 Merge 2010-09-02 12:17:21 -07:00
Lana Steuck
34f54b7bb3 Merge 2010-09-02 00:02:23 -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
Lana Steuck
77b5bbb1b5 Merge 2010-09-01 16:15:57 -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
Masayoshi Okutsu
d950166573 4267450: (cal) API: Need public API to calculate, format and parse "year of week"
6549953: (cal) WEEK_OF_YEAR and DAY_OF_YEAR calculation problems around Gregorian cutover

Reviewed-by: peytoia
2010-09-01 15:19:13 +09:00
Naoto Sato
6d2cb04013 4700857: RFE: separating user locale and user interface locale
Reviewed-by: okutsu
2010-08-31 11:27:10 -07:00
Mandy Chung
2aa1723b39 6977548: Broken link in ClassLoader.defineClass javadoc
Reviewed-by: valeriep
2010-08-31 09:17:46 -07:00
Andrei Dmitriev
41e1560d14 6480547: REG: bug 4118621 which got Integrated in 1.1.8 fails in mustang from b25 onwards
6808185: test/closed/java/awt/Menu/NullMenuLabelTest crashes

Reviewed-by: dcherepanov
2010-08-31 15:05:09 +04: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
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