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
Ivan Gerasimov
5d6a7146ba
8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
...
Reviewed-by: alanb
2014-09-25 00:19:11 +04: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
Ivan Gerasimov
2426fa797f
8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
...
Reviewed-by: alanb
2014-09-13 20:06:15 +04: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
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
Jiangli Zhou
21f7f36b9e
8044269: Analysis of archive files
...
Add checksum verification.
Reviewed-by: iklam, dholmes, mschoene
2014-08-14 21:46:27 -04:00
Chris Hegarty
2daf96018c
8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
...
Reviewed-by: michaelm
2014-09-12 15:51:22 +01:00
Valerie Peng
0cade9c5f1
8039898: sunpkcs11-solaris.cfg should be in solaris specific directory
...
Move from src/java.base/share/conf/security/ to src/jdk.crypto.pkcs11/solaris/conf/security
Reviewed-by: erikj, ihse
2014-09-11 17:06:35 +00:00
Claes Redestad
bf02343a72
8057936: java.net.URLClassLoader.findClass uses exceptions in control flow
...
Reviewed-by: alanb, chegar, dholmes, mr
2014-09-11 15:51:46 +01:00
John Rose
dbbce7862e
8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:52 +04:00
John Rose
30f687e214
8057042: LambdaFormEditor: derive new LFs from a base LF
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:52 +04:00
John Rose
f74266a5a4
8056926: Improve caching of GuardWithTest combinator
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:52 +04:00
John Rose
afe2dd89e4
8057657: Annotate LambdaForm parameters with types
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:51 +04:00
John Rose
563b1c73a4
8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:51 +04:00
John Rose
67504740bd
8057654: Extract checks performed during MethodHandle construction into separate methods
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:51 +04:00
John Rose
70c6eaee97
8050887: Intrinsify constants for default values
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
9c80853676
8050884: Intrinsify ValueConversions.identity() functions
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
f365de576b
8050877: Improve code for pairwise argument conversions and value boxing/unboxing
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
d565c3701f
8050200: Make LambdaForm intrinsics detection more robust
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
8940954741
8050057: Improve caching of MethodHandle reinvokers
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:49 +04:00
John Rose
fb7b2acc12
8050174: Support overriding of isInvokeSpecial flag in WrappedMember
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:49 +04:00
John Rose
71bae4addc
8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:49 +04:00
John Rose
2f4b5e8534
8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:48 +04:00
John Rose
6a177f43fb
8050053: Improve caching of different invokers
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:48 +04:00
John Rose
da56d3f6d1
8050052: Small cleanups in java.lang.invoke code
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:47 +04:00
Vladimir Ivanov
0898161932
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
...
Reviewed-by: psandoz, iignatyev
2014-09-10 19:19:47 +04:00
John Rose
693c89e3b9
8038261: JSR292: cache and reuse typed array accessors
...
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:47 +04:00