8434 Commits

Author SHA1 Message Date
Doug Lea
01112ca52a 8056249: Improve CompletableFuture resource usage
Reviewed-by: psandoz, chegar, martin
2014-09-01 13:33:28 +02:00
Mandy Chung
6888358c94 8055314: Update refactoring for new loader
Reviewed-by: mullan, ahgross, igerasim
2014-08-29 20:16:35 -07:00
Martin Buchholz
95a1c8965d 8056951: pico-optimize contains(Object) methods
Use idiiom >= 0 consistently to check for valid index

Reviewed-by: mduigou
2014-08-29 14:50:15 -07:00
Alan Bateman
2689839d79 8029516: (fs) WatchKey cancel unreliable on Windows
Reviewed-by: chegar
2014-09-05 12:18:31 +01:00
Doug Lea
7eb2dc516c 8056248: Improve ForkJoin thread throttling
Reviewed-by: psandoz, martin
2014-09-05 10:54:28 +02:00
Yong Jeffrey Huang
95232def75 8055222: ISO 4217 Amendment #159
Reviewed-by: naoto
2014-09-04 00:32:43 -07:00
Sean Coffey
9295c94484 8057076: Correct exception message in CertAndKeyGen.java
Reviewed-by: mullan
2014-09-02 22:23:04 +01:00
Naoto Sato
2cbff3dfc4 8038436: Re-examine the mechanism to determine available localedata and cldrdata
Reviewed-by: alanb, mchung, okutsu
2014-09-02 14:11:38 -07:00
Martin Buchholz
3951dda4cf 8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
Fix off-by-one bug in EXTSIG handling; add docs.

Reviewed-by: sherman, alanb
2014-08-29 12:07:11 -07:00
Phil Race
1b9cab9346 Merge 2014-09-12 10:33:32 -07:00
Claes Redestad
52682ab314 8058230: Improve java.sql toString formatting
Reviewed-by: lancea
2014-09-12 17:34:13 +02:00
Ivan Gerasimov
2f0e7c08db 8056310: Cleanup in WinNTFileSystem_md.c
Reviewed-by: alanb
2014-08-29 18:11:04 +04:00
Alex Henrie
e4ff32f580 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true
Reviewed-by: anthony, azvegint
2014-08-29 15:27:29 +04:00
Dmitry Samersoff
b330581064 8049226: com/sun/jdi/OptionTest.java test times out again
Don't call jni_FatalError if transport initialization fails

Reviewed-by: sspitsyn, sla
2014-08-28 05:20:02 -07:00
Michael McMahon
77d0374290 8055299: HttpsURLConnection.equals() broken
Reviewed-by: chegar, xuelei
2014-08-28 10:17:55 +01:00
Clemens Eisserer
e185c7ed20 8054638: xrender: text drawn after setColor(Color.white) is actually black
Reviewed-by: bae, prr
2014-08-27 08:29:39 -07:00
Ivan Gerasimov
e164c8603b 8054714: Use StringJoiner where it makes the code cleaner
Reviewed-by: psandoz, redestad
2014-08-27 22:08:19 +04:00
Jamil Nimeh
014b2d0c84 8046656: Update protocol support
Reviewed-by: xuelei, wetmore, igerasim, mullan, asmotrak
2014-08-26 17:09:05 -07:00
Peter Levart
4029366de9 8047769: SecureRandom should be more frugal with file descriptors
Introduce FileInputStreamPool to cache open FileInputStreams

Reviewed-by: wetmore, alanb, chegar
2015-01-21 12:49:53 +01:00
Paul Sandoz
80fd7677b8 8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
Reviewed-by: chegar, lancea, alanb
2015-01-21 09:46:24 +00:00
Doug Lea
595be219a4 8068432: Inconsistent exception handling in CompletableFuture.thenCompose
Reviewed-by: psandoz, chegar, martin
2015-01-21 09:46:21 +00:00
Andrew Brygin
305fd1b6c4 8040617: [macosx] Large JTable cell results in a OutOfMemoryException
Reviewed-by: serb, prr
2014-08-26 14:10:10 +01:00
Phil Race
7fdf99b47b Merge 2014-08-25 10:43:59 -07:00
Martin Buchholz
619ef479f3 8055949: ByteArrayOutputStream capacity should be maximal array size permitted by VM
Try to resize to "well-known" hotspot max array size first.

Reviewed-by: alanb, mduigou
2014-08-25 10:40:55 -07:00
Mandy Chung
6533d2dc01 8055230: Rename attach provider implementation class be platform neutral
Reviewed-by: alanb, chegar, dfuchs, dholmes, erikj, sla
2014-08-26 14:35:33 -07:00
Alejandro Murillo
7bded9c7bf Merge 2014-08-26 11:43:19 -07:00
Ivan Gerasimov
515d0c0a23 8055421: (fs) bad error handling in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
Reviewed-by: martin, alanb
2014-08-26 15:55:35 +04:00
Peter Levart
250fbb065a 8049228: Improve multithreaded scalability of InetAddress cache
7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate

Reviewed-by: michaelm
2014-08-24 21:52:16 +02:00
Phil Race
44b0c90f74 8039271: CMM profile files (cmm/*) should not be in ${java.home}/lib
Reviewed-by: bae, mchung, erikj
2014-08-22 11:02:00 -07:00
Phil Race
9dfd479248 Merge 2014-08-22 10:33:05 -07:00
Alejandro Murillo
04bb1f355b Merge 2014-08-22 10:03:18 -07:00
Michael McMahon
01ea2212b1 8053963: (dc) Use DatagramChannel.receive() instead of read() in connect
Reviewed-by: alanb, chegar
2014-08-21 17:51:29 +01:00
Sergey Bylokhov
38351161f0 8054801: Memory leak in jdk/src/windows/native/sun/windows/awt_InputMethod.cpp
Reviewed-by: alexsch, prr
2014-08-21 18:48:12 +04:00
Chris Hegarty
27d481fa82 8055955: (ch) Remove unnecessary initialization of InetAddress from FileChannel
Reviewed-by: alanb
2014-08-26 10:19:56 +01:00
Weijun Wang
34e103f04b 8055901: Update policytool for jdk.net.NetworkPermission
Reviewed-by: michaelm
2014-08-26 16:42:31 +08:00
Staffan Larsen
c46b22661c 8043981: Remove the JPDA demo
Reviewed-by: alanb
2014-08-26 07:57:03 +02:00
Staffan Larsen
8df06738ca 8043936: Drop HPROF as demo, keep as HPROF agent shipped with JDK
Reviewed-by: erikj, alanb
2014-08-26 07:55:08 +02:00
Serguei Spitsyn
4305150d0e Merge 2014-08-20 17:06:01 -07:00
Brian Burkhalter
0bbb54fff6 8054720: Modifications of I/O methods for instrumentation purposes
Wrap some native methods in Java methods.

Reviewed-by: rriggs
2014-08-20 11:30:13 -07:00
Weijun Wang
ad58f36cb5 8055373: Typo in InquireType.java
Reviewed-by: mullan
2014-08-20 10:49:54 +08:00
Phil Race
7c69c612eb 8055201: JNI exception pending in jdk/src/solaris/native/sun/awt/CUPSfuncs.c
Reviewed-by: bae, serb
2014-08-19 14:38:25 -07:00
David Dehaven
95bd42de0f Merge 2014-08-19 11:03:55 -07:00
David Dehaven
81d2d33d87 Merge 2014-08-19 10:34:07 -07:00
David Dehaven
b0860e6b99 Merge 2014-08-19 10:32:16 -07:00
Masayoshi Okutsu
46c981faef 8055088: Optimization for locale resources loading isn't working
Reviewed-by: naoto
2014-08-19 16:02:48 +09:00
Weijun Wang
391a556d14 8054817: File ccache only recognizes Linux and Solaris defaults
Reviewed-by: mullan
2014-08-19 14:30:12 +08:00
Joe Darcy
63e180a9a7 8055254: Address source incompatability of JSlider generification
Reviewed-by: anthony, serb
2014-08-18 09:51:52 -07:00
Chris Hegarty
ecac8938b5 Merge 2014-08-18 14:03:21 +01:00
Sean Mullan
84233e7acc 7026255: Methods of Subject that throw SecurityException do not specify what permissions are required
Reviewed-by: xuelei
2014-08-18 08:45:08 -04:00
Chris Hegarty
7d146ee898 Merge 2014-08-18 10:59:36 +01:00