Chris Hegarty
|
cc353da44d
|
8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException
Reviewed-by: coffeys, vtewari
|
2019-06-05 13:59:44 +01:00 |
|
Chris Hegarty
|
9fbdec42c4
|
8225214: Socket.getOption(SocketOption) not returning the expected type for the StandardSocketOptions.SO_LINGER
Reviewed-by: alanb
|
2019-06-05 12:02:01 +01:00 |
|
Claes Redestad
|
27d8c3f7b4
|
8224240: Properties.load fails to throw IAE on malformed unicode in certain circumstances
Reviewed-by: smarks, rriggs, dfuchs
|
2019-06-05 10:23:06 +02:00 |
|
Claes Redestad
|
a2f40ec3e1
|
8225179: (regex) Minor Pattern cleanup
Reviewed-by: igerasim
|
2019-06-05 10:07:22 +02:00 |
|
Thomas Stuefe
|
7fa6705cb3
|
8224181: On child process spawn, child may write to random file descriptor instead of the fail pipe
Reviewed-by: rriggs, martin
|
2019-06-05 08:59:17 +02:00 |
|
Weijun Wang
|
64b04922c4
|
8193255: Root Certificates should be stored in text format and assembled at build time
Reviewed-by: clanger, erikj, mullan
|
2019-06-05 09:58:05 +08:00 |
|
Ivan Gerasimov
|
90e6c1cc36
|
8225198: Optimize regex tree for greedy quantifiers of type {N,}
Reviewed-by: redestad, bchristi
|
2019-06-04 18:55:53 -07:00 |
|
Jonathan Gibbons
|
077ecbf2b2
|
8225314: broken links in java.base
Reviewed-by: darcy
|
2019-06-04 15:42:16 -07:00 |
|
Andrey Turbanov
|
9eda28e6ea
|
6394787: Typos in javadoc of OIS.readObjectOverride and OOS.writeObjectOverride
Reviewed-by: alanb, chegar
|
2019-06-04 15:52:26 +01:00 |
|
Prasanta Sadhukhan
|
4651ce7fc9
|
Merge
|
2019-06-03 11:06:24 +05:30 |
|
Claes Redestad
|
1813ce706a
|
8225061: Performance regression in Regex
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Reviewed-by: naoto, alanb
|
2019-06-01 03:18:23 +02:00 |
|
Jonathan Gibbons
|
d2ad9dabdf
|
8225134: Update man-page files
Reviewed-by: erikj, mchung
|
2019-05-31 17:27:28 -07:00 |
|
Phil Race
|
312d66471a
|
8223271: SplashScreen is still shown if defaulting to headless on MacOS
Reviewed-by: bpb, serb, kcr
|
2019-05-30 11:52:23 -07:00 |
|
Naoto Sato
|
8dfd33c2b4
|
8223773: DateTimeFormatter Fails to throw an Exception on Invalid CLOCK_HOUR_OF_AMPM and HOUR_OF_AMPM
Reviewed-by: lancea, scolebourne, rriggs
|
2019-05-31 13:49:35 -07:00 |
|
Chris Hegarty
|
53b022d9eb
|
8224973: URLStreamHandler.openConnection(URL,Proxy) - spec and implementation mismatch
Reviewed-by: alanb, dfuchs
|
2019-05-31 15:02:45 +01:00 |
|
Claes Redestad
|
fd7c38aa35
|
8224986: (str) optimize StringBuilder.append(CharSequence, int, int) for String arguments
Reviewed-by: jlaskey, rriggs
|
2019-05-31 12:20:21 +02:00 |
|
Chris Hegarty
|
89c51948ff
|
8225060: java.net.DefaultInterface invokes NetworkInterface::getInetAddresses without doPriv
Reviewed-by: alanb
|
2019-05-30 18:10:34 +01:00 |
|
Athijegannathan Sundararajan
|
90fb4990ed
|
8224946: jrtfs URI to Path and Path to URI conversions are wrong
Reviewed-by: alanb
|
2019-05-30 17:30:33 +05:30 |
|
Chris Hegarty
|
3ab3ffd29f
|
8224730: java.net.ServerSocket::toString not invoking checkConnect
Reviewed-by: alanb
|
2019-05-30 12:36:04 +01:00 |
|
Alan Bateman
|
7e14aeb133
|
8221481: Reimplement the Legacy Socket API
Reviewed-by: michaelm, chegar
|
2019-05-30 07:19:19 +01:00 |
|
Ivan Gerasimov
|
f5e2916507
|
8224789: Parsing repetition count in regex does not detect numeric overflow
Reviewed-by: rriggs, bchristi
|
2019-05-29 13:44:27 -07:00 |
|
Joe Darcy
|
bc10b6aaff
|
8224012: AnnotatedType implementations of hashCode() lead to StackOverflowError
Reviewed-by: jfranck
|
2019-05-29 09:53:28 -07:00 |
|
Chris Hegarty
|
bc24d17e80
|
8224477: java.net socket types new-style socket option methods - spec and impl mismatch
Reviewed-by: alanb
|
2019-05-29 13:58:05 +01:00 |
|
Harold Seigel
|
cf48689855
|
8224763: Update man pages to show deprecation of -Xverify:none
Add the appropriate deprecation text
Reviewed-by: dholmes, lfoltan
|
2019-05-29 08:21:33 -04:00 |
|
Martin Balao
|
ebf8e1c0ac
|
8223482: Unsupported ciphersuites may be offered by a TLS client
Reviewed-by: xuelei
|
2019-05-28 19:01:38 -03:00 |
|
Jim Laskey
|
4e83c1c4dc
|
8224908: Revert: 8216553: JrtFileSystemProvider getPath(URI) omits /modules element from file path
Reviewed-by: darcy, kbarrett
|
2019-05-28 16:51:28 -03:00 |
|
Sean Coffey
|
61c0225c71
|
8042904: apple.security.KeychainStore.getSalt() calling generateSeed()
Reviewed-by: jnimeh
|
2019-05-28 19:19:58 +01:00 |
|
Joe Darcy
|
f5f5767eae
|
8224783: Javadoc of String strip methods uses link where linkplain would be better
Reviewed-by: lancea, jlaskey
|
2019-05-28 10:54:59 -07:00 |
|
Athijegannathan Sundararajan
|
0c724506b8
|
8216553: JrtFIleSystemProvider getPath(URI) omits /modules element from file path
Reviewed-by: alanb, jlaskey
|
2019-05-28 19:30:30 +05:30 |
|
Lance Andersen
|
2c002e9355
|
8224682: Remove the com.sun.CORBA.ORBIorTypeCheckRegistryFilter security property
Reviewed-by: bchristi
|
2019-05-24 15:06:58 -04:00 |
|
Doug Lea
|
05cd3a7bce
|
8223245: Miscellaneous changes imported from jsr166 CVS 2019-06
Reviewed-by: martin
|
2019-05-24 08:55:03 -07:00 |
|
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 |
|