Doug Lea
|
ae0b26613c
|
8220478: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out intermittently
8223379: Clarify ForkJoinPool.getStealCount() javadoc
Reviewed-by: martin
|
2019-05-24 08:51:04 -07:00 |
|
Doug Lea
|
5892b0663f
|
8224176: Fix inconsistencies in @jls tags in java.util.concurrent
Reviewed-by: martin, darcy, jjg
|
2019-05-24 08:43:40 -07:00 |
|
Doug Lea
|
579854e397
|
8224698: ConcurrentSkipListMap.java does not compile with the Eclipse Java Compiler
Reviewed-by: martin, clanger, smarks, dfuchs
|
2019-05-24 08:39:37 -07:00 |
|
Deepak Kejriwal
|
9a193f38a3
|
8214563: Use {@systemProperty} in specification of system properties in java.nio packages
8214565: Use {@systemProperty} for definitions of system properties
Reviewed-by: alanb, rriggs
|
2019-05-23 12:36:54 +05:30 |
|
Christoph Langer
|
fd67f8ee69
|
8223553: Fix code constructs that do not compile with the Eclipse Java Compiler
Reviewed-by: smarks, dfuchs
|
2019-05-24 07:56:29 +01:00 |
|
Ivan Gerasimov
|
500ed0a5a8
|
7061590: Javadoc issues in Charset and StandardCharsets
Reviewed-by: alanb, jjg
|
2019-05-23 13:48:16 -07:00 |
|
Naoto Sato
|
93fabcdc5a
|
8221431: Support for Unicode 12.1
Reviewed-by: erikj, rriggs
|
2019-05-23 12:21:21 -07:00 |
|
Claes Redestad
|
617a981cc4
|
8224202: Speed up Properties.load
Reviewed-by: rriggs, igerasim
|
2019-05-23 18:43:47 +02:00 |
|
Henry Jen
|
f30500c679
|
8215156: Deprecate the -Xfuture option
Reviewed-by: dholmes
|
2019-05-22 21:45:47 -07:00 |
|
Valerie Peng
|
74d45e481d
|
7107615: scalability bloker in javax.crypto.JceSecurity
Change to use ConcurrentHashMap instead of syncing on whole method
Reviewed-by: xuelei, alanb, dfuchs
|
2019-05-22 21:38:16 +00:00 |
|
Dmitry Chuyko
|
7a1ce223b9
|
8220072: GCC 8.3 reports errors in java.base
Reviewed-by: rriggs
|
2019-05-22 21:33:58 +03:00 |
|
Vicente Romero
|
ff2fa1e422
|
8223914: specification of j.l.c.MethodTypeDesc::of should document better the exceptions thrown
Reviewed-by: rriggs
|
2019-05-22 09:26:48 -04:00 |
|
Claes Redestad
|
d3ccef96e5
|
8224589: Improve startup behavior of SecurityProperties
Reviewed-by: alanb
|
2019-05-22 13:19:04 +02:00 |
|
Henry Jen
|
b1de49766f
|
8218997: Xusage text, man help, etc doesn't mention -Xlog option
Reviewed-by: dholmes
|
2019-05-21 20:14:30 -07:00 |
|
Ivan Gerasimov
|
218204b1a3
|
8223593: Refactor code for reallocating storage
Reviewed-by: prappo, plevart, rriggs, smarks
|
2019-05-21 18:40:29 -07:00 |
|
Naoto Sato
|
8f1d837e99
|
8224105: Cannot parse JapaneseDate string on some specified locales
Reviewed-by: bchristi
|
2019-05-21 13:40:56 -07:00 |
|
Vicente Romero
|
94619467c8
|
8223725: j.l.c.MethodHandleDesc::of throws undocumented exception IllegalArgumentException
Reviewed-by: rriggs
|
2019-05-21 15:59:46 -04:00 |
|
Vicente Romero
|
6002c4e426
|
8223723: j.l.c.MethodTypeDesc.dropParameterTypes throws the undocumented exception: IllegalArgumentException
Reviewed-by: rriggs
|
2019-05-21 15:44:00 -04:00 |
|
Joe Darcy
|
6930e80c31
|
8224175: Fix inconsistencies in @jls and @jvms tags
Reviewed-by: jjg, rfield
|
2019-05-20 17:29:44 -07:00 |
|
Jonathan Gibbons
|
2ad2cce6e0
|
8223663: Update links for tool guides
Reviewed-by: alanb, erikj, darcy
|
2019-05-20 10:57:57 -07:00 |
|
Joe Darcy
|
867d84d731
|
8224174: java.lang.Number has a default constructor
Reviewed-by: rriggs, bpb
|
2019-05-20 10:16:45 -07:00 |
|
Arthur Eubanks
|
4b7ada1a92
|
8223214: Inet6AddressImpl.loopbackAddress() should choose loopback address that is available
Reviewed-by: chegar
|
2019-05-15 09:15:59 -07:00 |
|
Vicente Romero
|
917645194b
|
8223803: j.l.c.MethodTypeDesc::insertParameterTypes doesn't control type of parameters
Reviewed-by: rriggs
|
2019-05-17 13:16:07 -04:00 |
|
Roger Riggs
|
e6c52060dc
|
8220166: Performance regression in deserialization (4-6% in SPECjbb)
Reviewed-by: shade, dholmes, alanb
|
2019-05-17 10:48:02 -04:00 |
|
Rajan Halade
|
05736da72d
|
8223499: Remove two DocuSign root certificates that are expiring
Reviewed-by: mullan
|
2019-05-16 12:36:08 -07:00 |
|
Vicente Romero
|
fa2ea6a6d8
|
8223726: j.l.c.MethodTypeDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy
|
2019-05-16 13:34:33 -04:00 |
|
Andrew Dinn
|
772ad03cb5
|
8224042: Add private alignDown method to MappedByteBuffer
Use alignDown method to round addresses down to page boundary
Reviewed-by: stuefe, mikael, alanb
|
2019-05-16 15:45:46 +01:00 |
|
Alan Bateman
|
a817ac3456
|
8223442: java/nio/channels/SocketChannel/AdaptorStreams.java testConcurrentTimedReadWrite3(): failure
Reviewed-by: michaelm
|
2019-05-16 17:06:53 +01:00 |
|
Arthur Eubanks
|
4e1d7a6caa
|
8223532: Don't try creating IPv4 sockets in NetworkInterface.c if IPv4 is not supported
Reviewed-by: dfuchs, chegar
|
2019-05-07 16:18:21 -07:00 |
|
Rajan Halade
|
47a39418fa
|
8222136: Remove two Comodo root CA certificates that are expiring
Reviewed-by: mullan
|
2019-05-15 13:22:29 -07:00 |
|
Arthur Eubanks
|
23301277c5
|
8223737: Fix HostsFileNameService for IPv6 literal addresses
Reviewed-by: chegar, msheppar
|
2019-05-10 17:13:02 -07:00 |
|
Prasanta Sadhukhan
|
dfe0ca547b
|
Merge
|
2019-05-14 11:23:08 +05:30 |
|
Ivan Gerasimov
|
1d0e182e42
|
8223730: URLClassLoader.findClass() can throw IndexOutOfBoundsException
Reviewed-by: prappo, bchristi
|
2019-05-13 18:18:42 -07:00 |
|
Weijun Wang
|
0f56400907
|
8223063: Support CNG RSA keys
Reviewed-by: mullan
|
2019-05-14 08:47:13 +08:00 |
|
Phil Race
|
8ca1211aab
|
8212700: Change the mechanism by which JDK loads the platform-specific AWT Toolkit
Reviewed-by: serb, rriggs
|
2019-05-10 16:22:35 -07:00 |
|
Jayathirth D V
|
f123015ce0
|
Merge
|
2019-05-08 11:59:18 +05:30 |
|
Sandhya Viswanathan
|
707c30fae6
|
8222074: Enhance auto vectorization for x86
Reviewed-by: kvn, vlivanov
|
2019-05-07 13:33:27 -07:00 |
|
Phil Race
|
1b03f22dff
|
Merge
|
2019-05-07 11:52:28 -07:00 |
|
Michael McMahon
|
7e142d54bf
|
8223457: java.net.ServerSocket protected constructor should throw NPE if impl null
Reviewed-by: dfuchs
|
2019-05-07 15:39:33 +01:00 |
|
Phil Race
|
5c2948942f
|
8222819: Remove setting of headless property on MacOS from launcher code
Reviewed-by: serb, rriggs
|
2019-05-03 17:06:42 -07:00 |
|
Phil Race
|
501a6f3423
|
Merge
|
2019-05-02 10:48:56 -07: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 |
|
Alan Malloy
|
5a496e21d5
|
8219202: Use Unsynchronized StringBuilder in sun.net.www.ParseUtil
Reviewed-by: chegar
|
2019-04-29 17:54:15 -07: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 |
|
Phil Race
|
d43616c60a
|
8130266: Change the mechanism by which JDK loads the platform-specific GraphicsEnvironment class
Reviewed-by: serb, bchristi
|
2019-04-29 10:16:58 -07:00 |
|
Ivan Gerasimov
|
4f02d011b0
|
8222955: Optimize String.replace(CharSequence, CharSequence) for common cases
Reviewed-by: redestad, tvaleev
|
2019-05-06 18:07:55 -07:00 |
|
Vicente Romero
|
c7faef0785
|
8219483: j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null
Reviewed-by: darcy
|
2019-05-06 14:47:55 -04:00 |
|