Liam Miller-Cushon
|
bd9b24c0f8
|
8349512: Duplicate PermittedSubclasses entries with doclint enabled
Reviewed-by: vromero
|
2025-02-07 19:43:33 +00:00 |
|
Andrew Haley
|
b40f8eef98
|
8337251: C1: Improve Class.isInstance intrinsic
Reviewed-by: vlivanov
|
2025-02-07 17:39:10 +00:00 |
|
Bradford Wetmore
|
88a84835a3
|
8349121: SSLParameters.setApplicationProtocols() ALPN example could be clarified
Reviewed-by: abarashev, jnimeh, dfuchs
|
2025-02-07 17:09:56 +00:00 |
|
Justin Lu
|
fb847bb2af
|
8349493: Replace sun.util.locale.ParseStatus usage with java.text.ParsePosition
Reviewed-by: naoto
|
2025-02-07 17:08:52 +00:00 |
|
Ivan Walulya
|
86cec4ea2c
|
8343782: G1: Use one G1CardSet instance for multiple old gen regions
Reviewed-by: ayang, tschatzl
|
2025-02-07 10:22:23 +00:00 |
|
Joe Wang
|
3989a19957
|
8344925: translet-name ignored when package-name is also set
Reviewed-by: lancea, iris, naoto
|
2025-02-07 02:26:20 +00:00 |
|
Brian Burkhalter
|
1a74ee64eb
|
8349092: File.getFreeSpace violates specification if quotas are in effect (win)
Reviewed-by: naoto
|
2025-02-06 19:11:35 +00:00 |
|
Brian Burkhalter
|
0181030bdc
|
8349006: File.getCanonicalPath should remove "(on UNIX platforms)" from its specification
Reviewed-by: jlu, naoto
|
2025-02-06 19:10:26 +00:00 |
|
Harshitha Onkar
|
ed8945a68a
|
8347377: Add validation checks for ICC_Profile header fields
Reviewed-by: prr, jdv
|
2025-02-06 18:30:39 +00:00 |
|
Liam Miller-Cushon
|
1ab1c1d53b
|
8349058: 'internal proprietary API' warnings make javac warnings unusable
Reviewed-by: vromero
|
2025-02-06 17:33:44 +00:00 |
|
Viktor Klang
|
5ec1aae21e
|
8347842: ThreadPoolExecutor specification discusses RuntimePermission
Reviewed-by: alanb, jpai
|
2025-02-06 15:02:21 +00:00 |
|
Christian Hagedorn
|
e0487c7cbc
|
8346777: Add missing const declarations and rename variables
Reviewed-by: epeter, thartmann
|
2025-02-06 14:49:28 +00:00 |
|
Archie Cobbs
|
2b82e2d57b
|
8347958: Minor compiler cleanups relating to MandatoryWarningHandler
Reviewed-by: mcimadamore
|
2025-02-06 14:32:25 +00:00 |
|
Gui Cao
|
d85f65147a
|
8349428: RISC-V: "bad alignment" with -XX:-AvoidUnalignedAccesses after JDK-8347489
Reviewed-by: fyang, mli
|
2025-02-06 09:31:54 +00:00 |
|
Andrew Dinn
|
7e307916ec
|
8349102: Test compiler/arguments/TestCodeEntryAlignment.java failed: assert(allocates2(pc)) failed: not in CodeBuffer memory
Reviewed-by: dlong
|
2025-02-06 09:14:50 +00:00 |
|
Jan Lahoda
|
3cf04dec49
|
8349132: javac Analyzers should handle non-deferrable errors
Reviewed-by: abimpoudis
|
2025-02-06 07:34:28 +00:00 |
|
David Holmes
|
30f71622a1
|
8349417: Fix NULL usage from JDK-8346433
Reviewed-by: chagedorn
|
2025-02-06 07:32:22 +00:00 |
|
Archie Cobbs
|
89e5e7ab73
|
8349155: The "log" parameter to Lint.logIfEnabled() is not needed
Reviewed-by: mcimadamore
|
2025-02-06 01:52:51 +00:00 |
|
Brian Burkhalter
|
b499c827a5
|
8349383: (fs) FileTreeWalker.next() superfluous null check of visit() return value
Reviewed-by: djelinski
|
2025-02-05 21:40:47 +00:00 |
|
Serguei Spitsyn
|
b9b62a0248
|
8346792: serviceability/jvmti/vthread/GetThreadState/GetThreadState.java testObjectWaitMillis failed
Reviewed-by: dholmes, pchilanomate
|
2025-02-05 16:03:39 +00:00 |
|
Roland Westrelin
|
6b994cd8cc
|
8333697: C2: Hit MemLimit in PhaseCFG::global_code_motion
Reviewed-by: thartmann, kvn
|
2025-02-05 13:54:35 +00:00 |
|
Per Minborg
|
2ff8440c76
|
8349344: Clarify documentation of Arena.ofConfined
Reviewed-by: jvernee, jpai, mcimadamore
|
2025-02-05 13:48:34 +00:00 |
|
Emanuel Peter
|
19399d271e
|
8348572: C2 compilation asserts due to unexpected irreducible loop
Reviewed-by: thartmann, kvn
|
2025-02-05 12:58:43 +00:00 |
|
Ben Perez
|
9d23de58d1
|
8184352: Remove Sun provider information from KeyPairGenerator javadoc
Reviewed-by: mullan
|
2025-02-04 23:13:16 +00:00 |
|
Brent Christian
|
d222c186a6
|
8349107: Remove RMI finalizers
Reviewed-by: rriggs, vklang, djelinski, smarks
|
2025-02-04 22:37:31 +00:00 |
|
Satyen Subramaniam
|
bad39b6d88
|
8348610: GenShen: TestShenandoahEvacuationInformationEvent failed with setRegions >= regionsFreed: expected 1 >= 57
Reviewed-by: wkemper, phh
|
2025-02-04 17:19:19 +00:00 |
|
Justin Lu
|
250ff86dc8
|
8349000: Performance improvement for Currency.isPastCutoverDate(String)
Reviewed-by: naoto, aturbanov
|
2025-02-04 17:07:01 +00:00 |
|
Jamil Nimeh
|
ee4caa4180
|
8349106: Change ChaCha20 intrinsic to use quarter-round parallel implementation on aarch64
Reviewed-by: aph
|
2025-02-04 16:28:04 +00:00 |
|
Ioi Lam
|
b985347c23
|
8348349: Refactor CDSConfig::is_dumping_heap()
Reviewed-by: ccheung, matsaave
|
2025-02-04 16:08:00 +00:00 |
|
Fei Yang
|
e91a6ec49c
|
8347489: RISC-V: Misaligned memory access with COH
Reviewed-by: mli, vkempik
|
2025-02-04 14:03:07 +00:00 |
|
Christian Hagedorn
|
c545a3e028
|
8346774: Use Predicate classes instead of Node classes
Reviewed-by: epeter, kvn
|
2025-02-04 07:33:34 +00:00 |
|
Ben Perez
|
43979fb1be
|
8347428: Avoid using secret-key in specifications
Reviewed-by: mullan
|
2025-02-03 22:14:38 +00:00 |
|
Jaikiran Pai
|
618c5eb27b
|
8349183: [BACKOUT] Optimization for StringBuilder append boolean & null
8349239: [BACKOUT] Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt
Reviewed-by: redestad, liach
|
2025-02-03 18:21:33 +00:00 |
|
Coleen Phillimore
|
d330421d28
|
8337548: Parallel class loading can pass is_superclass true for interfaces
Reviewed-by: iklam
|
2025-02-03 13:55:00 +00:00 |
|
Hamlin Li
|
3f1d9b5735
|
8348575: SpinLockT is typedef'ed but unused
Reviewed-by: dholmes
|
2025-02-03 12:33:31 +00:00 |
|
Aggelos Biboudis
|
9aa6d09bf7
|
8326485: Assertion due to Type.addMetadata adding annotations to already-annotated type
Reviewed-by: jlahoda
|
2025-02-03 09:08:25 +00:00 |
|
Aleksey Shipilev
|
305bbdae7f
|
8348402: PerfDataManager stalls shutdown for 1ms
Reviewed-by: dholmes, pchilanomate, coleenp
|
2025-02-01 14:06:48 +00:00 |
|
anass baya
|
651ac3cc0f
|
6899304: java.awt.Toolkit.getScreenInsets(GraphicsConfiguration) returns incorrect values
Reviewed-by: aivanov, honkar, prr, serb
|
2025-01-31 18:30:01 +00:00 |
|
Naoto Sato
|
2d6045a26f
|
8301875: java.util.TimeZone.getSystemTimeZoneID uses C library default file mode
Reviewed-by: jlu, joehw
|
2025-01-31 17:12:00 +00:00 |
|
Jorn Vernee
|
137ad5d03c
|
8348976: MemorySegment::reinretpret should be force inlined
Reviewed-by: liach
|
2025-01-31 16:49:21 +00:00 |
|
Jorn Vernee
|
77647421c5
|
8348909: [BACKOUT] Implement a better allocator for downcalls
Reviewed-by: shade, liach
|
2025-01-31 16:49:03 +00:00 |
|
Sorna Sarathi N
|
a414a591dd
|
8344983: [PPC64] Rename ConditionRegisters
Reviewed-by: rrich, mdoerr
|
2025-01-31 14:06:22 +00:00 |
|
Matthias Baesken
|
669f8c0c07
|
8349039: Adjust exception No type named <ThreadType> in database
Reviewed-by: kevinw, cjplummer
|
2025-01-31 08:11:30 +00:00 |
|
Jan Lahoda
|
5a45de5e1e
|
8347989: Trees.getScope may crash for not-yet attributed source
Reviewed-by: asotona
|
2025-01-31 07:56:13 +00:00 |
|
Ioi Lam
|
03f5c33b53
|
8349122: -XX:+AOTClassLinking is not compatible with jdwp
Reviewed-by: jrose, kvn
|
2025-01-31 05:37:38 +00:00 |
|
Ioi Lam
|
cdc84acdcc
|
8348890: Fix docs for -XX:AOT* options in java man page
Reviewed-by: jrose
|
2025-01-31 01:56:05 +00:00 |
|
Nizar Benalla
|
8986cb2772
|
8331873: Improve/expand info in New API In on Help page
Co-authored-by: Jonathan Gibbons <jjg@openjdk.org>
Reviewed-by: liach, hannesw
|
2025-01-31 01:16:54 +00:00 |
|
Justin Lu
|
f05c53c2c4
|
8347949: Currency method to stream available Currencies
Reviewed-by: naoto, liach, rriggs
|
2025-01-30 17:55:47 +00:00 |
|
Andrey Turbanov
|
cc775b1620
|
8348648: Unnecessary Hashtable usage in javax.swing.text.html.CSS.LengthUnit
Reviewed-by: aivanov, azvegint, serb
|
2025-01-30 17:48:11 +00:00 |
|
William Kemper
|
06ebb170ba
|
8349002: GenShen: Deadlock during shutdown
Reviewed-by: shade
|
2025-01-30 17:01:41 +00:00 |
|