Ivan Gerasimov
|
b7ea7e93aa
|
8223174: Pattern.compile() can throw confusing NegativeArraySizeException
Reviewed-by: martin
|
2019-05-03 23:00:07 -07:00 |
|
Joe Darcy
|
53a0327f22
|
8223178: Improve FileSystems.newFileSystem example with map factory methods
Reviewed-by: alanb, clanger, bpb
|
2019-05-03 14:09:19 -07:00 |
|
Joe Darcy
|
2f747f3dba
|
8223265: Clarify operational semantics of java.util.Objects.equals()
Reviewed-by: bpb, alanb
|
2019-05-03 09:25:59 -07:00 |
|
Sean Coffey
|
a712b37bd0
|
8217364: Custom URLStreamHandler for jrt or file protocol can override default handler
Reviewed-by: redestad
|
2019-05-02 22:52:51 +01:00 |
|
Lance Andersen
|
5a4cef05d6
|
8218875: Add new FileSystems.newFileSystem methods
Reviewed-by: rriggs, alanb, clanger, dfuchs
|
2019-05-02 17:08:03 -04:00 |
|
Michael McMahon
|
70ea5ab6e1
|
8216978: Drop support for pre JDK 1.4 SocketImpl implementations
Reviewed-by: chegar, alanb, dfuchs
|
2019-05-02 17:29:10 +01:00 |
|
Doug Lea
|
146e92ca8a
|
8220248: fix headings in java.util.concurrent
Reviewed-by: martin, jjg
|
2019-05-02 06:33:28 -07:00 |
|
Doug Lea
|
82b990abc9
|
8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
Reviewed-by: martin, dholmes
|
2019-05-02 06:33:28 -07:00 |
|
Doug Lea
|
9f5e9b5b5f
|
8221120: CopyOnWriteArrayList.set should always have volatile write semantics
Reviewed-by: martin
|
2019-05-02 06:33:28 -07:00 |
|
Adam Farley8
|
d97dd4d554
|
8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: martin, smarks
|
2019-05-02 06:33:28 -07:00 |
|
Claes Redestad
|
c23dc4dfcf
|
8222895: StackOverflowError in custom security manager that relies on ClassSpecializer
Reviewed-by: alanb
|
2019-05-02 10:38:00 +02:00 |
|
Brent Christian
|
aeaa78cb26
|
8221267: Document the jdk.net.URLClassPath.showIgnoredClassPathEntries system property
Reviewed-by: alanb, bpb, lancea
|
2019-05-01 13:07:30 -07:00 |
|
Claes Redestad
|
e7a6cbbd38
|
8222852: Reduce String concat combinator tree shapes by folding constants into prependers
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: shade, plevart, forax
|
2019-04-30 12:54:07 +02:00 |
|
Sean Mullan
|
ed9eac2bb9
|
8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
Reviewed-by: xuelei
|
2019-04-29 14:34:10 -04:00 |
|
Brian Burkhalter
|
daa6cc9267
|
8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer
Reviewed-by: dfuchs, prappo
|
2019-04-29 07:39:16 -07:00 |
|
Vicente Romero
|
c748887332
|
8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy, jlaskey
|
2019-04-26 12:49:51 -04:00 |
|
David Holmes
|
ded4f6b5cf
|
8222518: Remove unnecessary caching of Parker object in java.lang.Thread
Reviewed-by: dcubed, rehn
|
2019-04-26 00:57:03 -04:00 |
|
Alan Bateman
|
2998236d83
|
8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
Reviewed-by: dfuchs, bpb, martin
|
2019-04-25 10:41:49 +01:00 |
|
Claes Redestad
|
5b2d4559b1
|
8215017: Improve String::equals warmup characteristics
Reviewed-by: jlaskey
|
2019-04-11 14:56:52 +02:00 |
|
Naoto Sato
|
395f3ef0c1
|
8222668: Add @since tag to JapaneseEra.REIWA
Reviewed-by: chegar, lancea
|
2019-04-18 17:36:10 -07:00 |
|
Henry Jen
|
930f116ae7
|
Merge
|
2019-04-16 20:47:11 -07:00 |
|
Claes Redestad
|
781fb29580
|
8222484: Specialize generation of simple String concatenation expressions
Reviewed-by: jrose, jlaskey
|
2019-04-17 00:06:38 +02:00 |
|
Henry Jen
|
da6f620059
|
Merge
|
2019-04-15 18:24:37 -07:00 |
|
Sergei Tsypanov
|
9d979eaf56
|
8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName
Reviewed-by: darcy
|
2019-04-11 22:56:11 -04:00 |
|
Claes Redestad
|
8ee30d4fbe
|
8222029: Optimize Math.floorMod
Reviewed-by: aph, darcy
|
2019-04-10 20:03:07 +02:00 |
|
Claes Redestad
|
89a267ca46
|
8221836: Avoid recalculating String.hash when zero
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jrose, adinn
|
2019-04-10 12:05:50 +02:00 |
|
Valerie Peng
|
3b6b6b3cb3
|
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
Add internal Signature init methods to select provider based on both key and parameter
Reviewed-by: xuelei
|
2019-04-10 02:35:18 +00:00 |
|
Ivan Gerasimov
|
eebe346715
|
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
Co-authored-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>
Reviewed-by: igerasim, rriggs
|
2019-04-09 16:32:22 -07:00 |
|
Stuart Marks
|
1aa784cdac
|
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
Reviewed-by: redestad, lancea
|
2019-04-09 09:49:36 -07:00 |
|
Andrew Dinn
|
1c7d214f53
|
8221397: Support implementation-defined Map Modes
Allow implementation-defined extensions to FileChannel MapMode enum
Reviewed-by: alanb
|
2019-04-09 16:21:20 +01:00 |
|
Sean Mullan
|
8b8759de8d
|
8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings
Reviewed-by: weijun
|
2019-04-09 08:56:15 -04:00 |
|
Mandy Chung
|
a5b9e0f7ba
|
8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
Reviewed-by: alanb, dholmes, sundar
|
2019-04-06 21:16:40 +08:00 |
|
Brian Burkhalter
|
049c574933
|
8221597: A typo in the Java API doc for File.getUsableSpace()
Reviewed-by: lancea, darcy
|
2019-04-05 08:37:33 -07:00 |
|
Claes Redestad
|
f7fa05ca72
|
8221921: Implement size() / isEmpty() in immutable collections
Reviewed-by: smarks
|
2019-04-04 23:21:52 +02:00 |
|
Claes Redestad
|
15d989faa4
|
8221981: Simplify Map/List/Set.of() implementation
Reviewed-by: smarks
|
2019-04-04 23:21:24 +02:00 |
|
Claes Redestad
|
3233a6f944
|
8221980: Simplify Optional implementation
Reviewed-by: smarks, clanger
|
2019-04-04 23:19:26 +02:00 |
|
Claes Redestad
|
5c06e0a912
|
8221701: Archive constant BaseLocales
Reviewed-by: naoto
|
2019-04-03 17:06:35 +02:00 |
|
Sean Mullan
|
44b9ab02fe
|
8216381: More limited privilege usage
Reviewed-by: ahgross, coffeys, rhalade
|
2019-02-07 08:47:10 -05:00 |
|
Stuart Marks
|
12efd2fa4f
|
8213432: Better copies of CopiesList
Reviewed-by: rriggs, skoivu, ahgross, robm, rhalade, jeff
|
2019-01-23 14:45:54 -08:00 |
|
Brian Burkhalter
|
724120457a
|
8211936: Better String parsing
Co-authored-by: Joe Darcy <joe.darcy@oracle.com>
Co-authored-by: Paul Hohensee <hohensee@amazon.com>
Reviewed-by: bpb, darcy
|
2019-01-22 09:45:30 -08:00 |
|
Naoto Sato
|
dc3c9c8439
|
8220224: With CLDR provider, NumberFormat.format could not handle locale with number extension correctly
Reviewed-by: darcy
|
2019-03-22 09:31:36 -07:00 |
|
Brian Burkhalter
|
954c66afed
|
8078860: (spec) InputStream.read(byte[] b, int off, int len) claims to not affect element b[off]
Reviewed-by: lancea, darcy, rriggs
|
2019-03-22 08:18:26 -07:00 |
|
Jonathan Gibbons
|
2df0f4b4dd
|
8220249: fix headings in java.compiler
Reviewed-by: erikj, darcy
|
2019-03-20 15:35:26 -07:00 |
|
Chris Hegarty
|
42b8e78a7a
|
8153508: ContentHandler API contains link to private contentPathProp
Reviewed-by: dfuchs, vtewari
|
2019-03-20 08:33:33 +00:00 |
|
Chris Hegarty
|
5ee0711360
|
8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP)
Reviewed-by: alanb, michaelm
|
2019-03-19 14:27:50 +00:00 |
|
Chris Hegarty
|
8de73b3995
|
8220719: Allow other named NetPermissions to be used
Reviewed-by: mullan, alanb
|
2019-03-17 08:26:38 +00:00 |
|
Ivan Gerasimov
|
c07c8d3eea
|
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
Reviewed-by: prappo, dholmes, rriggs
|
2019-03-16 15:05:21 -07:00 |
|
Alan Bateman
|
8743be63c4
|
8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Reviewed-by: chegar
|
2019-03-16 19:44:12 +00:00 |
|
Brian Burkhalter
|
7211761cab
|
8219876: (bf) Improve IndexOutOfBoundsException messages in $Type$Buffer classes
Reviewed-by: alanb, rriggs
|
2019-03-15 16:24:07 -07:00 |
|
Chris Hegarty
|
d79c644852
|
8179549: Typo in network properties documentation
Reviewed-by: clanger, coffeys
|
2019-03-15 14:50:57 +00:00 |
|