Adam Petcher
|
f5a247a85f
|
8171277: Elliptic Curves for Security in Crypto
Implementations of X25519 and X448 key agreement in SunEC
Reviewed-by: mullan
|
2018-05-08 09:47:28 -04:00 |
|
Jim Laskey
|
8139cce3e5
|
8200372: String::trim JavaDoc should clarify meaning of space
Reviewed-by: sundar
|
2018-05-08 09:27:42 -03:00 |
|
Claes Redestad
|
b329be2b75
|
8202548: Use reservation Object when creating SpeciesData
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: psandoz, plevart
|
2018-05-08 10:49:59 +02:00 |
|
Christoph Dreis
|
59d4a62f42
|
8202719: Use Collections.emptyEnumeration where possible
Reviewed-by: martin, psandoz
|
2018-05-08 09:57:45 +02:00 |
|
Rachna Goel
|
78bd242097
|
8191410: Unicode 10
Upgrade to Unicode 10
Reviewed-by: naoto, rriggs, igerasim
|
2018-05-08 11:49:42 +05:30 |
|
Rachna Goel
|
5b3eaaf632
|
8202582: DateTimeFormatterBuilder.parseOffsetBased unnecessarily calls toString()
Call text.subSequence() before calling toString() on input string
Reviewed-by: igerasim
|
2018-05-04 15:44:24 +05:30 |
|
Claes Redestad
|
d1cf230fc1
|
8187123: (reflect) Class#getCanonicalName and Class#getSimpleName is a part of performance issue
Reviewed-by: psandoz, dholmes, mchung
|
2018-05-04 09:29:14 +02:00 |
|
Mandy Chung
|
bd18ef4c18
|
8201793: (ref) Reference object should not support cloning
Reviewed-by: psandoz, kbarrett
|
2018-05-03 11:18:57 -07:00 |
|
Martin Buchholz
|
405f933513
|
8202398: Optimize Arrays.deepHashCode
Reviewed-by: psandoz
|
2018-05-02 11:21:27 -07:00 |
|
Martin Buchholz
|
526a2dbe28
|
8201634: Random seedUniquifier uses incorrect LCG
Correct typo in constant from L'Ecuyer
Reviewed-by: dl, psandoz
|
2018-05-02 11:20:20 -07:00 |
|
Martin Buchholz
|
bb34027591
|
8202397: Typo in X-Buffer javadoc
Reviewed-by: psandoz
|
2018-05-02 11:19:12 -07:00 |
|
Naoto Sato
|
d071f0e344
|
8202484: Unused field in TimeZone
Reviewed-by: lancea
|
2018-05-01 12:37:15 -07:00 |
|
Doug Lea
|
a4c5934169
|
8202373: Forcing eager initialization of CHM$ReservationNode avoids deoptimization
Reviewed-by: martin, psandoz, dholmes, redestad
|
2018-05-01 06:18:48 -07:00 |
|
John Rose
|
d05ed512ac
|
8200167: Validate more special case invocations
Co-authored-by: Vladimir Ivanov <vladimir.x.ivanov@oracle.com>
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Reviewed-by: acorn, vlivanov, dholmes
|
2018-04-30 21:56:54 -04:00 |
|
Jaikiran Pai
|
3e47229057
|
8201545: InetAddress.getByName/getAllByName should clarify empty String behavior
Reviewed-by: chegar
|
2018-04-30 16:13:30 +01:00 |
|
Claes Redestad
|
0f478d2cfd
|
8202419: Avoid creating Permission constants early
Reviewed-by: alanb, mullan
|
2018-04-30 16:27:23 +02:00 |
|
Jan Lahoda
|
f7afa8ff53
|
8202105: Console echo is disabled when exiting jshell
Preserving original terminal echo state when Console.readPassword finishes.
Reviewed-by: sherman, martin
|
2018-04-30 15:03:08 +02:00 |
|
Claes Redestad
|
55725ec33c
|
8201650: Move iteration order randomization of unmodifiable Set and Map to iterators
Reviewed-by: smarks, jiangli
|
2018-04-30 09:15:44 +02:00 |
|
Naoto Sato
|
fafd844bc6
|
8181157: CLDR Timezone name fallback implementation
Reviewed-by: sherman, scolebourne
|
2018-04-26 12:39:15 -07:00 |
|
Claes Redestad
|
dce2872700
|
8202324: Avoid loading FileInput-/OutputStream$AltFinalizer
Reviewed-by: alanb
|
2018-04-26 17:14:04 +02:00 |
|
Joe Darcy
|
15ef60b350
|
8200478: For boxing conversion javac uses Long.valueOf which does not guarantee caching according to its javadoc
Reviewed-by: bpb
|
2018-04-25 22:12:06 -07:00 |
|
Claes Redestad
|
eed00fcf0a
|
8202184: Reduce time blocking the ClassSpecializer cache creating SpeciesData
Reviewed-by: psandoz, plevart
|
2018-04-25 13:54:11 +02:00 |
|
Claes Redestad
|
0bf983846e
|
6805750: Improve handling of Attributes.Name
Reviewed-by: sherman
|
2018-04-23 13:32:00 +02:00 |
|
David M Lloyd
|
883d41fefc
|
6341887: java.util.zip: Add ByteBuffer methods to Inflater/Deflater
Reviewed-by: alanb
|
2018-04-19 10:33:35 -07:00 |
|
Vivek Theeyarath
|
702ac597ad
|
8184693: add Pattern.isEmpty
Added method Pattern.isEmpty
Reviewed-by: forax, chegar, smarks, psandoz, rriggs
|
2018-04-18 10:30:57 -07:00 |
|
Alan Bateman
|
33b921f25d
|
8201315: (se) Allow SelectableChannel.register to be invoked while selection operation is in progress
Reviewed-by: bpb
|
2018-04-18 10:20:09 +01:00 |
|
Stuart Marks
|
5d5303cb87
|
8189981: Improve queuing portability
Reviewed-by: skoivu, rhalade, chegar, igerasim
|
2018-02-02 10:56:12 -08:00 |
|
Paul Sandoz
|
1a23a6264e
|
8194238: Trying exceptions in MethodHandles
Reviewed-by: jrose, vlivanov, ahgross
|
2018-01-24 16:44:31 -08:00 |
|
Paul Sandoz
|
9b54e6d766
|
8194233: Improve support for array handles
Reviewed-by: jrose, vlivanov, ahgross, rhalade
|
2018-01-22 13:27:28 -08:00 |
|
Paul Sandoz
|
d051769f79
|
8193414: Improvements in MethodType lookups
Reviewed-by: ahgross, jrose
|
2017-12-12 16:37:39 -08:00 |
|
Weijun Wang
|
0b873290a4
|
8189977: Improve permission portability
Reviewed-by: rriggs
|
2017-12-06 21:17:19 +08:00 |
|
Chris Hegarty
|
34c03b5907
|
Merge
|
2018-04-17 19:25:50 +01:00 |
|
Xueming Shen
|
1775d925de
|
8194750: Console.readPassword does not save/restore tty settings
Reviewed-by: martin, alanb
|
2018-04-17 11:20:50 -07:00 |
|
Chris Hegarty
|
049184f334
|
Merge
|
2018-04-17 18:18:53 +01:00 |
|
Chris Hegarty
|
a3b61fd4c7
|
8197564: HTTP Client implementation
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Reviewed-by: chegar, dfuchs, michaelm, prappo
|
2018-04-17 08:54:17 -07:00 |
|
Vivek Theeyarath
|
97979a53a1
|
8184692: add Pattern.asMatchPredicate
Reviewed-by: psandoz, rriggs
|
2018-04-16 11:21:32 -07:00 |
|
Naoto Sato
|
1d0e7680e8
|
8201507: Generate alias entries in j.t.f.ZoneName from tzdb at build time
Reviewed-by: erikj, rriggs
|
2018-04-13 10:23:01 -07:00 |
|
Jesper Wilhelmsson
|
468c1c19bb
|
Merge
|
2018-04-13 03:05:19 +02:00 |
|
Claes Redestad
|
f5a681373f
|
8152821: Merge jdk.internal.misc.JavaSecurityAccess and jdk.internal.misc.JavaSecurityProtectionDomainAccess shared secrets
Reviewed-by: mullan
|
2018-04-13 01:04:33 +02:00 |
|
Xueming Shen
|
0b24f2acda
|
8201443: NoSuchMethodException JarFile.open when jar file is used in classpath
Reviewed-by: rriggs, redestad
|
2018-04-12 13:30:58 -07:00 |
|
Claes Redestad
|
9ab38159e8
|
8201494: Avoid early initialization of java.nio.Bits
Reviewed-by: rriggs, alanb
|
2018-04-12 17:23:32 +02:00 |
|
Paul Sandoz
|
d3760023e6
|
8199875: Require first parameter type of a condy bootstrap to be Lookup
Reviewed-by: jrose
|
2018-04-11 11:11:13 -07:00 |
|
Naoto Sato
|
a9e6a67296
|
8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone
Reviewed-by: erikj, sherman
|
2018-04-11 09:14:47 -07:00 |
|
Doug Lea
|
cdd36df363
|
8197531: Miscellaneous changes imported from jsr166 CVS 2018-04
Reviewed-by: martin, psandoz
|
2018-04-10 11:37:18 -07:00 |
|
Doug Lea
|
a4f3a1d9eb
|
8200258: Improve CopyOnWriteArrayList subList code
Reviewed-by: martin, psandoz, smarks
|
2018-04-10 11:33:29 -07:00 |
|
Doug Lea
|
f1e4c3cf6b
|
8200520: forkjoin tasks interrupted after shutdown
Reviewed-by: martin, psandoz, chegar, dholmes
|
2018-04-10 11:29:37 -07:00 |
|
Doug Lea
|
98ede98f5a
|
8200728: Docs (Comparison of Stack and Deque methods) for Deque is not correct
Reviewed-by: martin, psandoz
|
2018-04-10 11:25:46 -07:00 |
|
Claes Redestad
|
c40af49970
|
8201179: Regression due loading java.nio.charset.StandardCharsets during bootstrap
Reviewed-by: sherman, martin
|
2018-04-10 16:16:34 +02:00 |
|
Vivek Theeyarath
|
824df1c125
|
8164781: Pattern.asPredicate specification is incomplete
Updated specification to reflect usage of find()
Reviewed-by: psandoz
|
2018-04-09 10:39:29 -07:00 |
|
Weijun Wang
|
f965fb8986
|
8200792: PKCS12Attribute#hashCode is always constant -1
Reviewed-by: xuelei
|
2018-04-08 11:32:46 +08:00 |
|