Martin Buchholz
5e152d5fcb
8062185: Unpaired braces in javadoc
...
Reviewed-by: psandoz
2014-10-27 16:24:43 -07:00
Roger Riggs
868afbd8bd
8048124: Read hijra-config-umalqura.properties as a resource
...
8061533: HijrahChronology should use Integer.parseInt
Removed use of calendar.properties to configure calendars, move UmmAlQura calendar to resource; minor cleanup using parseInt
Reviewed-by: alanb, chegar
2014-10-27 15:59:12 -04:00
Weijun Wang
64881fb307
8059485: Resolve parsing ambiguity
...
Reviewed-by: mullan, vinnie
2014-10-08 19:13:57 +08:00
Jamil Nimeh
48ac606390
8057555: Less cryptic cipher suite management
...
Reviewed-by: xuelei, igerasim, mullan, asmotrak
2014-10-02 11:20:48 -07:00
Mark Sheppard
c1aaf5dc04
8056264: Multicast support improvements
...
Avoid passing a null ifname string to GetStringUTFChars native fn calls within a NetworkInterface method call flows
Reviewed-by: chegar, alanb
2014-09-12 16:11:40 +01:00
Michael McMahon
4ed0514033
8048035: Ensure proper proxy protocols
...
Reviewed-by: alanb, chegar
2014-09-10 10:33:43 +01:00
Vladimir Ivanov
0c95b0fb5f
8060483: NPE with explicitCastArguments unboxing null
...
Reviewed-by: attila, lagergren
2014-10-24 08:22:17 -07:00
Kumar Srinivasan
06ca522eff
8061830: [asm] refresh internal ASM version v5.0.3
...
Reviewed-by: psandoz, sundar
2014-10-24 06:18:00 -07:00
Alejandro Murillo
f0c02512ea
Merge
2014-10-21 13:56:58 -07:00
Valerie Peng
dc60e274ff
8046002: Move Ucrypto to the open jdk repo
...
Move Ucrypto related sources, tests to openJDK
Reviewed-by: mullan
2014-10-20 21:18:48 +00:00
Sean Mullan
4725c25095
8058547: Memory leak in ProtectionDomain cache
...
Reviewed-by: weijun
2014-10-20 12:54:36 -04:00
Alejandro Murillo
d89ff24e1a
Merge
2014-10-17 07:58:57 -07:00
Kirk Shoop
d03eadea27
8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows
...
Co-authored-by: Valeriy Kopylov <v-valkop@microsoft.com>
Reviewed-by: alanb
2014-10-19 11:52:53 +01:00
Michael McMahon
80b26e5882
8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
...
Reviewed-by: chegar
2014-10-17 10:59:32 +01:00
Jamil Nimeh
823f5f273e
8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input
...
Reviewed-by: weijun
2014-10-15 11:43:27 -07:00
Aleksey Shipilev
c25af2a638
8060485: (str) contentEquals checks the String contents twice on mismatch
...
Reviewed-by: martin, chegar, alanb
2014-10-14 19:35:03 +02:00
Daniel D. Daugherty
ba69f3e290
Merge
2014-10-10 08:29:38 -07:00
Alejandro Murillo
9dc15d58dc
Merge
2014-10-10 02:24:41 -07:00
Kumar Srinivasan
0624731881
8059973: Broken link in Class Pack200
...
Reviewed-by: mchung
2014-10-09 13:28:15 -07:00
Frederic Parain
fee63b862f
8057777: Cleanup of old and unused VM interfaces
...
Reviewed-by: coleenp, hseigel, alanb, sherman
2014-10-09 04:48:12 -07:00
Jason Uh
6ca1b64883
8037550: Update RFC references in javadoc to RFC 5280
...
Reviewed-by: mullan
2014-10-07 22:23:19 -07:00
Ivan Gerasimov
cb935d3522
8059840: (bb) Typo in javadoc for ByteBuffer.wrap()
...
Reviewed-by: dfuchs
2014-10-07 14:00:24 +04:00
Vladimir Ivanov
0ffc994611
Merge
2014-10-03 19:42:47 +00:00
Vladimir Ivanov
af1868b9ea
8058892: FILL_ARRAYS and ARRAYS are eagely initialized in MethodHandleImpl
...
Reviewed-by: kvn, shade
2014-10-03 11:45:36 -07:00
Ivan Gerasimov
629f38682e
8059450: Not quite correct code sample in javadoc
...
Reviewed-by: chegar
2014-10-01 23:10:34 +04:00
Vinnie Ryan
562f2882bd
8059462: Typo in keytool resource file
...
Reviewed-by: weijun
2014-09-30 13:25:04 +01:00
Bradford Wetmore
3bfea67a9d
8058845: Update JCE environment for build improvements
...
Reviewed-by: mullan, alanb, erikj, mchung, katleman
2014-09-26 17:05:05 -07:00
Masayoshi Okutsu
77dc5d3c63
8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
...
Reviewed-by: naoto
2014-09-26 12:52:18 +09:00
Vinnie Ryan
aeecc19f04
8056026: Debug security logging should print Provider used for each crypto operation
...
Reviewed-by: mullan
2014-09-25 12:24:19 +01:00
Brent Christian
c0f7675bb7
8050142: Optimize java.util.Formatter
...
Reviewed-by: sherman, bchristi, lagergren
2014-09-24 15:02:19 -07:00
Aleksey Shipilev
e3bda3bd0a
8058643: (str) Re-examine hashCode implementation
...
Reviewed-by: martin, alanb, sherman, redestad
2014-09-24 09:43:10 -07:00
Brian Burkhalter
a5187396f5
4477961: java.lang.Math.toDegrees(double) could be optimized
...
Change toDegrees() and toRadians() to multiplication by a compile-time constant.
Reviewed-by: mduigou, shade
2014-09-22 16:59:23 -07:00
Sandipan Razzaque
24028df237
8043740: Doubles with large exponents overflow to Infinity incorrectly
...
Modify test of exponent overflow to account for subsequent decrement.
Reviewed-by: darcy
2014-09-22 10:41:45 -07:00
Claes Redestad
579e48fd60
8055032: Improve numerical parsing in java.net and sun.net
...
Reviewed-by: alanb
2014-09-19 16:34:59 +02:00
Jason Uh
1f56f49cd0
8047223: Add algorithm parameter to EncodedKeySpec class and its two subclasses
...
Reviewed-by: mullan
2014-09-16 13:20:51 -07:00
Martin Buchholz
865fe20405
8058550: Clarify that TimerTasks are not reusable
...
Reviewed-by: alanb, chegar
2014-09-18 16:25:50 -07:00
Aleksey Shipilev
20abfd774a
8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
...
Reviewed-by: vlivanov, jrose
2014-09-18 18:33:05 +04:00
Vladimir Ivanov
475c0a767a
8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
...
Reviewed-by: jrose
2014-09-16 18:05:03 +04:00
Vladimir Ivanov
e490ad1e61
8058291: Missing some checks during parameter validation
...
Reviewed-by: jrose
2014-09-16 18:05:01 +04:00
Robert Gibson
f5de6e9460
8057793: BigDecimal is no longer effectively immutable
...
Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend.
Reviewed-by: darcy
2014-09-15 13:05:04 -07: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
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
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
Ivan Gerasimov
a7cd12f10a
8067951: System.loadLibrary cannot find library when path contains quoted entry
...
Reviewed-by: sherman, rriggs, alanb
2015-01-19 19:12:11 +03:00
Joe Darcy
9800aaa84a
8060077: Class.toGenericString specification doesn't mention array types
...
Reviewed-by: psandoz, jfranck
2015-01-16 14:04:27 -08:00
Xueming Shen
f97da65885
8042262: Javadoc typo in java.util.Formatter
...
To fix the simple typo in java doc
Reviewed-by: rriggs, lancea
2015-01-16 13:46:39 -08:00
Claes Redestad
31f50fcff9
8068736: Avoid synchronization on Executable/Field.declaredAnnotations
...
Reviewed-by: jfranck, psandoz
2015-01-16 12:41:36 +01:00