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 |
|
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 |
|
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 |
|
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 |
|
Rajan Halade
|
47a39418fa
|
8222136: Remove two Comodo root CA certificates that are expiring
Reviewed-by: mullan
|
2019-05-15 13:22:29 -07:00 |
|