Jim Laskey
|
82796bdebb
|
8320570: NegativeArraySizeException decoding >1G UTF8 bytes with non-ascii characters
Reviewed-by: rriggs
|
2023-12-06 21:55:05 +00:00 |
|
Doug Lea
|
cc25d8b12b
|
8319662: ForkJoinPool trims worker threads too slowly
8319498: ForkJoinPool.invoke(ForkJoinTask) does not specify behavior when task throws checked exception
Reviewed-by: alanb
|
2023-12-06 16:12:59 +00:00 |
|
Adam Sotona
|
0217b5ac8b
|
8321248: ClassFile API ClassModel::verify is inconsistent with the rest of the API
Reviewed-by: jlahoda, mcimadamore
|
2023-12-06 15:32:24 +00:00 |
|
Per Minborg
|
a0920aa436
|
8321159: SymbolLookup.libraryLookup(Path, Arena) Assumes default Filesystem
Reviewed-by: mcimadamore
|
2023-12-06 08:02:52 +00:00 |
|
Brian Burkhalter
|
b0d145097c
|
8321053: Use ByteArrayInputStream.buf directly when parameter of transferTo() is trusted
Reviewed-by: alanb
|
2023-12-05 19:41:12 +00:00 |
|
Roger Riggs
|
155abc576a
|
8311906: Improve robustness of String constructors with mutable array inputs
Co-authored-by: Damon Fenacci <dfenacci@openjdk.org>
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: rgiulietti, thartmann, redestad, dfenacci
|
2023-12-04 18:28:59 +00:00 |
|
Adam Sotona
|
2b00ac0d02
|
8308753: Class-File API transition to Preview
Reviewed-by: ihse, mchung, vromero
|
2023-12-04 07:07:57 +00:00 |
|
Naoto Sato
|
f6be7fdf22
|
8321059: Unneeded array assignments in MergeCollation and CompactByteArray
Reviewed-by: jlu, bpb, rriggs
|
2023-12-01 17:43:28 +00:00 |
|
Pavel Rappo
|
8f1d40b48b
|
8321114: Rename "Unnamed Classes" to "Implicitly Declared Classes" better
Reviewed-by: jlaskey
|
2023-12-01 11:51:25 +00:00 |
|
Alan Bateman
|
2476be4590
|
8320716: ResolvedModule::reads includes self when configuration contains two or more automatic modules
Reviewed-by: mchung
|
2023-12-01 07:31:10 +00:00 |
|
Viktor Klang
|
33b26f79a9
|
8319123: Implement JEP 461: Stream Gatherers (Preview)
Reviewed-by: tvaleev, alanb, psandoz
|
2023-11-30 14:45:23 +00:00 |
|
Jim Laskey
|
04ad98ed32
|
8315458: Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview)
Reviewed-by: jlahoda, mcimadamore, vromero, rriggs, alanb, mchung
|
2023-11-30 12:49:49 +00:00 |
|
Joe Darcy
|
d783aa31a9
|
8320940: Fix typo in java.lang.Double
Reviewed-by: rriggs, iris, shade, lancea, bpb
|
2023-11-29 17:23:14 +00:00 |
|
Michael McMahon
|
a2c5f1fc91
|
8319417: (dc) DatagramChannel.connect undocumented behavior
Reviewed-by: alanb
|
2023-11-29 14:03:39 +00:00 |
|
Darragh Clarke
|
48960df7bc
|
8316734: URLEncoder should specify that replacement bytes will be used in case of coding error
Reviewed-by: dfuchs, alanb
|
2023-11-29 12:59:19 +00:00 |
|
Eirik Bjorsnos
|
99f870c43f
|
8320781: Fix whitespace in j.l.Double and j.u.z.ZipInputStream @snippets
Reviewed-by: lancea, bpb, darcy, jpai
|
2023-11-28 10:20:11 +00:00 |
|
Jan Lahoda
|
0c9a61c185
|
8319220: Pattern matching switch with a lot of cases is unduly slow
Reviewed-by: asotona, vromero
|
2023-11-24 09:05:39 +00:00 |
|
David Holmes
|
c75c38871e
|
8318776: Require supports_cx8 to always be true
Reviewed-by: eosterlund, shade, dcubed
|
2023-11-23 22:23:42 +00:00 |
|
Shaojin Wen
|
61d81d6496
|
8317742: ISO Standard Date Format implementation consistency on DateTimeFormatter and String.format
Reviewed-by: rriggs, naoto
|
2023-11-21 17:00:18 +00:00 |
|
Naoto Sato
|
d6d7bdc774
|
8319817: Charset constructor should make defensive copy of aliases
Reviewed-by: rriggs, alanb, bpb, iris, jpai
|
2023-11-20 17:31:58 +00:00 |
|
Maurizio Cimadamore
|
7f231109c2
|
8319928: Exceptions thrown by cleanup actions should be handled correctly
Reviewed-by: jvernee
|
2023-11-20 15:02:11 +00:00 |
|
Joe Darcy
|
8ff7d6ea0a
|
8295391: Add discussion of binary <-> decimal conversion issues
Reviewed-by: bpb
|
2023-11-18 01:19:25 +00:00 |
|
Brian Burkhalter
|
9727f4bddd
|
8320199: Fix HTML 5 errors in java.math.BigInteger
Reviewed-by: naoto, darcy, lancea, iris
|
2023-11-16 16:55:46 +00:00 |
|
Naoto Sato
|
891d8cfaf2
|
8319986: Invalid/inconsistent description and example for DateFormat
Reviewed-by: joehw, rriggs, jlu, iris, lancea
|
2023-11-15 18:51:25 +00:00 |
|
Justin Lu
|
d5abe49670
|
8319628: DateFormat does not mention IllegalArgumentException for invalid style args
Reviewed-by: naoto
|
2023-11-14 23:37:28 +00:00 |
|
Jorn Vernee
|
9c98270737
|
8254693: Add Panama feature to pass heap segments to native code
Reviewed-by: mcimadamore, lucy, vlivanov
|
2023-11-14 11:19:30 +00:00 |
|
Naoto Sato
|
fe0ccdf5f8
|
8319640: ClassicFormat::parseObject (from DateTimeFormatter) does not conform to the javadoc and may leak DateTimeException
Reviewed-by: rriggs, iris, jlu, joehw
|
2023-11-13 23:42:40 +00:00 |
|
Eamonn McManus
|
965ae72964
|
8319753: Duration javadoc has "period" instead of "duration" in several places
Reviewed-by: rriggs
|
2023-11-13 20:53:30 +00:00 |
|
Justin Lu
|
caf71810f8
|
8318189: ChoiceFormat::format throws undocumented AIOOBE
Reviewed-by: naoto
|
2023-11-12 21:39:43 +00:00 |
|
Raffaello Giulietti
|
a64fc48e2d
|
8319174: Enhance robustness of some j.m.BigInteger constructors
Reviewed-by: rriggs, darcy
|
2023-11-10 10:05:38 +00:00 |
|
Per Minborg
|
f939542104
|
8319324: FFM: Reformat javadocs
Reviewed-by: mcimadamore
|
2023-11-09 15:18:43 +00:00 |
|
Raffaello Giulietti
|
a6785e4d63
|
8318915: Enhance checks in BigDecimal.toPlainString()
Reviewed-by: rriggs, bpb
|
2023-11-08 19:05:22 +00:00 |
|
Claes Redestad
|
7d25f1c6cb
|
8319423: Improve Year.isLeap by checking divisibility by 16
Reviewed-by: naoto, rriggs
|
2023-11-08 15:18:53 +00:00 |
|
Erik Gahlin
|
e841897247
|
8319374: JFR: Remove instrumentation for exception events
Reviewed-by: mgronlun, alanb
|
2023-11-08 13:22:33 +00:00 |
|
Per Minborg
|
73c5f60f41
|
8319556: Harmonize interface formatting in the FFM API
Reviewed-by: mcimadamore
|
2023-11-08 06:12:14 +00:00 |
|
Justin Lu
|
cc4b0d9217
|
8319378: Spec for j.util.Timer::purge and j.util.Timer::cancel could be improved
Reviewed-by: naoto, jpai, rriggs
|
2023-11-07 21:33:33 +00:00 |
|
Mandy Chung
|
8eb6f617b3
|
8319436: Proxy.newProxyInstance throws NPE if loader is null and interface not visible from class loader
Reviewed-by: alanb
|
2023-11-07 17:00:08 +00:00 |
|
Lance Andersen
|
82747132b0
|
8314891: Additional Zip64 extra header validation
Reviewed-by: coffeys
|
2023-11-07 16:52:22 +00:00 |
|
Per Minborg
|
134c382d39
|
8319560: Reformat method parameters in the FFM API
Reviewed-by: mcimadamore
|
2023-11-07 15:05:03 +00:00 |
|
Per Minborg
|
ef8c8408a6
|
8319607: FFM: Review the language in the FFM documentation
Reviewed-by: mcimadamore
|
2023-11-07 14:34:33 +00:00 |
|
Jan Lahoda
|
541ff7149f
|
8318144: Match on enum constants with body compiles but fails with MatchException
Reviewed-by: liach, vromero
|
2023-11-07 12:05:58 +00:00 |
|
Per Minborg
|
42f43c520c
|
8319563: Reformat code in the FFM API
Reviewed-by: mcimadamore
|
2023-11-07 11:39:41 +00:00 |
|
Marc R. Hoffmann
|
419ed90770
|
8319450: New methods java.net.InetXAddress.ofLiteral() miss @since tag
Reviewed-by: dfuchs, aefimov, vtewari, jpai
|
2023-11-07 06:37:45 +00:00 |
|
Jorn Vernee
|
cdf337357a
|
8319316: Clarify text around which layouts a linker supports
Reviewed-by: mcimadamore
|
2023-11-06 15:09:26 +00:00 |
|
Justin Lu
|
ea6a88a0aa
|
8318466: Improve spec of NumberFormat's methods with unsupported operations
Reviewed-by: naoto, iris
|
2023-11-03 17:32:51 +00:00 |
|
Per Minborg
|
be01caf30d
|
8319323: FFM: Harmonize the @throws tags in the javadocs
Reviewed-by: jvernee
|
2023-11-03 12:26:47 +00:00 |
|
Per Minborg
|
cb20a3e7a6
|
8319166: Typos in the JavaDocs for MemorySegment
Reviewed-by: mcimadamore
|
2023-11-02 13:29:27 +00:00 |
|
Hannes Wallnöfer
|
2d4a4d04b8
|
8315921: Invalid CSS declarations in java.lang class documentation
Reviewed-by: jpai, alanb
|
2023-11-02 11:53:54 +00:00 |
|
Justin Lu
|
ee57e731d0
|
8317612: ChoiceFormat and MessageFormat constructors call non-final public method
Reviewed-by: naoto, lancea
|
2023-11-01 21:29:45 +00:00 |
|
Maurizio Cimadamore
|
f262f06c97
|
8319211: Regression in LoopOverNonConstantFP
Reviewed-by: jvernee
|
2023-11-01 17:49:21 +00:00 |
|