Commit Graph

3238 Commits

Author SHA1 Message Date
Andrew John Hughes
a296bc0a0a 7000225: Sanity check on sane-alsa-headers is broken
Fix use of tab separators, ${alsa_version} expansion and conditional

Reviewed-by: ohair
2010-11-23 02:17:23 +00:00
Xueming Shen
bf54a0ce83 7001434: charset name for Cp833 should be x-IBM833
Changed the name to x-IBM833 in extsbcs

Reviewed-by: alanb
2010-11-22 16:12:23 -08:00
Xueming Shen
1558c2f9b1 6858865: Fix for 6728376 causes regression if the size of "data" is 0 and malloc returns Null for 0-length
Don't throw OOME when in or out buffer size is 0 length

Reviewed-by: alanb
2010-11-22 16:03:13 -08:00
Christine Lu
c61a6186f3 Added tag jdk7-b119 for changeset 7f370da0805b 2010-11-22 14:57:23 -08:00
Sean Mullan
e9d88cabcd Merge 2010-11-22 11:27:14 -05:00
Michael McMahon
8694378cd2 Merge 2010-11-22 16:11:13 +00:00
Michael McMahon
5bec7cedec 6984182: Setting SO_RCVBUF/SO_SNDBUF to larger than tcp_max_buf fails on Solaris 11 if kernel params changed
Reviewed-by: alanb, chegar
2010-11-22 16:09:31 +00:00
Sean Mullan
cf3933b176 Merge 2010-11-22 10:18:33 -05:00
Sean Mullan
c5c0369dc2 6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
Reviewed-by: mchung
2010-11-22 10:16:07 -05:00
Weijun Wang
11c0d2dbec 6979329: CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1
Reviewed-by: valeriep
2010-11-22 09:43:58 +08:00
Xue-Lei Andrew Fan
ae111e5e4a 6903584: Legal notice repair: Three files under jdk/src/share/classes/sun/security/ssl/
Reviewed-by: weijun
2010-11-20 07:00:31 -08:00
Valerie Peng
358ee90f29 6720456: New 4150 may have larger blowfish keysizes
Changed to use TBD value instead of FAIL

Reviewed-by: weijun
2010-11-19 17:05:47 -08:00
Valerie Peng
b3d5652149 6203816: Can not run test/java/security/Security/ClassLoaderDeadlock.sh from the command line
Fixed the script to not delete the provider sub-directory

Reviewed-by: weijun
2010-11-19 16:59:48 -08:00
Lance Andersen
5731d03344 7001669: Typo in javadocs for SQLPermission
Reviewed-by: alanb
2010-11-19 17:18:31 -05:00
Lance Andersen
f4f78e456b 7000752: Duplicate entry in RowSetResourceBundles.properties
Reviewed-by: alanb
2010-11-19 17:15:03 -05:00
Xueming Shen
76c49b73fc 6957230: CharsetEncoder.maxBytesPerChar() reports 4 for UTF-8; should be 3
Changged utf-8's CharsetEncoder.maxBytesPerChar to 3

Reviewed-by: alanb
2010-11-19 12:58:32 -08:00
Xueming Shen
1848635fab 6989471: compiler warnings building java/zip native code
Remvoed the warning

Reviewed-by: ohair, alanb
2010-11-19 12:55:42 -08:00
Mandy Chung
a48d403c44 6631046: BufferedInputStream.available() reports negative int on very large inputstream
Reviewed-by: dholmes, alanb, mduigou
2010-11-19 10:00:08 -08:00
Michael McMahon
1d73aa8704 Merge 2010-11-19 13:35:07 +00:00
Michael McMahon
f6639fefed 7001301: com/sun/net/httpserver/bugs/6725892/Test.java failing
Reviewed-by: alanb
2010-11-19 13:30:02 +00:00
Doug Lea
823b331f15 6712185: java/util/concurrent/Executors/AutoShutdown.java fails on slow or busy systems
Reviewed-by: chegar, alanb
2010-11-19 10:43:24 +00:00
Jennifer Godinez
35e7f8d2a7 6689925: Add transform attributes to the rendering tests in J2DBench
Reviewed-by: flar, prr
2010-11-18 14:44:44 -08:00
Yoshito Umaoka
64f52e63b0 7000136: Backward compatibility problem in LocaleNameProvider
Reviewed-by: srl
2010-11-18 11:35:31 -08:00
Alan Bateman
eac61253a9 Merge 2010-11-18 19:17:43 +00:00
Alan Bateman
c1b0efa732 7000913: (bf) CharBuffer.wrap, slice, position, slice leads to CharBuffer with incorrect offser
Reviewed-by: forax
2010-11-18 19:16:45 +00:00
Alexander Potochkin
193b5129c1 6997170: Spec for javax.swing.plaf.LayerUI.installUI/uninstallUI() methods contradict behavior of the RI
Reviewed-by: rupashka
2010-11-18 19:52:40 +03:00
Andrei Dmitriev
cd9eaf7bcc 6990904: (dav) on oel5.5, Frame doesn't show if the Frame has only a MenuBar as its component
Reviewed-by: dcherepanov, art
2010-11-18 14:26:19 +03:00
Alexander Potochkin
5891397981 6994419: JLayer.removeAll() behavior doesn't correspond to JLayer.remove() behavior
Reviewed-by: rupashka
2010-11-18 13:53:02 +03:00
Xueming Shen
8aaa66c1f7 6217210: RFE: Support for Cp833 in 1.4.2
Forward port the Cp833 charset

Reviewed-by: poonam
2010-11-17 21:33:16 -08:00
Xueming Shen
8add507dbc 6615506: (fmt spec) Date/Time conversion table missing column for 'Z'
Added the column entry back in

Reviewed-by: alanb
2010-11-17 15:10:42 -08:00
Sergey Malenkov
3f7a78b5b0 6447751: Bean Customizer should be detectable by reflection name alone
Reviewed-by: peterz
2010-11-17 22:17:01 +03:00
Michael McMahon
be79b0032a Merge 2010-11-17 14:32:29 +00:00
Michael McMahon
e4d948e846 6725892: Http server stability issues
Reviewed-by: chegar
2010-11-17 14:29:51 +00:00
Valerie Peng
d3fc95751b Merge 2010-11-16 11:50:08 -08:00
Naoto Sato
1451cced85 6997999: Remove duplicated entries from ISO language/country code tables
Reviewed-by: okutsu
2010-11-16 10:47:01 -08:00
Yuka Kamiya
4a4fb15178 6959267: Support Unicode 6.0.0
Reviewed-by: okutsu
2010-11-17 01:02:20 +09:00
Alan Bateman
721443756b 6613829: (docs) Readable.read() ReadOnlyBufferException is not linked
Reviewed-by: chegar, lancea
2010-11-16 15:23:11 +00:00
Vikram Aroskar
12b076396c 6939261: Since 1.6.0_18 JMenus at JMenuBar are not selectable by their Mnemonic key anymore
Reviewed-by: peterz
2010-11-15 21:51:16 -08:00
Lana Steuck
41c256442e Merge 2010-11-15 19:05:15 -08:00
Lana Steuck
a497f97e12 Merge 2010-11-15 19:01:42 -08:00
Lana Steuck
fafaa2ed64 Merge 2010-11-15 18:59:32 -08:00
Valerie Peng
0ec3c185d5 6687725: Internal PKCS5Padding impl should throw IllegalBlockSizeException and not BadPaddingException
Changed to throw IllegalBlockSizeException when the data length isn't multiples of block size

Reviewed-by: wetmore
2010-11-15 14:38:41 -08:00
Valerie Peng
64c60db32c 6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
Disabled CKM_DES_CBC_PAD, CKM_DES3_CBC_PAD, CKM_AES_CBC_PAD mechs by default and use our own internal padding impl.

Reviewed-by: wetmore
2010-11-15 14:32:49 -08:00
Jennifer Godinez
1a159a4c9a 6862652: A number of tests fail for some background Themes configured on Windows7 & Windows 2008R2 in 6u15
Reviewed-by: igor, prr
2010-11-15 14:16:05 -08:00
Xueming Shen
0407a3cf9e 6544278: SecurityException not thrown for Indexed Jar file whose signature is corrupted
Added code to deal with the index case specially.

Reviewed-by: mullan
2010-11-15 09:42:39 -08:00
Xueming Shen
d581e4f434 6994145: (zipfs) README should be updated
6994161: (zipfs) newFileSystem method should FileSystemAlreadyExistsException
6994152: (zipfs) copyTo ignores COPY_ATTRIBUTES option

Zipfile update

Reviewed-by: alanb
2010-11-15 09:26:49 -08:00
Alexander Potochkin
181f23cfef 6987844: Incorrect width of JComboBox drop down
Reviewed-by: anthony
2010-11-15 19:50:09 +03:00
Chris Hegarty
cdcbbea8cb 6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever
Reviewed-by: dl, dholmes
2010-11-15 15:11:04 +00:00
Alan Bateman
4dfa884fe5 6999915: TEST_BUG: test/java/nio/channels/AsynchronousSocketChannel/Leaky.java failed intermittently (win)
Reviewed-by: forax
2010-11-15 14:34:04 +00:00
Joe Darcy
3aae57e052 6991528: Support making Throwable.suppressedExceptions immutable
Reviewed-by: mchung, dholmes
2010-11-14 07:22:39 -08:00
Lana Steuck
c420cdefc2 Merge 2010-11-13 18:56:50 -08:00
Pavel Porvatov
79ed0e75ce 6771184: Some methods in text package don't throw BadLocationException when expected
Reviewed-by: peterz
2010-11-13 19:31:00 +03:00
Pavel Porvatov
4295a2eea6 6613904: javax.swing.GroupLayout.createParallelGroup(..) doesn't throw IllegalArgumentException for null arg
Reviewed-by: peterz
2010-11-13 19:22:38 +03:00
Pavel Porvatov
7bc8c8a57e 6899877: JComponent.add/removeNotify() should mention that they are not supposed to be called directly
Reviewed-by: alexp
2010-11-13 13:04:47 +03:00
Lana Steuck
b2e3b2f545 Merge 2010-11-12 15:07:29 -08:00
Lance Andersen
60bd27ee73 6999086: Clarify that SyncFactory.setLogger can throw an NullPointerException
Reviewed-by: alanb
2010-11-12 08:41:03 -05:00
Weijun Wang
707e6f0318 6960894: Better AS-REQ creation and processing
Reviewed-by: valeriep
2010-11-12 21:33:14 +08:00
Lance Andersen
ef57b6ecfd 6982530: javadoc update to SyncFactory & JdbcResource bundle for synchronization issues
Reviewed-by: alanb
2010-11-12 07:15:47 -05:00
Mike Duigou
89dcd572a6 Merge 2010-11-11 11:02:32 -08:00
Christine Lu
14f97bb004 Added tag jdk7-b118 for changeset e5798edad254 2010-11-11 11:02:24 -08:00
Mike Duigou
215735255a 6465367: (coll) Typo in TreeMap documentation
Reviewed-by: alanb, briangoetz
2010-11-11 11:01:25 -08:00
Dmitry Cherepanov
f151708489 6877895: Some AWT's methods should specify throwing NPE for null arg value
Reviewed-by: art, anthony
2010-11-11 15:27:26 +03:00
Weijun Wang
2fa98fdbd7 6987827: security/util/Resources.java needs improvement
Reviewed-by: valeriep
2010-11-11 15:51:12 +08:00
Erik Trimble
ae511866fd Merge 2010-11-10 20:40:19 -08:00
Andrei Dmitriev
1524b98ebc 6960516: sun.awt.UngrabEvent has an ID over AWTEvent.RESERVED_ID_MAX
Reviewed-by: dcherepanov, art
2010-11-10 10:38:18 +03:00
Calvin Cheung
4fd5dcc367 6992226: Missing windows COMPANY file property settings
Reviewed-by: ohair
2010-11-09 23:05:33 -08:00
Lana Steuck
6c96acb83a Merge 2010-11-09 22:53:18 -08:00
Christine Lu
be669a7211 Merge 2010-11-09 11:45:00 -08:00
Alan Bateman
8b7cdbeb44 Merge 2010-11-09 18:57:12 +00:00
Alan Bateman
4f08e82908 6979009: (fc) FileChannel.read() fails to throw ClosedByInterruptException
Reviewed-by: forax, sherman, chegar
2010-11-09 18:56:39 +00:00
Chris Hegarty
41fb6ec356 6998250: Remove redundant src/solaris/classes/sun/net/www/protocol/http/NTLMAuthentication.java
Reviewed-by: alanb
2010-11-09 16:34:08 +00:00
Anthony Petrov
b8107f137d 6989505: java.awt.Robot's getPixelColor treats not fully opaque Window as fully transparent
Use ::CreateDC() instead of ::GetDC()

Reviewed-by: art, dcherepanov
2010-11-09 19:28:21 +03:00
Artem Ananiev
4c592b0ab5 6984039: awt source rebranding vendor changes needed (jdk7 only)
Reviewed-by: prr, ohair
2010-11-09 14:02:54 +03:00
Weijun Wang
5b6c23c809 6952519: kdc_timeout is not being honoured when using TCP
Reviewed-by: valeriep
2010-11-09 08:34:11 +08:00
Kelly O'Hair
39a2b6c9ff 6792706: Add JAR file to bootclasspath when using AggressiveOpts
Reviewed-by: alanb, kvn, darcy
2010-11-08 09:29:18 -08:00
Sean Mullan
8676006f11 6994717: expired certificate in test ValidateCertPath
Reviewed-by: vinnie
2010-11-08 11:33:24 -05:00
Anthony Petrov
28dedbec71 6960655: GTKFileDialogPeer shouldn't be a singletone
Reviewed-by: art, dcherepanov
2010-11-08 18:02:15 +03:00
Anthony Petrov
a77052796a 6988428: Shape is not applied sometimes
Always call ::SetWindowRgn() on the toolkit thread

Reviewed-by: art, dcherepanov
2010-11-08 17:51:35 +03:00
Yong Jeffrey Huang
f79c2a901f Merge 2010-11-07 23:33:21 -08:00
Masaki Katakai
c0b8fe5e03 4225362: localized DateFormatSymbols for fr_FR is wrong
Reviewed-by: yhuang, peytoia
2010-11-07 19:48:25 -08:00
Naoto Sato
ddf465f954 6997928: LocaleCategory test fails with b118 PIT
Reviewed-by: sherman
2010-11-05 20:58:10 -07:00
Weijun Wang
42b61014b3 6997740: ktab entry related test compilation error
Reviewed-by: valeriep
2010-11-06 09:11:18 +08:00
Kumar Srinivasan
3f811bd634 6985763: Pack200.Packer.pack(...) and Pack200.Unpacker.unpack(...) throw unspecified exceptions
Reviewed-by: jrose, dholmes, alanb, mduigou
2010-11-05 14:15:25 -07:00
Sean Coffey
c661170adb 6957378: JMX memory leak
Reviewed-by: emcmanus, kevinw
2010-11-05 17:15:44 +00:00
Lana Steuck
ac1e3ac7bc Merge 2010-11-05 08:18:46 -07:00
Sean Coffey
9072e150d7 6696028: JMXServiceURL like service:jmx:rmi:///jndi/iiop:// should be rejected by the RMI conn provider
6984520: NPE IN RMIConnector.connect

Reviewed-by: emcmanus, kevinw
2010-11-05 13:52:37 +00:00
Chris Hegarty
628e3faeb4 6988618: JCK test setDaemon0101 hangs on specific machine
Reviewed-by: dholmes, alanb
2010-11-05 09:07:02 +00:00
Erik Trimble
9c9fc5ccc2 Merge 2010-11-04 16:09:49 -07:00
Christine Lu
a3d41ab693 Added tag jdk7-b117 for changeset 42a9e115bd6f 2010-11-04 15:54:34 -07:00
Lana Steuck
431c033058 Merge 2010-11-04 15:38:39 -07:00
Mandy Chung
b09bdda512 6985875: Change servicetags registration to refer to Oracle SSO and MSO 5.2 release
Reviewed-by: ksrini
2010-11-04 14:42:30 -07:00
Mandy Chung
fb4886a3b5 6720170: ByteArrayInputStream.skip(long) can overflow internally
Reviewed-by: dholmes, alanb
2010-11-04 14:19:31 -07:00
Lana Steuck
fba090f3e8 Merge 2010-11-02 19:40:45 -07:00
Lana Steuck
458c60b276 Merge 2010-11-02 12:45:49 -07:00
Lana Steuck
cfd8e545dd Merge 2010-11-02 12:25:28 -07:00
Lana Steuck
b3324bf23d Merge 2010-11-02 12:24:10 -07:00
Naoto Sato
63cb31c203 6989111: Incorrect default locale for New Zealand
6990452: Provide system properties for the user specified script
6992312: Currency becomes XXX if do not specify user.country.format

Reviewed-by: okutsu
2010-11-02 10:34:46 -07:00
Vinnie Ryan
d7bcf98e99 6945529: Apply fix for CR 6921001 to platform-specific java.security configuration files
Reviewed-by: mullan
2010-11-02 15:04:13 +00:00
Alex Menkov
50c896bef9 Merge 2010-11-02 15:04:06 +03:00
Alex Menkov
b8b9c35567 6950553: Applet: IE process crash in OLE32.DLL when playing a sound
Reviewed-by: poonam
2010-11-02 14:59:39 +03:00
Pavel Porvatov
eb350dece2 6432566: Replace usage of StringBuffer with StringBuilder in Swing
Reviewed-by: malenkov
2010-11-02 13:32:00 +03:00
Alan Bateman
53b29c21d0 Merge 2010-11-02 10:15:06 +00:00
Alan Bateman
b1deb7b1e3 6431343: (dc) DatagramChannel may not report its local address correctly after connect or disconnect
Reviewed-by: chegar
2010-11-02 10:07:21 +00:00
Alan Bateman
c51ac2a369 6993126: (aio) remove AsynchronousDatagramChannel
Reviewed-by: chegar
2010-11-02 10:05:42 +00:00
Yuka Kamiya
225924d47a 6996686: (tz) Support tzdata2010o
Reviewed-by: okutsu
2010-11-02 15:08:56 +09:00
Xue-Lei Andrew Fan
f685cc171a 6916074: Add support for TLS 1.2
6985179: To support Server Name Indication extension for JSSE client

Introduces the algorithm constraints to support signature and hash algorithm selection. Includes contributions from wetmore and weijung.

Reviewed-by: wetmore, weijun
2010-11-01 22:02:35 -07:00
Mandy Chung
b71960eeee 6994413: JDK_GetVersionInfo0 only expects a two digit build number
Reviewed-by: dholmes
2010-11-01 10:59:03 -07:00
Kumar Srinivasan
d6eb6a5be4 6995674: (launcher) make of jli fails on windows if directory exists
Reviewed-by: darcy, ohair
2010-11-01 10:12:48 -07:00
Xue-Lei Andrew Fan
faa52adcad 6792180: Enhance to reject weak algorithms or conform to crypto recommendations
Reviewed-by: mullan, weijun, wetmore
2010-11-01 07:57:46 -07:00
John R Rose
4f508abf49 6981777: implement JSR 292 EG adjustments from summer 2010
Reviewed-by: twisti
2010-10-30 21:08:23 -07:00
John R Rose
2a322bbd1d 6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
JDK changes which run atop the corresponding JVM hook

Reviewed-by: never, twisti
2010-10-30 21:02:30 -07:00
Xue-Lei Andrew Fan
aab01a90d7 4873188: Support TLS 1.1
Reviewed-by: wetmore, weijun
2010-10-30 18:39:17 +08:00
Eamonn McManus
4dce0bd6ec 6984037: jmx/management rebranding vendor changes needed
Reviewed-by: ohair
2010-10-29 12:35:07 +02:00
Andrew Brygin
2c483fba5c 6670881: Phantom lines appear when rendering polygons & ellipses with antialiasing OFF
Reviewed-by: prr, bae
2010-10-29 11:49:47 +04:00
Pavel Porvatov
2b6cf5554e 6659894: JDialog instance returns unexpected GraphicsConfiguration
Reviewed-by: alexp
2010-10-29 04:24:18 +04:00
Lana Steuck
22ae92c324 Merge 2010-10-28 15:46:39 -07:00
Christine Lu
64f5660146 Added tag jdk7-b116 for changeset 0141eb3aac61 2010-10-28 13:31:42 -07:00
Weijun Wang
d2ef113186 6950546: "ktab -d name etype" to "ktab -d name [-e etype] [kvno | all | old]"
6984764: kerberos fails if service side keytab is generated using JDK ktab

Reviewed-by: valeriep
2010-10-28 21:14:44 +08:00
Abhijit Saha
6f104b3aa2 Merge 2010-10-27 22:10:37 -07:00
Abhijit Saha
2ce0024552 Merge 2010-10-27 13:09:27 -07:00
Keith McGuigan
39ed27a831 6541462: outdated specification for CCC 6339875
Add documentation to java.lang.ClassLoader.defineClass()

Reviewed-by: dcubed, darcy
2010-10-26 18:41:02 -04:00
Lana Steuck
38a42096b0 Merge 2010-10-26 10:57:35 -07:00
Denis Lila
37502d4f79 6967434: Round joins/caps of scaled up lines have poor quality
Eliminated flattening from the rendering engine.

Reviewed-by: flar
2010-10-26 10:39:23 -04:00
Pavel Porvatov
3a8d7f818e 6735286: javax.swing.DefaultTableCellRender.getTableCellRendererComponent() doesn't allow passing null Tables
Reviewed-by: alexp
2010-10-26 12:35:14 +04:00
Kumar Srinivasan
38eb6ee523 6989469: (launcher) compiler warnings in jli native code
Reviewed-by: darcy, ohair, sherman
2010-10-25 10:34:26 -07:00
Pavel Porvatov
00b0b853c8 6632810: javax.swing.plaf.basic.BasicScrollPaneUI.getBaseline(JComponent, int, int) doesn't throw NPE and IAE
Reviewed-by: alexp
2010-10-25 19:24:50 +04:00
Pavel Porvatov
e5836e6721 6816582: WindowsFileChooserUI throws NullPointer when awt.useSystemAAFontSettings=false
Reviewed-by: uta
2010-10-25 18:25:47 +04:00
Chris Hegarty
ffc7677859 6994079: PlainSocketImpl should close the socket if it fails
Reviewed-by: alanb
2010-10-22 20:27:44 +01:00
Naoto Sato
d6aaa2692f 6993339: Bug4168625Test.java fails
Reviewed-by: peytoia
2010-10-22 11:32:26 -07:00
Mandy Chung
5b64666e30 6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized
Reviewed-by: dholmes
2010-10-22 11:22:54 -07:00
Alan Bateman
f8b4e1e1bd 6816049: (bf) MappedByteBuffer.force() method does not flush data correctly
Reviewed-by: chegar
2010-10-22 17:40:31 +01:00
Andrew Brygin
454c892638 6663447: D3D: excessive surface data replacements
Reviewed-by: prr, art
2010-10-22 16:57:41 +04:00
Peter Zhelezniakov
7a66e4288e 6993140: protected constructor in javax.swing.plaf.synth.SynthTabbedPaneUI.SynthTabbedPaneUI is needed
Reviewed-by: rupashka
2010-10-22 16:25:56 +04:00
Andrei Dmitriev
1e63f773b1 6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t)
6210739: Need spec clarification of Scrollbar set/getVisibleAmount()

Reviewed-by: anthony
2010-10-22 12:46:48 +04:00
Chris Hegarty
2580a79f30 6947677: InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root
Reviewed-by: alanb
2010-10-22 09:20:09 +01:00
Lana Steuck
74b3f2ef97 6993984: PIT: b116 - Many of the swing test are failing on Solaris
Reviewed-by: anthony, prr
2010-10-21 17:31:43 -07:00
Christine Lu
3dbab834fd Added tag jdk7-b115 for changeset d4a3f4d26885 2010-10-21 17:12:41 -07:00
Lana Steuck
40775a5ab5 Merge 2010-10-21 16:54:47 -07:00
Sergey Malenkov
704780d250 4358979: javax.swing.border should have a DashedBorder
Reviewed-by: flar, alexp
2010-10-21 20:41:20 +04:00
Chris Hegarty
7d22a39cae 6992859: InetAddressCachePolicy.setIfNotSet() fails
Reviewed-by: michaelm
2010-10-21 16:51:09 +01:00
Chris Hegarty
0d92e368ee 6993490: SocketTimeoutException on HTTP keep-alive connections
Reviewed-by: michaelm
2010-10-21 16:49:36 +01:00
Alan Bateman
c6d66451cf 6993267: TEST_BUG: java/nio/file/Path/InterruptCopy.java fails intermittently (win)
Reviewed-by: forax
2010-10-21 14:39:58 +01:00
Alexander Potochkin
eee0c8b959 6989617: Enable JComponent to control repaintings of its children
Reviewed-by: rupashka
2010-10-20 19:37:48 +04:00
Alex Menkov
631d924ad6 6867515: Reduce impact of D3D initializion on startup time
6891435: Improve D3D preloading
6946559: AWTToolKit thread crashes in JNU_GetEnv
6987967: D3D preloading thread should initialize COM

Reviewed-by: igor, art, uta
2010-10-20 15:08:39 +04:00
Masayoshi Okutsu
fbe778aead 6991380: (cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap
6560965: [Fmt-Da] defaultCenturyStart In SimpleDateFormat should be protected
6560980: [Fmt-Da] DateFormatSymbols.cacheLookup doesn't update cache correctly

Reviewed-by: naoto, peytoia
2010-10-20 14:41:39 +09:00
Mandy Chung
d0f3de3b59 6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
Reviewed-by: dholmes, alanb
2010-10-19 10:02:25 -07:00
Mandy Chung
441155f0d9 6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang
Reviewed-by: alanb, dholmes
2010-10-19 09:49:08 -07:00
Lana Steuck
45d07f9520 Merge 2010-10-18 21:50:02 -07:00
Lana Steuck
725109cea1 Merge 2010-10-18 21:46:27 -07:00
Lana Steuck
cfb1ea458c Merge 2010-10-18 21:44:47 -07:00
Yoshito Umaoka
8df28ab0e3 6992272: I18N: Locale.getDisplayName() and toString() return empty if just script is set
Reviewed-by: srl
2010-10-18 14:45:00 -07:00
Lana Steuck
67a5640f22 Merge 2010-10-18 12:43:39 -07:00
Sean Coffey
9b05f554fa 6974104: TEST: sun/nio/ch/6645197.java should be fixed in 1.5.0u25b05 and jdk6 workspace
Reviewed-by: alanb
2010-10-18 18:04:02 +01:00
Chris Hegarty
1ba350e5eb 6992545: FindBugs scan - Malicious code vulnerability Warnings in com.sun.net.httpserver.HttpsParameters.*
Reviewed-by: alanb
2010-10-18 16:51:26 +01:00
Qi Zuo
ce8fb6a9cb Merge 2010-10-18 11:25:28 -04:00
Sean Mullan
3a878bffe5 Merge 2010-10-18 09:05:49 -04:00
Sean Mullan
d207ddff59 6988599: CertificateRevokedException specifies name of authority but interacts with authority instance
Reviewed-by: vinnie
2010-10-18 09:00:28 -04:00
Alan Bateman
a201a9248c Merge 2010-10-18 10:31:11 +01:00
Alan Bateman
7ed3e0a896 4837564: (bf) Please make DirectByteBuffer performance enhancements
Reviewed-by: chegar
2010-10-18 10:29:59 +01:00
Lana Steuck
42fc60ebfd Merge 2010-10-17 19:43:33 -07:00
Lana Steuck
649b50b659 Merge 2010-10-15 11:45:30 -07:00
Jennifer Godinez
1ff2431b71 6804454: RFE: Provide a way to control the printing dpi resolution from MSIE browser print. See also 6801859
Reviewed-by: igor, prr
2010-10-15 11:20:31 -07:00
Sean Mullan
e8bd538cc9 Merge 2010-10-15 10:59:03 -04:00
Sean Mullan
bbded477bb 6954275: XML signatures with reference data larger 16KB and cacheRef on fails to validate
Reviewed-by: xuelei
2010-10-15 10:55:59 -04:00
Alan Bateman
444dc7067b 6743526: (bf) -XX:MaxDirectMemorySize=<size> limits memory usage rather than total capacity as intended
Reviewed-by: chegar
2010-10-15 15:09:37 +01:00
Vladimir Yaroslavskiy
aa1307fc6e 6976036: Dual-pivot quicksort update (10/2010 tune-up)
Reviewed-by: alanb
2010-10-15 12:10:32 +01:00
Andrew Brygin
cd9f7232bb 6984033: imageio vendor references need to change (jdk7 only)
Reviewed-by: prr, ohair
2010-10-15 12:02:06 +04:00
Masayoshi Okutsu
b3cbd07d1a 6638110: (tz) TimeZone.getDisplayName(...) spec is inconsistent with implementation for unavailable locales
Reviewed-by: peytoia
2010-10-15 16:46:18 +09:00
Andrew Brygin
5e04c64e9e 6773022: java.awt.image.SampleModel.getDataElements() does't throw ArrayIndexOutOfBoundsEx for Integer.MAX_V
Reviewed-by: igor, prr
2010-10-15 11:26:43 +04:00
Andrew Brygin
134dfead44 6725821: Compiler warnings in medialib code
Reviewed-by: igor, prr
2010-10-15 10:42:39 +04:00
Christine Lu
77580cfc93 Added tag jdk7-b114 for changeset 59be7b5071f2 2010-10-14 19:25:10 -07:00
Valerie Peng
982b899b40 6850402: Deadlock on sun.security.jca.ProviderConfig starting from jdk7-b55
Reduced the scope of locking

Reviewed-by: vinnie
2010-10-14 18:01:47 -07:00
Valerie Peng
fa55c66665 6988081: Use GetPrimitiveArrayCritical instead GetByteArray to Reduce allocation in some sunpkcs jni wrappers
Changed to use GetPrimitiveArrayCritical for encryption and decryption.

Reviewed-by: vinnie
2010-10-14 17:59:58 -07:00
Kumar Srinivasan
74d4519ed4 6746111: Improve pack200 error message
Reviewed-by: jrose
2010-10-14 14:55:03 -07:00
Kumar Srinivasan
4b93eff932 6982312: (pack200) pack200 fails with the jdk7 class files
Reviewed-by: jrose
2010-10-14 14:41:08 -07:00
Naoto Sato
9fc2bd47e3 6991013: Serialized form for java.util.Locale contains typos
Reviewed-by: peytoia
2010-10-14 12:33:20 -07:00
Naoto Sato
1fdf430197 6575419: Solaris : XSetICFoucs is not called with Java application at appropriate timing
Reviewed-by: okutsu
2010-10-14 11:37:22 -07:00
Lana Steuck
50a3d5d4a0 Merge 2010-10-14 11:07:15 -07:00
Kumar Srinivasan
e17e251af7 6991164: pack source needs vendor rebranding changes (jdk7 only)
Reviewed-by: ohair, jrose
2010-10-14 09:36:05 -07:00
Dmitry Cherepanov
0af2737f3a 6838089: java.awt.Window.setOpacity() doesn't throw IllegalComponentStateException for two-display conf
Reviewed-by: art, anthony
2010-10-14 18:56:18 +04:00
Anthony Petrov
d849b89a03 6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html
Extend iteration to this container in isRecursivelyVisibleUpToHeavyweightContainer()

Reviewed-by: art, dcherepanov
2010-10-14 18:59:15 +04:00
Alexander Potochkin
b269b5a65c 6986385: JLayer should implement accessible interface
Reviewed-by: rupashka
2010-10-14 18:46:05 +04:00
Dmitry Cherepanov
f3d579d254 6991992: Need to forward-port AWT's part of the fix for 6691674
Reviewed-by: art
2010-10-14 18:24:36 +04:00
Artem Ananiev
3ac6dde5fa 6989721: awt native code compiler warnings
Reviewed-by: yan, uta
2010-10-14 14:07:50 +04:00
Pavel Porvatov
6445f22ebc 6984643: Unable to instantiate JFileChooser with a minimal BasicL&F descendant installed
Reviewed-by: alexp
2010-10-14 13:33:00 +04:00
Lana Steuck
0ffa1c4042 Merge 2010-10-13 17:51:41 -07:00
Andrei Dmitriev
bbc2ed3f74 6973199: java/awt/Robot/RobotWheelTest/RobotWheelTest.html failed on JDK7 b102 bug passed on b101
Reviewed-by: art, yan
2010-10-13 17:03:13 +04:00
Sergey Malenkov
571e75371e 6603635: links to tutorials broken in JTable API doc
Reviewed-by: alexp
2010-10-13 15:18:34 +04:00
Yoshito Umaoka
822884735d 6989440: tomcat test from dacapo benchmark fails with ConcurrentModificationException
Reviewed-by: okutsu
2010-10-12 17:09:14 -07:00
Valerie Peng
2ea1ba10a2 6887853: javadoc for java.lang.Classloader should be more clear
Updated the relevant javadoc description of java.lang.ClassLoader class w/ additional clarification.

Reviewed-by: mullan
2010-10-12 17:05:28 -07:00
Lana Steuck
1c0385ff6f Merge 2010-10-12 12:51:48 -07:00
Kumar Srinivasan
6de8a21e10 Merge 2010-10-12 12:20:44 -07:00
Qi Zuo
4712a60841 Merge 2010-10-12 13:34:59 -04:00
Chris Hegarty
8742f245de 6991300: MimeTable is unsafe
Reviewed-by: alanb, michaelm
2010-10-12 17:01:07 +01:00
Anthony Petrov
214842d862 6990352: SplashScreen.getSplashScreen() does not return null for implicitly closed splash screen
Mark the splash screen closed when it happens implicitly

Reviewed-by: art, dcherepanov
2010-10-12 18:20:07 +04:00
Anthony Petrov
bc52d31ebd 6895647: Frame may jump to an unpredicted location upon entering the non-opaque mode on X11
Make sure the size hints are set before mapping the window on the screen

Reviewed-by: art, dcherepanov
2010-10-12 15:52:58 +04:00
Chris Hegarty
9c061c00c8 6989690: java/net native code compiler warnings
Reviewed-by: alanb
2010-10-12 11:11:32 +01:00
Alan Bateman
39bcf3ff5f 6983520: java/io/pathNames/GeneralWin32.java fails with jdk7-b108 (win)
Reviewed-by: sherman
2010-10-12 09:46:17 +01:00
Alan Bateman
79abb3e80f 6728842: File.setReadOnly does not make a directory read-only (win)
6464744: java/io/File/SetAccess.java ignores sticky bit

Reviewed-by: forax
2010-10-12 08:49:33 +01:00
Xueming Shen
48e04c75c5 6984046: java/jar jar/pack source needs vendor rebranding changes (jdk7 only)
Updated to use appropriate vendor name

Reviewed-by: ohair, dholmes
2010-10-11 22:32:55 -07:00