Ivan Gerasimov
|
f853b31306
|
8224716: Javadoc of Int/Long/DoubleSummaryStatistics should mention possible overflow of count
Reviewed-by: bpb
|
2019-06-26 17:06:43 -07:00 |
|
Jesper Wilhelmsson
|
16548883ec
|
Merge
|
2019-06-26 22:16:00 +02:00 |
|
Ivan Gerasimov
|
c9ca2c7a90
|
8224849: Flag (?U:...) is allowed for non-capturing groups
Reviewed-by: bchristi
|
2019-06-25 18:20:21 -07:00 |
|
Vicente Romero
|
b2e7d0367e
|
8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification
Reviewed-by: mchung, mcimadamore
|
2019-06-25 18:21:21 -04:00 |
|
Patrick Concannon
|
5629241827
|
8226730: Missing @ in code tags
Reviewed-by: bpb
|
2019-06-25 16:34:08 +01:00 |
|
Andrew Dinn
|
547e919979
|
8226203: MappedByteBuffer.force method may have no effect on implementation specific map modes
Fix comment for MappedByteBuffer force methods
Reviewed-by: alanb
|
2019-06-21 15:16:03 +01:00 |
|
Jesper Wilhelmsson
|
dc0082255a
|
Merge
|
2019-06-22 02:03:41 +02:00 |
|
Sean Coffey
|
3f0730930d
|
8133489: Better messaging for PKIX path validation matching
Reviewed-by: xuelei
|
2019-06-21 08:07:18 +00:00 |
|
Naoto Sato
|
8f39def1ec
|
8220229: Timezone pattern "OOOO" does not result in the full "GMT+00:00" substring
Reviewed-by: lancea, rriggs
|
2019-06-20 11:21:54 -07:00 |
|
Tagir F. Valeev
|
985e0c53b3
|
8226286: Remove unused method java.lang.Integer::formatUnsignedInt and cleanup Integer/Long classes
Reviewed-by: bpb, redestad
|
2019-06-20 03:32:14 +00:00 |
|
Tagir F. Valeev
|
822c02437a
|
8225339: Optimize HashMap.keySet()/HashMap.values()/HashSet toArray() methods
Reviewed-by: rriggs, redestad, smarks
|
2019-06-14 05:02:58 +00:00 |
|
Michael McMahon
|
247a6a2ce4
|
8216417: cleanup of IPv6 scope-id handling
Reviewed-by: alanb, chegar, dfuchs
|
2019-06-13 09:10:51 +01:00 |
|
Joe Darcy
|
78f3c596a3
|
8225675: Outdated citation of JLS in java.lang.ref.Reference
Reviewed-by: lancea, jjg, mchung
|
2019-06-12 14:14:39 -07:00 |
|
Chris Hegarty
|
5b9c330db8
|
8225651: Missed the @ in a couple of code tags of SocketImpl
Reviewed-by: alanb, dfuchs
|
2019-06-12 16:10:39 +01:00 |
|
Joe Darcy
|
d3dd56d3b2
|
7086604: (reflect) Clarifications to javadoc for getGeneric*Type methods in j.l.r
Reviewed-by: lancea, abuckley
|
2019-06-11 17:20:51 -07:00 |
|
Chris Hegarty
|
b6696bad84
|
8225426: Replace plain with system-default in Socket and ServerSocket
Reviewed-by: alanb, dfuchs
|
2019-06-11 09:21:34 +01:00 |
|
Stuart Marks
|
6758853b54
|
8205131: remove Runtime trace methods
Reviewed-by: lancea, rriggs, iklam
|
2019-06-10 17:33:11 -07:00 |
|
Joe Darcy
|
de1584263d
|
8181869: getAnnotatedParameterTypes%G%@() specification should be clarified
Reviewed-by: lancea
|
2019-06-09 15:21:43 -07:00 |
|
Jim Laskey
|
189345db4a
|
8225448: String::translateEscapes javadoc has accessibility issues
Reviewed-by: jjg
|
2019-06-07 08:47:28 -03:00 |
|
Chris Hegarty
|
752cefa3f2
|
8216988: ServerSocket.implAccept should include warnings about Socket type/state
Reviewed-by: alanb
|
2019-06-07 11:51:27 +01:00 |
|
Joe Darcy
|
a073e354ce
|
8225465: Add @jls tags to receiver type methods
Reviewed-by: lancea, jjg
|
2019-06-06 17:48:06 -07:00 |
|
Ivan Gerasimov
|
4a3b3d365e
|
8225397: Integer value miscalculation in toString() method of BitSet
Reviewed-by: aph
|
2019-06-06 17:20:19 -07:00 |
|
Mark Reinhold
|
332d079057
|
8197927: Allow the system property java.vendor.version to be undefined
Reviewed-by: lancea, mchung, clanger
|
2019-06-06 10:01:36 -07:00 |
|
Jim Laskey
|
9c6c6eae1d
|
8203444: String::formatted (Preview)
Reviewed-by: smarks, rriggs, sherman
|
2019-06-06 12:24:44 -03:00 |
|
Jim Laskey
|
fead01f2c9
|
8223780: String::translateEscapes (Preview)
Reviewed-by: abuckley, vromero, jlahoda, bchristi, igerasim, smarks
|
2019-06-06 12:24:44 -03:00 |
|
Jim Laskey
|
0777a86d68
|
8223775: String::stripIndent (Preview)
Reviewed-by: abuckley, vromero, jlahoda, bchristi, rriggs, smarks
|
2019-06-06 12:24:44 -03:00 |
|
Brian Burkhalter
|
618afc3fa2
|
8219992: Correct the documentation of PrintWriter to refer System.lineSeparator
Reviewed-by: darcy, lancea, rriggs
|
2019-06-06 08:11:25 -07:00 |
|
Joe Darcy
|
c31f5bfa4a
|
8225353: Add @jls links to java.lang.Enum
Reviewed-by: lancea, jjg
|
2019-06-05 10:49:09 -07:00 |
|
Roger Riggs
|
ab88704c67
|
8220238: Enhancing j.l.Runtime/System::gc specification with an explicit 'no guarantee' statement
Reviewed-by: shade, dholmes, mchung, plevart
|
2019-06-05 10:21:02 -04:00 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|