Brian Burkhalter
|
2bdfa836ad
|
8262742: (fs) Add Path::resolve with varargs string
Reviewed-by: alanb
|
2023-07-24 19:59:17 +00:00 |
|
Sergey Tsypanov
|
d8f2e9ae3b
|
8310530: PipedOutputStream.flush() accesses sink racily
Reviewed-by: dfuchs, bpb, liach, rriggs
|
2023-07-24 16:24:40 +00:00 |
|
Doug Lea
|
8d1ab57065
|
8301341: LinkedTransferQueue does not respect timeout for poll()
8300663: java/util/concurrent/SynchronousQueue/Fairness.java failed with "Error: fair=true i=0 j=1"
8267502: JDK-8246677 caused 16x performance regression in SynchronousQueue
Reviewed-by: alanb
|
2023-07-22 10:41:42 +00:00 |
|
Andrey Turbanov
|
f4ba7b2198
|
8312414: Make java.util.ServiceLoader.LANG_ACCESS final
Reviewed-by: alanb, jpai
|
2023-07-21 16:49:37 +00:00 |
|
Mandy Chung
|
d7b9416406
|
8199149: Improve the exception message thrown by VarHandle of unsupported operation
Reviewed-by: liach, jvernee
|
2023-07-20 20:21:32 +00:00 |
|
Naoto Sato
|
bae2247938
|
8308591: JLine as the default Console provider
Reviewed-by: alanb
|
2023-07-20 16:11:13 +00:00 |
|
Pavel Rappo
|
9fa944e63f
|
8312019: Simplify and modernize java.util.BitSet.equals
Reviewed-by: rriggs, martin
|
2023-07-20 13:54:45 +00:00 |
|
Chen Liang
|
5d57b5c2f0
|
6983726: Reimplement MethodHandleProxies.asInterfaceInstance
Co-authored-by: Mandy Chung <mchung@openjdk.org>
Reviewed-by: jvernee, mchung
|
2023-07-20 00:59:28 +00:00 |
|
Pavel Rappo
|
b5b6f4e7a7
|
8312164: Refactor Arrays.hashCode for long, boolean, double, float, and Object arrays
Reviewed-by: rriggs, vtewari
|
2023-07-19 17:21:19 +00:00 |
|
Raffaello Giulietti
|
14cf035681
|
8302987: Add uniform and spatially equidistributed bounded double streams to RandomGenerator
Reviewed-by: darcy
|
2023-07-19 16:48:54 +00:00 |
|
Joe Darcy
|
e5ecbff69e
|
8312203: Improve specification of Array.newInstance
Reviewed-by: bpb, mchung
|
2023-07-18 22:40:12 +00:00 |
|
Hai-May Chao
|
ecd0bc1d62
|
8300596: Enhance Jar Signature validation
Reviewed-by: mullan, rhalade, mschoene, weijun
|
2023-07-18 21:17:08 +00:00 |
|
Lance Andersen
|
fff7e1ad00
|
8302483: Enhance ZIP performance
Reviewed-by: ahgross, alanb, rhalade, coffeys
|
2023-07-18 21:17:07 +00:00 |
|
Mandy Chung
|
b4dce0d624
|
8310814: Clarify the targetName parameter of Lookup::findClass
Reviewed-by: liach, rriggs, bchristi
|
2023-07-18 16:07:35 +00:00 |
|
Pavel Rappo
|
1dfb0fb3e2
|
8311188: Simplify and modernize equals and hashCode in java.text
Reviewed-by: lancea, naoto, rriggs
|
2023-07-18 15:12:09 +00:00 |
|
Alan Bateman
|
fbe51e388d
|
8312127: FileDescriptor.sync should temporarily increase parallelism
Reviewed-by: shade, bpb
|
2023-07-18 05:13:14 +00:00 |
|
Chen Liang
|
201e3bcf52
|
8291065: Creating a VarHandle for a static field triggers class initialization
Reviewed-by: mchung, psandoz
|
2023-07-18 00:58:25 +00:00 |
|
Cesar Soares Lucas
|
a53345ad03
|
8287061: Support for rematerializing scalar replaced objects participating in allocation merges
Reviewed-by: kvn, vlivanov
|
2023-07-17 23:01:35 +00:00 |
|
Pavel Rappo
|
5cc71f817f
|
8312089: Simplify and modernize equals, hashCode, and compareTo in java.nio and implementation code
Reviewed-by: alanb, vtewari
|
2023-07-17 22:27:48 +00:00 |
|
Justin Lu
|
6a09992dbd
|
8311968: Clarify Three-letter time zone IDs in java.util.TimeZone
Reviewed-by: naoto, lancea
|
2023-07-17 21:00:49 +00:00 |
|
Jorn Vernee
|
69a46c25cc
|
8310157: Allow void-returning filters for MethodHandles::collectCoordinates
Reviewed-by: mcimadamore
|
2023-07-17 14:53:37 +00:00 |
|
Joe Darcy
|
19691fab48
|
6361826: (reflect) provide method for mapping strings to class object for primitive types
Reviewed-by: rriggs, mchung
|
2023-07-14 20:18:23 +00:00 |
|
Alan Bateman
|
92a04e201e
|
8311867: StructuredTaskScope.shutdown does not interrupt newly started threads
Reviewed-by: jpai
|
2023-07-13 07:33:01 +00:00 |
|
Stuart Marks
|
743e8b8e0a
|
8306785: fix deficient spliterators for Sequenced Collections
Reviewed-by: psandoz
|
2023-07-12 23:45:42 +00:00 |
|
Brian Burkhalter
|
ed9337e665
|
8155902: DataOuputStream should clarify that it might write primitive types as multiple byte groups
Reviewed-by: alanb, djelinski, lancea, rriggs
|
2023-07-12 18:14:56 +00:00 |
|
Stuart Marks
|
f82c8184b2
|
8308694: Clarify reversed() default methods' implementation requirements
Reviewed-by: rriggs
|
2023-07-12 16:10:41 +00:00 |
|
Justin Lu
|
6cb9ec32a6
|
6960866: [Fmt-Ch] ChoiceFormat claims impossible and unimplemented functionality
Reviewed-by: naoto
|
2023-07-11 17:12:02 +00:00 |
|
Naoto Sato
|
00c7f914c6
|
8310047: Add UTF-32 based Charsets into StandardCharsets
Reviewed-by: alanb, lancea, bpb, jpai, jlu
|
2023-07-11 16:10:34 +00:00 |
|
Naoto Sato
|
63f32fbe97
|
8311528: Remove IDE specific SuppressWarnings
Reviewed-by: lancea, bpb, jlu
|
2023-07-10 17:07:26 +00:00 |
|
Maurizio Cimadamore
|
6569b252b9
|
8311593: Minor doc issue in MemorySegment::copy
Reviewed-by: jvernee
|
2023-07-10 15:04:21 +00:00 |
|
Alan Bateman
|
623cfcd04b
|
8310892: ScopedValue throwing StructureViolationException should be clearer
Reviewed-by: dfuchs, jpai
|
2023-07-10 12:33:29 +00:00 |
|
Pavel Rappo
|
2cffef2120
|
8311290: Improve java.lang.ref.Cleaner rendered documentation
Reviewed-by: rriggs
|
2023-07-05 14:10:44 +00:00 |
|
Pavel Rappo
|
7b3c2dc5f4
|
8311122: Fix typos in java.base
Reviewed-by: darcy, naoto, mchung, iris, mli, mullan
|
2023-07-04 19:03:09 +00:00 |
|
Mandy Chung
|
b9198f9931
|
8254566: Clarify the spec of ClassLoader::getClassLoadingLock for non-parallel capable loader
Reviewed-by: dholmes, darcy
|
2023-07-03 16:04:35 +00:00 |
|
Chen Liang
|
8c8e9d911d
|
8309819: Clarify API note in Class::getName and MethodType::toMethodDescriptorString
Reviewed-by: mchung
|
2023-06-30 23:37:53 +00:00 |
|
Pavel Rappo
|
e3a7e020d2
|
8311162: Simplify and modernize equals and hashCode for java.net
Reviewed-by: dfuchs, michaelm, msheppar
|
2023-06-30 15:17:23 +00:00 |
|
Roger Riggs
|
11fd34e196
|
8310241: OffsetDateTime compareTo redundant computation
Reviewed-by: naoto
|
2023-06-29 21:05:37 +00:00 |
|
Joe Darcy
|
d97966266e
|
8311115: Type in java.lang.reflect.AccessFlag.METHOD_PARAMETER
Reviewed-by: bpb, jlaskey, mchung
|
2023-06-29 20:31:57 +00:00 |
|
Naoto Sato
|
a995aa6cd1
|
8310232: java.time.Clock$TickClock.millis() fails in runtime when tick is 1 microsecond
Reviewed-by: iris, rriggs, jpai
|
2023-06-29 16:15:02 +00:00 |
|
shaojin.wensj
|
20f7d05ef2
|
8310502: Optimization for j.l.Long.fastUUID()
Reviewed-by: liach, alanb
|
2023-06-29 13:37:32 +00:00 |
|
Jaikiran Pai
|
8f5a38488c
|
8311032: Empty value for java.protocol.handler.pkgs system property can lead to unnecessary classloading attempts of protocol handlers
Reviewed-by: dfuchs
|
2023-06-29 01:30:46 +00:00 |
|
Jorn Vernee
|
7fffdb5e60
|
8310405: Linker.Option.firstVariadicArg should specify which index values are valid
Reviewed-by: mcimadamore
|
2023-06-28 17:32:33 +00:00 |
|
Joe Darcy
|
4bce38c6d7
|
8310830: typo in the parameter name in @throws of ClassDesc::ofDescriptor
Reviewed-by: bpb, rriggs, mchung
|
2023-06-27 19:30:59 +00:00 |
|
Jim Laskey
|
315242b741
|
8310975: java.util.FormatItemModifier should not be protected
Reviewed-by: alanb, darcy, iris, lancea
|
2023-06-27 18:45:37 +00:00 |
|
Naoto Sato
|
ec45bd64d5
|
8310182: DateTimeFormatter date formats (ISO_LOCAL_DATE) separated with hyphen, not dash
Reviewed-by: rriggs, darcy, iris, lancea
|
2023-06-27 16:13:20 +00:00 |
|
Chen Liang
|
2bd4136bdb
|
8310849: Pattern matching for instanceof and arrayType cleanup in j.l.invoke and j.l.reflect
Reviewed-by: mchung, darcy
|
2023-06-27 16:10:50 +00:00 |
|
Pavel Rappo
|
f6133edb08
|
8310890: Normalize identifier names
Reviewed-by: naoto, rriggs
|
2023-06-27 15:47:29 +00:00 |
|
Brian Burkhalter
|
58bb6555e7
|
8222329: Readable read(CharBuffer) does not specify that 0 is returned when there is no remaining space in buffer
Reviewed-by: rriggs, lancea, alanb
|
2023-06-27 15:28:01 +00:00 |
|
Adam Sotona
|
990e3a700d
|
8308899: Introduce Classfile context and improve Classfile options
8306650: Improve control of stack maps generation in Classfile API
8308646: Typo in ConstantValueAttribute
Reviewed-by: mcimadamore
|
2023-06-27 05:05:17 +00:00 |
|
Jonathan Gibbons
|
46add3f8e3
|
8310909: java.io.InvalidObjectException has redundant @since tag
Reviewed-by: lancea, naoto, bpb, darcy, iris
|
2023-06-26 22:24:32 +00:00 |
|