4142 Commits

Author SHA1 Message Date
Erik Trimble
5c3b84ba2d Merge 2011-04-12 16:37:16 -07:00
Valerie Peng
86875ab33d 6986789: Sun pkcs11 provider fails to parse path name containing "+"
Modified to accept '+' as valid character.

Reviewed-by: weijun
2011-04-12 16:09:17 -07:00
Valerie Peng
20fec807e5 7001094: Can't initialize SunPKCS11 more times than PKCS11 driver maxSessionCount
Changed SessionManager to keep track of session count for each instance

Reviewed-by: mullan
2011-04-12 15:57:28 -07:00
Kelly O'Hair
d4ab380c60 7033957: Library built without a mapfile: libxinerama.so
Reviewed-by: ksrini
2011-04-12 14:23:37 -07:00
Suchen Chien
b1860c6416 7022841: LocaleNames_no_NO_NY.class is missing in rt.jar
Reviewed-by: katleman, ohair
2011-04-12 13:58:32 -07:00
Daniel D. Daugherty
3d4a927981 7035555: 4/4 attach/BasicTests.sh needs another tweak for Cygwin
Test needs to properly detect missing AgentInitializationException. Clarify when exceptions are expected. Another Cygwin tweak.

Reviewed-by: dsamersoff, ohair
2011-04-12 13:36:38 -07:00
Lance Andersen
31a03639b0 7007772: Address typos in javadoc for ResultSet
Reviewed-by: ohair, smarks
2011-04-12 14:32:03 -04:00
Lance Andersen
b055efc73b 7035615: Address lint warnings for javax.sql.rowset & com.sun.rowset
Reviewed-by: alanb, darcy
2011-04-12 12:25:15 -04:00
Xue-Lei Andrew Fan
9fd280409c 6882437: CertPath/X509CertPathDiscovery/Test fails on jdk7/pit/b62
Pass trust anchors to CRL certification path building, support CRLs without AKID extension.

Reviewed-by: mullan
2011-04-12 08:27:00 -07:00
Denis Fokin
fc7a236fd5 7030062: duplicate free
Reviewed-by: dcherepanov
2011-04-12 19:06:57 +04:00
Rickard Bäckman
f159608a01 7026304: Fork-Join sample
Implement a merge-sort sample using Fork-Join

Reviewed-by: hosterda, chegar, dholmes
2011-04-12 13:14:05 +02:00
Yuka Kamiya
cd31a3e19d 7034231: Default font appears twice in fallback font list
Reviewed-by: okutsu, prr
2011-04-12 18:58:30 +09:00
Yuka Kamiya
75aff28522 7035073: Add missing timezones to TimeZoneNames_pt_BR.java
Reviewed-by: okutsu
2011-04-12 16:16:41 +09:00
Rickard Bäckman
3382d83790 7026287: Asynchronous API sample
Implement a chat server using the new asynchronous networking API

Reviewed-by: hosterda, alanb
2011-04-12 09:04:57 +02:00
Joe Darcy
6848dc8c89 7035834: Bad @param tags in LayerUI.java
Reviewed-by: rupashka
2011-04-11 23:20:41 -07:00
Pavel Porvatov
04b99a9767 7025525: CSS property list in javax.swing.text.html.CSS is incomplete
Reviewed-by: alexp
2011-04-12 10:15:26 +04:00
Michael Fang
ce457615c7 Merge 2011-04-11 16:19:20 -07:00
Michael Fang
d25ec12ca3 Merge 2011-04-11 13:59:36 -07:00
Pavel Porvatov
0fce7a7e9d 7030623: closed/javax/accessibility/4864610/bug4864610.java test fails just against jdk7 b134
Reviewed-by: peterz
2011-04-11 19:55:15 +04:00
Alan Bateman
4eb37f220f Merge 2011-04-11 12:52:39 +01:00
Xueming Shen
e27e4cb99b 7033561: Missing Unicode Script aliases
Added 6.0 aliases

Reviewed-by: okutsu, peytoia, alanb
2011-04-10 23:33:14 -07:00
Weijun Wang
6f7b1ef68a 7030180: AES 128/256 decrypt exception
Reviewed-by: valeriep
2011-04-11 10:22:39 +08:00
Weijun Wang
65df911e4a 7012160: read SF file in signed jar in streaming mode
Reviewed-by: mullan
2011-04-11 10:22:17 +08:00
Alan Bateman
19317c2c45 7034532: (fs) AssertionError when working directory is UNC
Reviewed-by: forax, mduigou
2011-04-10 19:45:28 +01:00
Lana Steuck
12320dbfc3 Merge 2011-04-10 10:23:28 -07:00
John R Rose
06a8e9b35e 7019529: JSR292: java/dyn/ClassValueTest.java depends on sub-test execution order
Test should not use static variables, because they may contain stale values.

Reviewed-by: twisti
2011-04-09 21:38:40 -07:00
David Holmes
4114756f39 7035109: Regression: awt SplashScreen/test18.sh fails - missing mapfile entry
Reviewed-by: alanb, ksrini
2011-04-09 15:30:58 -07:00
Michael Fang
fa2e12d57f Merge 2011-04-08 16:17:30 -07:00
Phil Race
10ec13e8ef 7004984: Features.h was renamed to ICUFeatures.h and should be removed
Reviewed-by: srl
2011-04-08 15:33:03 -07:00
Michael Fang
7766e52679 7024528: [sv] format error in appletviewer usage translation
Reviewed-by: yhuang
2011-04-08 15:04:05 -07:00
Michael Fang
4cb420ecc9 7034940: message drop 2 translation integration
Reviewed-by: yhuang
2011-04-08 14:48:21 -07:00
Anthony Petrov
c2d4b9c218 7008513: Case TranslucentJAppletTest.jtr automatically failed due to java.lang.RuntimeException
Set transparent background to the applet

Reviewed-by: art, dcherepanov
2011-04-08 17:04:35 +04:00
Andrei Dmitriev
f9feed6668 7029832: Buffer overrun at awt_LoadLibrary.c (and java_props_md.c)
Reviewed-by: anthony, art
2011-04-08 18:29:27 +04:00
Anthony Petrov
8ca505ebed 7027013: Regression: JComponent.revalidate() has no effect on invisible components
Dialog.conditionalShow() should call validateUnconditionally() instead of simple validate()

Reviewed-by: art, dcherepanov
2011-04-08 15:00:20 +04:00
Doug Lea
e93ee5deba 7035020: ForkJoinPool.invoke may deadlock if parallelism = 1
Reviewed-by: chegar
2011-04-08 10:33:14 +01:00
Xue-Lei Andrew Fan
2a48e38d0f 6976117: SSLContext.getInstance("TLSv1.1") returns SSLEngines/SSLSockets without TLSv1.1 enabled
Reorg the SSLContext implementation

Reviewed-by: weijun
2011-04-08 02:00:09 -07:00
John R Rose
e60c5b1af0 6817525: turn on method handle functionality by default for JSR 292
JVM bug 6817525 requires changes to some JDK unit tests; update test invocation flags and "Indify" snapshot

Reviewed-by: kvn, twisti
2011-04-07 22:07:06 -07:00
Kelly O'Hair
852e8daf7a 7019210: Fix misc references to /bugreport websites
Reviewed-by: skannan
2011-04-07 19:59:28 -07:00
Kumar Srinivasan
bc945571e4 7034700: (unpack200) build fails with fastdebug builds
Reviewed-by: ohair
2011-04-07 17:08:16 -07:00
Suchen Chien
3bb12b3ebd Added tag jdk7-b137 for changeset 6f226af63661 2011-04-07 15:21:10 -07:00
Pavel Porvatov
f5b47c645e 6596966: Some JFileChooser mnemonics do not work with sticky keys
Reviewed-by: alexp
2011-04-08 00:26:35 +04:00
Kumar Srinivasan
aa39508b83 7029048: (launcher) fence the launcher against LD_LIBRARY_PATH
Reviewed-by: mchung, ohair
2011-04-07 12:06:32 -07:00
Andrei Dmitriev
fae19754bb 7031854: JCK 7 test FileDialogTest0001 fails on Windows with Russian locale
Reviewed-by: uta, dcherepanov
2011-04-07 22:34:29 +04:00
Lance Andersen
15e098d884 7034656: Address lint warnings for DriverManager
Reviewed-by: alanb, forax, ohair
2011-04-07 11:25:09 -04:00
Dmitry Cherepanov
27da779f25 7016889: GraphicsDevice.setFullScreenWindow() spec for simulated full-screen mode is not always correct
Reviewed-by: art, anthony
2011-04-07 18:54:34 +04:00
Doug Lea
1693ab3b69 7034657: Update Creative Commons license URL in legal notices
Reviewed-by: chegar
2011-04-07 15:06:32 +01:00
Michael Fang
9dd7a1a346 6384973: Incorrect translations in awt.properties
Reviewed-by: yhuang
2011-04-06 22:54:19 -07:00
Kelly O'Hair
d2b1e20c7d 7033660: Update copyright year to 2011 on any files changed in 2011
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Kumar Srinivasan
8725555c40 7033954: (launcher) Launchers not built with mapfiles
Reviewed-by: ohair
2011-04-06 19:31:30 -07:00
Weijun Wang
2c02243de9 7032354: no-addresses should not be used on acceptor side
Reviewed-by: valeriep
2011-04-07 08:51:33 +08:00