Weijun Wang
|
f834557ae0
|
8258915: Temporary buffer cleanup
Reviewed-by: valeriep
|
2021-04-22 18:11:43 +00:00 |
|
Raffaello Giulietti
|
fa82d47591
|
8264514: HexFormat implementation tweaks
Reviewed-by: rriggs
|
2021-04-22 13:54:41 +00:00 |
|
Patrick Concannon
|
28af31db34
|
8263668: Update java.time to use instanceof pattern variable
Reviewed-by: lancea, ryadav, naoto, rriggs, dfuchs, scolebourne, chegar
|
2021-04-22 10:17:43 +00:00 |
|
Joe Darcy
|
9e7c748db5
|
8265700: Regularize throws clauses in BigDecimal
Reviewed-by: bpb
|
2021-04-21 22:04:17 +00:00 |
|
Ian Graves
|
b337f63361
|
8037397: RegEx pattern matching loses character class after intersection (&&) operator
Reviewed-by: rriggs
|
2021-04-21 15:45:52 +00:00 |
|
Peter Levart
|
98cb81b381
|
8265237: String.join and StringJoiner can be improved further
Reviewed-by: rriggs, redestad
|
2021-04-21 10:32:03 +00:00 |
|
Brian Burkhalter
|
2fcd920adc
|
8261183: Follow on to Make lists of normal filenames
Reviewed-by: alanb, rriggs, rhalade
|
2021-04-20 21:45:53 +00:00 |
|
Brian Burkhalter
|
4471789aca
|
8253799: Make lists of normal filenames
Reviewed-by: alanb, rhalade
|
2021-04-20 21:45:52 +00:00 |
|
Sean Mullan
|
7232e3c704
|
8249906: Enhance opening JARs
Reviewed-by: weijun, rhalade, mschoene
|
2021-04-20 21:45:52 +00:00 |
|
Claes Redestad
|
5303ccb885
|
8265135: Reduce work initializing VarForms
Reviewed-by: psandoz, mchung
|
2021-04-19 14:39:31 +00:00 |
|
Jorn Vernee
|
c88714875d
|
8265079: Implement VarHandle invoker caching
Reviewed-by: redestad, vlivanov, psandoz, mchung
|
2021-04-19 11:36:55 +00:00 |
|
Michael McMahon
|
d9e19f16f0
|
8265226: (dc) API note in DatagramChannel.open should link to StandardProtocolFamily.UNIX
Reviewed-by: iris, alanb
|
2021-04-19 09:31:52 +00:00 |
|
Ian Graves
|
0bdc3e7a41
|
8262744: Formatter '%g' conversion uses wrong format for BigDecimal rounding up to limits
Reviewed-by: rriggs, bpb
|
2021-04-16 20:05:48 +00:00 |
|
Brian Burkhalter
|
e89fd15189
|
8261301: StringWriter.flush() is NOOP but documentation does not indicate it
Reviewed-by: naoto, rriggs
|
2021-04-15 20:19:40 +00:00 |
|
Joe Darcy
|
80026d81a4
|
8265174: Update Class.getDeclaredMethods to discuss synthetic and bridge methods
Reviewed-by: jfranck
|
2021-04-14 16:15:54 +00:00 |
|
Michael McMahon
|
4661690981
|
8262883: doccheck: Broken links in java.base
Reviewed-by: lancea
|
2021-04-14 15:00:14 +00:00 |
|
Claes Redestad
|
7006070fa3
|
8265061: Simplify MethodHandleNatives::canBeCalledVirtual
Reviewed-by: jvernee, mchung
|
2021-04-13 10:39:35 +00:00 |
|
Rafael Winterhalter
|
9dd96257c6
|
8263763: Synthetic constructor parameters of enum are not considered for annotation indices
Reviewed-by: darcy, jfranck
|
2021-04-12 21:01:08 +00:00 |
|
Chris Hegarty
|
3c9858ddfb
|
8264827: Large mapped buffer/segment crash the VM when calling isLoaded
Reviewed-by: alanb, mcimadamore
|
2021-04-12 11:21:34 +00:00 |
|
Conor Cleary
|
a45733f840
|
8264779: Fix doclint warnings in java/nio
Reviewed-by: chegar, iris, alanb, naoto
|
2021-04-09 08:50:33 +00:00 |
|
Jorn Vernee
|
b7baca7f32
|
8264288: Performance issue with MethodHandle.asCollector
Reviewed-by: jrose, vlivanov
|
2021-04-05 20:05:07 +00:00 |
|
Jim Laskey
|
a0ec2cb289
|
8248862: Implement Enhanced Pseudo-Random Number Generators
Reviewed-by: darcy
|
2021-04-05 16:29:18 +00:00 |
|
Doug Lea
|
cec66cf8ef
|
8264572: ForkJoinPool.getCommonPoolParallelism() reports always 1
Reviewed-by: alanb
|
2021-04-02 22:44:20 +00:00 |
|
Naoto Sato
|
6c145c4768
|
8264544: Case-insensitive comparison issue with supplementary characters.
Co-authored-by: Chris Johnson <chriswjohnson.jdk@gmail.com>
Reviewed-by: joehw, iris, alanb
|
2021-04-02 16:32:45 +00:00 |
|
Joe Darcy
|
b953386de1
|
8264609: Number.{byteValue, shortValue} spec should use @implSpec
Reviewed-by: psandoz, bpb
|
2021-04-01 19:46:56 +00:00 |
|
Joe Darcy
|
815248ab27
|
8264148: Update spec for exceptions retrofitted for exception chaining
Reviewed-by: rriggs, smarks
|
2021-03-30 19:59:59 +00:00 |
|
Roger Riggs
|
8cf1c62c34
|
8263754: HexFormat 'fromHex' methods should be static
Reviewed-by: redestad, naoto, chegar
|
2021-03-29 20:38:10 +00:00 |
|
Andrey Turbanov
|
fbbd98ba53
|
8264029: Replace uses of StringBuffer with StringBuilder in java.base
Reviewed-by: shade
|
2021-03-29 13:31:25 +00:00 |
|
Joe Darcy
|
259319669c
|
8264161: BigDecimal#stripTrailingZeros can throw undocumented ArithmeticException
Reviewed-by: bpb
|
2021-03-25 20:42:34 +00:00 |
|
Brian Burkhalter
|
b006f22f1f
|
4833719: (bf) Views of MappedByteBuffers are not MappedByteBuffers, and cannot be forced
Reviewed-by: adinn
|
2021-03-25 15:30:50 +00:00 |
|
Aleksei Voitylov
|
133a63b4a1
|
8263968: CDS: java/lang/ModuleLayer.EMPTY_LAYER should be singleton
Reviewed-by: iklam, dholmes, alanb, redestad
|
2021-03-24 16:32:36 +00:00 |
|
Patrick Concannon
|
329697b02e
|
8263358: Update java.lang to use instanceof pattern variable
Reviewed-by: iris, chegar, mchung, dfuchs
|
2021-03-24 09:57:22 +00:00 |
|
Weijun Wang
|
0b2aa1b605
|
8263978: Clarify why 0 argument is ignored in SecureRandom::setSeed
Reviewed-by: valeriep
|
2021-03-23 22:23:37 +00:00 |
|
Kim Barrett
|
2425462a84
|
8263903: Use Cleaner instead of finalize to auto stop Timer thread
Reviewed-by: dholmes, alanb, bchristi, rriggs, mchung
|
2021-03-23 21:16:35 +00:00 |
|
Kim Barrett
|
47ef038977
|
8263905: Remove finalize methods for SocketInput/OutputStream
Reviewed-by: alanb, vtewari, dfuchs, mchung
|
2021-03-23 20:54:23 +00:00 |
|
Brian Burkhalter
|
d7268fa3a6
|
8251942: PrintStream specification is not clear which flush method is automatically invoked
Reviewed-by: dfuchs, alanb
|
2021-03-23 16:06:21 +00:00 |
|
Brian Burkhalter
|
8fa34e4043
|
8241619: (fs) Files.newByteChannel(path, Set.of(CREATE_NEW, READ)) does not throw a FileAlreadyExistsException when the file exists
Reviewed-by: alanb
|
2021-03-23 16:03:59 +00:00 |
|
Andrey Turbanov
|
233536263e
|
8264032: Improve thread safety of Runtime.version()
Reviewed-by: shade, alanb
|
2021-03-23 13:21:44 +00:00 |
|
Daniel Fuchs
|
9dad857ede
|
8263080: Obsolete relationship in MulticastSocket API documentation.
Reviewed-by: alanb
|
2021-03-23 10:39:42 +00:00 |
|
Naoto Sato
|
96e5c3f1e0
|
8263890: Broken links to Unicode.org
Reviewed-by: redestad, joehw, iris
|
2021-03-19 21:48:36 +00:00 |
|
Alex Blewitt
|
77ebc11038
|
8263892: More modifier order fixes in java.base
Reviewed-by: naoto, iris, redestad
|
2021-03-19 21:06:24 +00:00 |
|
Alex Blewitt
|
b49c589340
|
8263658: Use the blessed modifier order in java.base
Reviewed-by: rriggs, redestad
|
2021-03-19 13:06:58 +00:00 |
|
Claes Redestad
|
57497ab0ca
|
8263821: Remove unused MethodTypeForm canonicalization codes
Reviewed-by: mchung
|
2021-03-19 10:52:13 +00:00 |
|
Valerie Peng
|
434a399bea
|
8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
Reviewed-by: ascarpino, xuelei
|
2021-03-18 23:23:19 +00:00 |
|
Brian Burkhalter
|
fa0f1614ff
|
8263742: (bf) MappedByteBuffer.force() should use the capacity as its upper bound
Reviewed-by: adinn, alanb
|
2021-03-18 21:12:33 +00:00 |
|
Claes Redestad
|
63eae8fac2
|
8260605: Various java.lang.invoke cleanups
Reviewed-by: mchung
|
2021-03-18 12:47:57 +00:00 |
|
Jaikiran Pai
|
9225a23023
|
8263108: Class initialization deadlock in java.lang.constant
Reviewed-by: vtewari, plevart, chegar
|
2021-03-18 01:45:07 +00:00 |
|
Joe Darcy
|
99b39aadbd
|
8262807: Note assumptions of core reflection modeling and parameter handling
Reviewed-by: rriggs
|
2021-03-17 21:58:48 +00:00 |
|
Joe Darcy
|
26234b5333
|
8254979: Class.getSimpleName() returns non-empty for lambda and method
Reviewed-by: rriggs, mchung
|
2021-03-17 20:24:51 +00:00 |
|
Joe Darcy
|
24afa36d5c
|
8263726: divideToIntegralValue typo on BigDecimal documentation
Reviewed-by: bpb
|
2021-03-17 16:58:20 +00:00 |
|