Archie Cobbs
|
ba28119642
|
8348427: DeferredLintHandler API should use JCTree instead of DiagnosticPosition
Reviewed-by: mcimadamore
|
2025-02-12 19:17:29 +00:00 |
|
Vladimir Kozlov
|
336d0d8592
|
8349926: [BACKOUT] Support static JDK in libfontmanager/freetypeScaler.c
Reviewed-by: jiangli, shade
|
2025-02-12 18:26:37 +00:00 |
|
Jatin Bhateja
|
4b463ee70e
|
8342103: C2 compiler support for Float16 type and associated scalar operations
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Bhavana Kilambi <bkilambi@openjdk.org>
Co-authored-by: Joe Darcy <darcy@openjdk.org>
Co-authored-by: Raffaello Giulietti <rgiulietti@openjdk.org>
Reviewed-by: psandoz, epeter, sviswanathan
|
2025-02-12 17:02:51 +00:00 |
|
Jiangli Zhou
|
332d87cc7e
|
8349859: Support static JDK in libfontmanager/freetypeScaler.c
Reviewed-by: prr
|
2025-02-12 16:29:08 +00:00 |
|
Thomas Schatzl
|
73e1780ad0
|
8349836: G1: Improve group prediction log message
Reviewed-by: ayang, iwalulya
|
2025-02-12 16:11:09 +00:00 |
|
Coleen Phillimore
|
ed17c55ea3
|
8349145: Make Class.getProtectionDomain() non-native
Reviewed-by: liach, dholmes, yzheng
|
2025-02-12 12:04:40 +00:00 |
|
Volkan Yazici
|
d558d9d427
|
8349702: jdk.internal.net.http.Http2Connection::putStream needs to provide cause while cancelling stream
Reviewed-by: jpai, dfuchs
|
2025-02-12 01:58:22 +00:00 |
|
William Kemper
|
8c09d40d6c
|
8348268: Test gc/shenandoah/TestResizeTLAB.java#compact: fatal error: Before Updating References: Thread C2 CompilerThread1: expected gc-state 9, actual 21
Reviewed-by: shade
|
2025-02-11 20:20:53 +00:00 |
|
Alexey Semenyuk
|
e7157d174c
|
8150442: Enforce Supported Platforms in Packager for MSI bundles
Reviewed-by: almatvee, cstein
|
2025-02-11 19:22:35 +00:00 |
|
Naoto Sato
|
642816538f
|
8349254: Disable "best-fit" mapping on Windows environment variables
Reviewed-by: jlu, jpai
|
2025-02-11 17:20:50 +00:00 |
|
Chen Liang
|
32dc41c9f7
|
8349624: Validation for slot missing in CodeBuilder local variable instructions
Reviewed-by: asotona
|
2025-02-11 16:21:23 +00:00 |
|
Mohamed Issa
|
a1bcda2476
|
8349579: jsvml.dll incorrect RDATA SEGMENT specification
Reviewed-by: sviswanathan, jbhateja
|
2025-02-11 15:33:30 +00:00 |
|
Daniel Fuchs
|
5ee44c1688
|
8349662: SSLTube SSLSubscriptionWrapper has potential races when switching subscriptions
Reviewed-by: jpai
|
2025-02-11 12:10:05 +00:00 |
|
Thomas Schatzl
|
8e85829496
|
8349213: G1: Clearing bitmaps during collection set merging not claimed by region
Reviewed-by: iwalulya, ayang
|
2025-02-11 09:52:38 +00:00 |
|
Richard Reingruber
|
1a8212e101
|
8348678: [PPC64] C2: unaligned vector load/store is ok
8343906: test2 of compiler/c2/TestCastX2NotProcessedIGVN.java fails on some platforms
Reviewed-by: mdoerr, amitkumar
|
2025-02-11 07:45:55 +00:00 |
|
Daniel Gredler
|
41bdc47d71
|
8208377: Soft hyphens render if not using TextLayout
Reviewed-by: achung, prr
|
2025-02-11 00:39:09 +00:00 |
|
Johan Sjölen
|
f74c4dfe0b
|
8349580: Do not use address in MemTracker top level functions
Reviewed-by: gziemski, stefank
|
2025-02-10 13:52:23 +00:00 |
|
Coleen Phillimore
|
c9cadbd23f
|
8346567: Make Class.getModifiers() non-native
Reviewed-by: alanb, vlivanov, yzheng, dlong
|
2025-02-10 12:44:30 +00:00 |
|
Hamlin Li
|
d104debe51
|
8349556: RISC-V: improve the performance when -COH and -AvoidUnalignedAccesses for UL and LU string comparison
Reviewed-by: fyang, vkempik
|
2025-02-10 11:47:57 +00:00 |
|
SendaoYan
|
8f6ccde982
|
8349554: [UBSAN] os::attempt_reserve_memory_between reported applying non-zero offset to non-null pointer produced null pointer
Reviewed-by: stefank, stuefe
|
2025-02-08 13:11:07 +00:00 |
|
Thomas Stuefe
|
7d52f1e64d
|
8349525: RBTree: provide leftmost, rightmost, and a simple way to print trees
Reviewed-by: jsjolen, cnorrbin
|
2025-02-08 06:35:27 +00:00 |
|
Quan Anh Mai
|
e9278de3f8
|
8348411: C2: Remove the control input of LoadKlassNode and LoadNKlassNode
Reviewed-by: vlivanov, epeter
|
2025-02-08 04:20:46 +00:00 |
|
Joe Wang
|
5395ffa006
|
8327378: XMLStreamReader throws EOFException instead of XMLStreamException
Reviewed-by: iris, lancea, naoto
|
2025-02-08 02:48:04 +00:00 |
|
Coleen Phillimore
|
1ed9ef1c3f
|
8349559: Compiler interface doesn't need to store protection domain
Reviewed-by: vlivanov, iklam
|
2025-02-07 21:27:35 +00:00 |
|
Alexander Matveev
|
f0ea38b387
|
8349509: [macos] Clean up macOS dead code in jpackage
Reviewed-by: asemenyuk
|
2025-02-07 19:58:51 +00:00 |
|
Tom Rodriguez
|
7f6c687815
|
8349374: [JVMCI] concurrent use of HotSpotSpeculationLog can crash
Reviewed-by: kvn, dnsimon
|
2025-02-07 19:58:37 +00:00 |
|
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 |
|