Mark Reinhold
0267284c52
8338611: java.lang.module specification wording not aligned with JEP 261
...
Reviewed-by: alanb
2024-08-20 18:50:17 +00:00
Vladimir Petko
285ceb9ee5
8336529: (fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble
...
Reviewed-by: bpb, alanb
2024-08-20 15:51:40 +00:00
Chen Liang
b442003048
8338623: StackCounter adding extraneous slots for receiver invoke instructions
...
Reviewed-by: asotona
2024-08-20 14:44:37 +00:00
Jaikiran Pai
686eb233d5
8336817: Several methods on DatagramSocket and MulticastSocket do not specify behaviour when already closed or connected
...
Reviewed-by: dfuchs, alanb
2024-08-20 12:28:56 +00:00
Chen Liang
68d1f5c33b
8338543: ClassBuilder withMethod builders should cache the method type symbol
...
Reviewed-by: asotona
2024-08-20 05:43:04 +00:00
Alan Bateman
2766b09e29
8338452: (dc) DatagramChannelImpl.blockingReceive with timeout may block indefinitely if all datagrams blocked by SecurityManager
...
Reviewed-by: dfuchs
2024-08-19 12:57:29 +00:00
Adam Sotona
f0fe31383a
8338564: Remove obsolete AbstractNamedEntry::equals method
...
Reviewed-by: liach
2024-08-19 12:57:17 +00:00
Chen Liang
961e944fa7
8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation
...
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: asotona
2024-08-16 15:48:54 +00:00
Pavel Rappo
07352c6744
8338398: Trivially fix grammar and typos
...
Reviewed-by: aivanov
2024-08-16 14:06:10 +00:00
Shaojin Wen
5022109b2a
8336856: Efficient hidden class-based string concatenation strategy
...
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
2024-08-16 13:18:02 +00:00
Andrey Turbanov
60c9b5cd9f
8337839: Make a few fields in MergeCollation static
...
Reviewed-by: jpai, naoto
2024-08-16 08:49:18 +00:00
Shaojin Wen
74066bcca8
8338409: Use record to simplify code
...
Reviewed-by: redestad, liach
2024-08-15 22:57:33 +00:00
Chen Liang
ace496515f
8338406: BytecodeHelpers using wrong bootstrap method descriptor for condy
...
Reviewed-by: asotona
2024-08-15 17:50:34 +00:00
Sonia Zaldana Calles
56dec215b0
8338014: Improve usage of @jvms tags in class file API
...
Reviewed-by: darcy, liach, asotona
2024-08-15 13:28:25 +00:00
John Engebretson
a5d948fb98
8332842: Optimize empty CopyOnWriteArrayList allocations
...
Reviewed-by: shade, alanb
2024-08-14 14:11:53 +00:00
Alan Bateman
58b9570544
8338142: (dc) DatagramChannelImpl.blockingReceive can use untimed-park when no timeout set
...
Reviewed-by: dfuchs
2024-08-13 16:05:38 +00:00
Chen Liang
6af1d6ff21
8335927: Revisit AnnotationConstantValueEntry and AnnotationValue.OfConstant
...
Reviewed-by: asotona
2024-08-13 15:14:06 +00:00
Viktor Klang
fbe4cc96e2
8336384: AbstractQueuedSynchronizer.acquire should cancel acquire when failing due to a LinkageError or other errors
...
Reviewed-by: alanb
2024-08-13 09:51:08 +00:00
Andrey Turbanov
82d5768c1b
8337840: Remove redundant null check in ObjectOutputStream.writeProxyDesc
...
Reviewed-by: rriggs
2024-08-09 07:20:01 +00:00
Roger Riggs
bfb75b9626
8336926: jdk/internal/util/ReferencedKeyTest.java can fail with ConcurrentModificationException
...
Reviewed-by: bpb, shade, dfuchs
2024-08-08 16:53:38 +00:00
Joe Darcy
78773b1769
8338015: Fix "Java Java" typo in package info file of java.lang.classfile
...
Reviewed-by: jiefu, jpai, liach
2024-08-08 15:52:17 +00:00
Turkhan Badalov
1846a65e32
8337205: Typo in Stack vs Deque Method table in Deque specification
...
Reviewed-by: liach
2024-08-08 05:34:32 +00:00
Naoto Sato
d19ba81ce1
8337603: Change in behavior with -Djava.locale.useOldISOCodes=true
...
Reviewed-by: iris, bpb
2024-08-07 15:58:03 +00:00
Naoto Sato
ff634a9670
8337506: Disable "best-fit" mapping on Windows command line
...
Reviewed-by: alanb
2024-08-06 20:11:21 +00:00
Jan Lahoda
958786b28f
8332522: SwitchBootstraps::mappedEnumLookup constructs unused array
...
Reviewed-by: liach, redestad
2024-08-06 09:07:44 +00:00
Per Minborg
219e1eb13a
8337712: Wrong javadoc in java.util.Date#toString(): "61" and right parenthesis
...
Reviewed-by: rgiulietti
2024-08-05 15:06:38 +00:00
Viktor Klang
d3e7b0c12a
8336462: ConcurrentSkipListSet Javadoc incorrectly warns about size method complexity
...
Reviewed-by: jpai
2024-08-05 10:56:21 +00:00
Brian Burkhalter
8bd3cd5156
8337716: ByteBuffer hashCode implementations are inconsistent
...
Reviewed-by: alanb, liach
2024-08-04 15:42:51 +00:00
fabioromano1
367e0a6556
8334755: Asymptotically faster implementation of square root algorithm
...
Reviewed-by: rgiulietti
2024-08-03 13:08:54 +00:00
Mark Powers
f1fa64b6b6
4966250: SSLSessionContext.setSessionTimeout() documentation could be updated
...
Reviewed-by: mullan
2024-08-01 16:37:20 +00:00
Chen Liang
93c19ac73c
8337219: AccessFlags factories do not require necessary arguments
...
Reviewed-by: asotona
2024-07-30 17:41:49 +00:00
Chen Liang
6154a2129b
8336032: Enforce immutability of Lists used by ClassFile API
...
Reviewed-by: asotona
2024-07-30 17:41:38 +00:00
Chen Liang
ab27090aa0
8337225: Demote maxStack and maxLocals from CodeModel to CodeAttribute
...
Reviewed-by: asotona
2024-07-29 21:58:08 +00:00
Justin Lu
bd36b6ae5d
8337285: Examine java.text.DecimalFormat API for api/implXxx tag usage
...
Reviewed-by: naoto, liach
2024-07-29 19:28:14 +00:00
Jan Kratochvil
db168d9e10
8336966: Alpine Linux x86_64 compilation error: sendfile64
...
Reviewed-by: bpb
2024-07-29 09:18:56 +00:00
Shaojin Wen
2fbdbacad7
8337245: Fix wrong comment of StringConcatHelper
...
Reviewed-by: phh, redestad
2024-07-27 22:54:47 +00:00
Shaojin Wen
5ff7c57f9f
8337168: Optimize LocalDateTime.toString
...
Reviewed-by: liach, naoto
2024-07-26 12:10:21 +00:00
Shaojin Wen
7f11935461
8337167: StringSize deduplication
...
Reviewed-by: liach, rriggs
2024-07-26 07:08:33 +00:00
Brian Burkhalter
8c28f25e13
8337124: (fs) sun.nio.fs.WindowsSecurity.enablePrivilege should pin when continuations supported
...
Reviewed-by: jpai, alanb
2024-07-25 20:59:48 +00:00
Weijun Wang
b5b5a5b8e5
8336667: IAE in DerInputStream.toByteArray
...
Reviewed-by: valeriep
2024-07-25 17:11:59 +00:00
Alan Bateman
6e228ce382
8336254: Virtual thread implementation + test updates
...
Reviewed-by: sspitsyn, kevinw
2024-07-25 04:59:01 +00:00
Shaojin Wen
0898ab7f74
8336741: Optimize LocalTime.toString with StringBuilder.repeat
...
Reviewed-by: liach, rriggs, naoto
2024-07-24 22:39:49 +00:00
Andrey Turbanov
e716f5ed53
8336755: Remove unused UNALIGNED field from view buffers
...
Reviewed-by: alanb, liach, bpb
2024-07-24 20:26:11 +00:00
Justin Lu
5a8861a3a1
8336847: Use pattern match switch in NumberFormat classes
...
Reviewed-by: liach, naoto
2024-07-24 20:14:00 +00:00
Justin Lu
9e8e359513
8336787: Examine java.text.Format API for implSpec usage
...
Reviewed-by: liach
2024-07-24 20:08:13 +00:00
Naoto Sato
4ea4d7c684
8336679: Add @implSpec for the default implementations in Process.waitFor()
...
Reviewed-by: bpb, jlu, liach
2024-07-24 16:48:34 +00:00
Jaikiran Pai
04e8cb8641
8336815: Several methods in java.net.Socket and ServerSocket do not specify behavior when already bound, connected or closed
...
Reviewed-by: alanb
2024-07-24 15:43:53 +00:00
Chen Liang
332df83e7c
8336927: Missing equals and hashCode in java.lang.classfile.Annotation
...
Reviewed-by: asotona
2024-07-24 12:13:15 +00:00
Shaojin Wen
476d2ae69d
8336831: Optimize StringConcatHelper.simpleConcat
...
Reviewed-by: liach, redestad, rriggs
2024-07-23 20:21:08 +00:00
Ben Perez
4c91d5cb41
8322133: getParameterSpec(ECGenParameterSpec.class) on EC AlgorithmParameters does not return standard names
...
Reviewed-by: mullan
2024-07-23 19:35:11 +00:00
Chen Liang
a2a236f904
8335939: Hide element writing across the ClassFile API
...
Reviewed-by: asotona
2024-07-23 12:11:47 +00:00
Claes Redestad
e83b4b236e
8335182: Consolidate and streamline String concat code shapes
...
Reviewed-by: liach, jvernee
2024-07-23 11:50:57 +00:00
Raffaello Giulietti
4c7b3e7fc3
8334758: Incorrect note in Javadoc for a few RandomGenerator methods
...
Reviewed-by: bpb
2024-07-23 07:43:57 +00:00
Alan Bateman
9f03f68755
8336339: (se) SelectionKey.interestOps(int) should not throw ClosedSelectorException
...
Reviewed-by: jpai, bpb
2024-07-23 05:13:49 +00:00
Chen Liang
22914e0774
8335938: Review XxxBuilder.original and XxxModel.parent
...
Reviewed-by: asotona
2024-07-23 04:59:58 +00:00
Chen Liang
aabec4a947
8335922: Incorrect @Stable usage of LambdaForm$Name.index
...
Reviewed-by: jvernee, shade
2024-07-22 22:54:36 +00:00
Chen Liang
96e4a1876a
8304929: MethodTypeDesc throws an unchecked exception than ReflectiveOperationException when a component class cannot be resolved
...
Reviewed-by: jvernee
2024-07-22 22:53:52 +00:00
Liam Miller-Cushon
8438c5853f
8336844: ZipConstants64 defines duplicate constants EXTID_ZIP64 and ZIP64_EXTID
...
Reviewed-by: jpai, vtewari, lancea
2024-07-22 17:20:58 +00:00
Naoto Sato
c1c9704268
8336479: Provide Process.waitFor(Duration)
...
Reviewed-by: liach, jpai, rriggs
2024-07-22 17:17:46 +00:00
Weijun Wang
c3226aaeb8
8334394: Race condition in Class::protectionDomain
...
Reviewed-by: liach, jpai, rriggs, alanb
2024-07-22 13:43:55 +00:00
Nizar Benalla
92de2b2d5f
8336039: Doccheck: HTML warnings, broken links and missing files in java.base documentation
...
Reviewed-by: liach, djelinski
2024-07-22 13:27:12 +00:00
Adam Sotona
0db6c15efe
8336833: Endless loop in Javap ClassWriter
...
Reviewed-by: liach
2024-07-22 07:33:29 +00:00
lingjun.cg
4da9915875
8333396: Use StringBuilder internally for java.text.Format.* formatting
...
Reviewed-by: naoto, liach, jlu
2024-07-22 02:01:08 +00:00
Hai-May Chao
fd741a88e8
8327538: The SSLExtension class specifies incorrect values for heartbeat per RFC 6520 and post_handshake_auth per RFC 8446
...
Reviewed-by: wetmore
2024-07-21 17:05:46 +00:00
Aleksei Efimov
b21cb44e38
8329398: Links in InetAddress class description show "#format"
...
Reviewed-by: jpai
2024-07-20 16:48:30 +00:00
Shaojin Wen
491b9f5efc
8336706: Optimize LocalDate.toString with StringBuilder.repeat
...
Reviewed-by: liach, rriggs
2024-07-20 06:54:19 +00:00
Shaojin Wen
e3acf4c627
8336792: DateTimeFormatterBuilder append zeros based on StringBuilder.repeat
...
Reviewed-by: liach, rriggs, naoto
2024-07-19 22:06:23 +00:00
Chen Liang
3ade2b6114
8336777: BufferedMethodBuilder not initialized with static flag
...
Reviewed-by: asotona
2024-07-19 21:25:20 +00:00
Adam Sotona
c25c4896ad
8333812: ClassFile.verify() can throw exceptions instead of returning VerifyErrors
...
Reviewed-by: liach
2024-07-19 13:09:45 +00:00
Andrey Turbanov
f5871df25c
8336675: Remove UnixFileSystemProvider.checkPath in favor of UnixPath.toUnixPath
...
Reviewed-by: jpai, alanb, bpb
2024-07-19 05:54:25 +00:00
Prajwal Kumaraswamy
1b9270ac8a
8328723: IP Address error when client enables HTTPS endpoint check on server socket
...
Reviewed-by: wetmore, djelinski
2024-07-18 22:42:34 +00:00
Chen Liang
39f4476813
8334772: Change Class::signers to an explicit field
...
Reviewed-by: dholmes, alanb, rriggs, coleenp
2024-07-18 22:22:59 +00:00
Chen Liang
902c2afb67
8336585: BoundAttribute.readEntryList not type-safe
...
Reviewed-by: asotona
2024-07-18 21:46:19 +00:00
Chen Liang
b44632aa15
8336588: Ensure Transform downstream receives upstream start items only after downstream started
...
Reviewed-by: asotona
2024-07-18 21:46:07 +00:00
Joe Darcy
bbc79a5e01
8333768: Minor doc updates to java.lang.{Float, Double}
...
Reviewed-by: rgiulietti
2024-07-18 16:33:48 +00:00
Naoto Sato
10186ff48f
8336300: DateFormatSymbols#getInstanceRef returns non-cached instance
...
Reviewed-by: joehw, iris, jlu, aturbanov
2024-07-17 16:25:36 +00:00
Chen Liang
a253e0ff4b
8335642: Hide Transform implementation for Class-File API
...
Reviewed-by: asotona
2024-07-15 12:11:53 +00:00
Adam Sotona
3f2636d9b7
8335820: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java fails due to IllegalArgumentException: hash must be nonzero
...
Reviewed-by: liach
2024-07-15 05:41:52 +00:00
Chen Liang
a9f5e76a65
8335905: CompoundElement API cleanup
...
Reviewed-by: asotona
2024-07-14 15:01:51 +00:00
Nizar Benalla
5bc86f3329
8336259: Wrong link to stylesheet.css in JavaDoc API documentation
...
Reviewed-by: jjg, liach
2024-07-12 21:50:51 +00:00
Sean Gwizdak
8ba9bc6f17
8332249: Micro-optimize Method.hashCode
...
Reviewed-by: liach
2024-07-12 21:49:51 +00:00
Shaojin Wen
84c74ad0a9
8335802: Improve startup speed HexFormat uses boolean instead of enum
...
Reviewed-by: liach
2024-07-12 14:36:34 +00:00
Justin Lu
5100303c6c
8335668: NumberFormat integer only parsing should throw exception for edge case
...
Reviewed-by: naoto
2024-07-11 18:40:40 +00:00
Pavel Rappo
6fcd49f943
8336239: Fix javadoc markup in java.lang.Process
...
Reviewed-by: jpai
2024-07-11 10:08:54 +00:00
Doug Simon
cf940e139a
8335553: [Graal] Compiler thread calls into jdk.internal.vm.VMSupport.decodeAndThrowThrowable and crashes in OOM situation
...
Reviewed-by: yzheng, never, dholmes
2024-07-11 07:03:44 +00:00
Chen Liang
cad68e06ec
8335935: Chained builders not sending transformed models to next transforms
...
Reviewed-by: asotona
2024-07-10 21:06:39 +00:00
Joe Darcy
66db71563c
8335637: Add explicit non-null return value expectations to Object.toString()
...
Reviewed-by: jpai, alanb, smarks, prappo
2024-07-10 16:36:39 +00:00
Mark Powers
1472124489
8333364: Minor cleanup could be done in com.sun.crypto.provider
...
Reviewed-by: mullan, valeriep
2024-07-09 20:38:09 +00:00
Per Minborg
6f7f0f1de0
8333884: MemorySegment::reinterpret removes read-only property
...
Reviewed-by: jvernee, mcimadamore
2024-07-06 15:05:26 +00:00
Shaojin Wen
194425d787
8335645: j.u.Formatter#trailingZeros improved with String repeat
...
Reviewed-by: liach, jlu, naoto
2024-07-05 12:50:09 +00:00
Nizar Benalla
f4fa35e28b
8330954: since-checker - Fix remaining @ since tags in java.base
...
Reviewed-by: liach, naoto
2024-07-04 15:44:57 +00:00
Erik Gahlin
68ffec9800
8335479: JFR: Missing documentation for -XX:StartFlightRecording
...
Reviewed-by: mgronlun
2024-07-03 20:43:08 +00:00
Chen Liang
0db9bc57de
8335290: Rename ClassFile::transform to ClassFile::transformClass
...
Reviewed-by: asotona
2024-07-03 05:03:56 +00:00
Eirik Bjørsnøs
d51141e5fc
8321274: Rename ZipEntry.extraAttributes to ZipEntry.externalFileAttributes
...
Reviewed-by: lancea, jpai
2024-07-03 04:36:32 +00:00
Chen Liang
f7af4504a8
8335110: Fix instruction name and API spec inconsistencies in CodeBuilder
...
Reviewed-by: asotona
2024-07-03 02:49:43 +00:00
Chen Liang
8a664a4c35
8334734: Remove specialized readXxxEntry methods from ClassReader
...
Reviewed-by: asotona
2024-07-03 02:43:41 +00:00
Chen Liang
3a2d426489
8334726: Remove accidentally exposed individual methods from Class-File API
...
Reviewed-by: asotona
2024-07-03 02:42:06 +00:00
Chen Liang
1ef34c1833
8335475: ClassBuilder incorrectly calculates max_locals in some cases
...
Reviewed-by: asotona
2024-07-02 23:15:31 +00:00
Adam Sotona
3ca2bcd402
8335060: ClassCastException after JDK-8294960
...
Reviewed-by: liach, jpai
2024-07-01 11:51:13 +00:00
Severin Gehwolf
0a6ffa5795
8261242: [Linux] OSContainer::is_containerized() returns true when run outside a container
...
Reviewed-by: stuefe, iklam
2024-07-01 08:47:29 +00:00
Shaojin Wen
5d866bf17d
8335252: Reduce size of j.u.Formatter.Conversion#isValid
...
Reviewed-by: redestad
2024-06-28 22:27:34 +00:00
Aleksey Shipilev
45c4eaa560
8335274: SwitchBootstraps.ResolvedEnumLabels.resolvedEnum should be final
...
Reviewed-by: liach, jlahoda
2024-06-28 16:26:34 +00:00
Daniel Jeliński
b6ffb442ac
8335135: HttpURLConnection#HttpInputStream does not throw IOException when response is truncated
...
Reviewed-by: dfuchs
2024-06-27 15:14:36 +00:00
Shaojin Wen
9d20b58f40
8334328: Reduce object allocation for FloatToDecimal and DoubleToDecimal
...
Reviewed-by: redestad, rgiulietti
2024-06-27 05:13:30 +00:00
Jaikiran Pai
9bb675f89d
8334719: (se) Deferred close of SelectableChannel may result in a Selector doing the final close before concurrent I/O on channel has completed
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dfuchs
2024-06-27 04:38:32 +00:00
Anthony Scarpino
07bc523df8
8334670: SSLSocketOutputRecord buffer miscalculation
...
Reviewed-by: djelinski, ssahoo
2024-06-26 22:28:33 +00:00
Justin Lu
bffc8484c3
8333755: NumberFormat integer only parsing breaks when format has suffix
...
Reviewed-by: naoto
2024-06-26 17:10:09 +00:00
Claes Redestad
5883a20b82
8334437: De-duplicate ProxyMethod list creation
...
Reviewed-by: asotona, liach
2024-06-26 14:46:17 +00:00
Adam Sotona
7f6804ceb6
8334872: BigEndian: java/lang/invoke/condy Tests failing since JDK-8294960
...
Reviewed-by: redestad
2024-06-26 09:09:13 +00:00
Volodymyr Paprotski
f101e153ce
8333583: Crypto-XDH.generateSecret regression after JDK-8329538
...
Reviewed-by: sviswanathan, kvn, ascarpino
2024-06-25 22:31:39 +00:00
Justin Lu
86b0cf259f
8334653: ISO 4217 Amendment 177 Update
...
Reviewed-by: naoto
2024-06-25 19:05:22 +00:00
Justin Lu
861aefcafa
8334418: Update IANA Language Subtag Registry to Version 2024-06-14
...
Reviewed-by: lancea, iris, srl, naoto
2024-06-25 19:05:01 +00:00
Sean Mullan
75a2afacc8
8248981: Specify list of standard message digest and mgf algorithms for RSASSA-PSS signature
...
Reviewed-by: valeriep
2024-06-25 12:21:46 +00:00
Hannes Greule
72ca7bafcd
8334708: FFM: two javadoc problems
...
Reviewed-by: mcimadamore
2024-06-22 12:16:50 +00:00
Ferenc Rakoczi
75bea280b9
8333867: SHA3 performance can be improved
...
Reviewed-by: kvn, valeriep
2024-06-21 14:16:23 +00:00
Daniel Fuchs
d2bebffb1f
8327370: (ch) sun.nio.ch.Poller.register throws AssertionError
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, jpai, djelinski
2024-06-21 09:43:49 +00:00
Joe Darcy
4e58d8c897
8309821: Link to hidden classes section in Class specification for Class::isHidden
...
Reviewed-by: iris, rriggs
2024-06-19 23:23:52 +00:00
Kevin Walls
bcf4bb4882
8333344: JMX attaching of Subject does not work when security manager not allowed
...
Reviewed-by: weijun, dfuchs
2024-06-19 16:35:20 +00:00
Adam Sotona
01ee4241b7
8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles
...
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
2024-06-19 15:15:30 +00:00
Chen Liang
91bd85d65d
8333854: IllegalAccessError with proxies after JDK-8332457
...
Reviewed-by: redestad, asotona
2024-06-18 13:51:50 +00:00
nibjen
e681b4e9b3
8332524: Instead of printing "TLSv1.3," it is showing "TLS13"
...
Reviewed-by: mullan
2024-06-18 13:28:37 +00:00
Jaikiran Pai
efab48c065
8333714: Cleanup the usages of CHECK_EXCEPTION_NULL_FAIL macro in java launcher
...
Reviewed-by: alanb
2024-06-14 12:48:43 +00:00
Robert Toyonaga
cc64aeac47
8332400: isspace argument should be a valid unsigned char
...
Reviewed-by: dholmes, amitkumar, stuefe, jwaters
2024-06-14 09:32:52 +00:00
Damon Nguyen
c4702ca8c0
8333827: JDK 23 RDP1 L10n resource files update
...
Reviewed-by: achung, jlu, naoto, joehw, prappo, cjplummer, asemenyuk, prr
2024-06-13 21:27:56 +00:00
Raffaello Giulietti
bb7ef03077
8333599: Improve description of \b matcher in j.u.r.Pattern
...
Reviewed-by: smarks, alanb
2024-06-13 20:55:48 +00:00
Viktor Klang
cff048c735
8334162: Gatherer.defaultCombiner has an erronous @see-link
...
Reviewed-by: jpai, alanb
2024-06-13 16:30:27 +00:00
David Holmes
238162a3b8
8322064: Remove expired flags in JDK 24
...
Reviewed-by: kvn, stuefe
2024-06-13 02:53:48 +00:00
Ben Perez
74468bc1f3
8209092: Remove outdated wording from RC5ParameterSpec
...
Reviewed-by: mullan
2024-06-12 18:59:26 +00:00
Per Minborg
c80e2eb35c
8333886: Explicitly specify that asSlice and reinterpret return a memory segment backed by the same region of memory.
...
Reviewed-by: jvernee, mcimadamore
2024-06-12 09:35:48 +00:00
Daniel Jeliński
b77bd5fd6a
8333742: ProcessImpl and ProcessHandleImpl may mishandle processes that exit with code 259
...
Reviewed-by: rriggs
2024-06-11 17:34:09 +00:00
David Holmes
3a01b47ac9
8330205: Initial troff manpage generation for JDK 24
...
Reviewed-by: alanb, iris
2024-06-11 01:05:19 +00:00
Vladimir Kozlov
9691153755
8329141: Obsolete RTM flags and code
...
Reviewed-by: chagedorn
2024-06-10 17:58:22 +00:00
Joe Darcy
13642cb4b8
8333828: Use value javadoc tag in java.lang.{Float, Double}
...
Reviewed-by: liach, rgiulietti
2024-06-10 17:15:32 +00:00
Alan Bateman
e7dc76b577
8333849: (dc) DatagramChannel send/receive fails with UOE if buffer backed by memory segment allocated from shared arena
...
Reviewed-by: dfuchs
2024-06-10 12:47:09 +00:00
Claes Redestad
7b43a8cd7c
8333824: Unused ClassValue in VarHandles
...
Reviewed-by: mcimadamore
2024-06-10 10:05:14 +00:00
Shaojin Wen
8aa35cacfc
8333833: Remove the use of ByteArrayLittleEndian from UUID::toString
...
Reviewed-by: liach, redestad
2024-06-10 08:18:27 +00:00
Chen Liang
8d2f9e57c3
8333749: Consolidate ConstantDesc conversion in java.base
...
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, jvernee
2024-06-08 13:05:36 +00:00
Claes Redestad
d744059b5b
8333774: Avoid eagerly loading various EmptySpliterator classes
...
Reviewed-by: liach, pminborg
2024-06-07 14:50:29 +00:00
Jaikiran Pai
d8af58941b
8026127: Deflater/Inflater documentation incomplete/misleading
...
Reviewed-by: lancea
2024-06-07 00:35:51 +00:00
Justin Lu
6238bc8da2
8333456: CompactNumberFormat integer parsing fails when string has no suffix
...
Reviewed-by: naoto
2024-06-06 20:34:46 +00:00
Joe Darcy
75dc2f8518
8330182: Start of release updates for JDK 24
...
8330183: Add SourceVersion.RELEASE_24
8330184: Add source 24 and target 24 to javac
Reviewed-by: iris, vromero, asotona, dholmes
2024-06-06 16:01:57 +00:00
Jaikiran Pai
d7d1afb0a8
8206447: InflaterInputStream.skip receives long but it's limited to Integer.MAX_VALUE
...
Reviewed-by: lancea, alanb
2024-06-05 15:55:20 +00:00
Adam Sotona
d85b0ca5cd
8332457: Examine startup overheads from JDK-8294961
...
8229959: Convert proxy class to use constant dynamic
Reviewed-by: liach, redestad
2024-06-05 15:33:03 +00:00
Viktor Klang
326dbb1b13
8312436: CompletableFuture never completes when 'Throwable.toString()' method throws Exception
...
Reviewed-by: alanb
2024-06-05 14:40:04 +00:00
Sonia Zaldana Calles
cbb6747e6b
8329581: Java launcher no longer prints a stack trace
...
8329420: Java 22 (and 23) launcher calls default constructor although main() is static
8330864: No error message when ExceptionInInitializerError thrown in static initializer
Reviewed-by: stuefe
2024-06-05 13:12:30 +00:00
Doug Lea
789f704d9a
8322732: ForkJoinPool may underutilize cores in async mode
...
8327854: Test java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpStatefulTest.java failed with RuntimeException
Reviewed-by: alanb
2024-06-05 13:02:15 +00:00
lingjun.cg
d826127970
8333462: Performance regression of new DecimalFormat() when compare to jdk11
...
Reviewed-by: liach, naoto, jlu
2024-06-05 01:51:20 +00:00
David M. Lloyd
b101dcb609
8333312: Incorrect since tags on new ClassReader and ConstantPool methods
...
Reviewed-by: liach, asotona
2024-06-04 16:57:59 +00:00
Nizar Benalla
e0bab78640
8326951: since-checker - missing @ since tags
...
Reviewed-by: jpai
2024-06-04 16:51:39 +00:00
Vladimir Ivanov
29e10e4582
8332547: Unloaded signature classes in DirectMethodHandles
...
Reviewed-by: jvernee, liach
2024-06-04 04:02:49 +00:00