Weijun Wang
|
dcab2aa45d
|
Merge branch 'master' into 8368692
|
2026-03-24 10:50:10 -04:00 |
|
Kevin Walls
|
90eebaa344
|
8380516: HotSpot has two different ways of making Windows strtok_s available as strtok_r
Reviewed-by: kbarrett, dlong
|
2026-03-24 10:52:07 +00:00 |
|
Daniel Fuchs
|
fd2ef1b870
|
8380665: (dc) java/nio/channels/DatagramChannel/SendReceiveMaxSize.java could also test the loopback interface
Reviewed-by: alanb, jpai
|
2026-03-24 10:44:03 +00:00 |
|
Ashutosh Mehra
|
cc29010ae2
|
8380664: Remove stub entries used in x86-32
Reviewed-by: kvn
|
2026-03-24 03:18:25 +00:00 |
|
Roger Calnan
|
105d526fa7
|
8377921: Add anchors to the options in the Core Libs tool man pages
Reviewed-by: jpai, iris
|
2026-03-24 02:09:18 +00:00 |
|
Ioi Lam
|
e6c870ec43
|
8378731: Move AOT-inited classes to initialized state in early VM bootstrap
Reviewed-by: kvn, liach
|
2026-03-24 01:46:08 +00:00 |
|
Alexey Semenyuk
|
e0fe86b53b
|
8371924: --mac-app-store should be accepted option for app image signing
Reviewed-by: almatvee
|
2026-03-24 01:17:38 +00:00 |
|
Hannes Greule
|
d85fbd38cd
|
8370138: C2: clean up Matcher::use_asm_for_ldiv_by_con can
Reviewed-by: qamai, snatarajan
|
2026-03-23 21:06:03 +00:00 |
|
Vladimir Kozlov
|
f1169bfcf1
|
8378195: guarantee(static_cast<int>(_oops_size) == align_up(code_buffer->total_oop_size(), oopSize)) failed: failed: 12272 != 77808
Co-authored-by: Doug Simon <dnsimon@openjdk.org>
Reviewed-by: dnsimon, iveresov, vlivanov
|
2026-03-23 18:09:23 +00:00 |
|
Frederic Parain
|
2095051a10
|
8380219: Interpreter debugging would be easier if InterpreterCodelets could print their assembly code
Reviewed-by: dholmes, ayang
|
2026-03-23 17:46:44 +00:00 |
|
Phil Race
|
c6a20173a3
|
8378615: FFM Bound up call stub keeps JNI Global Ref to bound parameter
Reviewed-by: jdv, psadhukhan
|
2026-03-23 17:15:07 +00:00 |
|
Naoto Sato
|
0798dd1497
|
8379551: sun/text/IntHashtable/Bug4705389.java timed out
Reviewed-by: liach, jpai
|
2026-03-23 16:17:35 +00:00 |
|
SendaoYan
|
5c2ef74931
|
8380316: Test runtime/os/AvailableProcessors.java fails Invalid argument
Reviewed-by: dholmes, ayang
|
2026-03-23 15:58:21 +00:00 |
|
Thomas Schatzl
|
60a141c3b5
|
8380441: G1: Move G1GCPauseType to G1CollectorState
Reviewed-by: iwalulya, ayang
|
2026-03-23 15:42:33 +00:00 |
|
Volkan Yazici
|
2a64074a8b
|
8374706: HttpClient: Ensure that request body publishers support multiple subscriptions
Reviewed-by: dfuchs, jpai
|
2026-03-23 14:58:47 +00:00 |
|
Ashay Rane
|
00ee63e99e
|
8380475: C2: Improve AndNode::Identity with KnownBits
Reviewed-by: mchevalier, qamai
|
2026-03-23 14:58:17 +00:00 |
|
Albert Mingkun Yang
|
890d62bb8c
|
8380564: Parallel: Rename allocate to cas_allocate_with_expansion in PSOldGen
Reviewed-by: tschatzl, jsikstro
|
2026-03-23 14:40:18 +00:00 |
|
Ashutosh Mehra
|
c436802bce
|
8380168: Obsolete unused flag UseNewLongLShift
Reviewed-by: kvn, stuefe
|
2026-03-23 14:17:11 +00:00 |
|
Thomas Schatzl
|
9a0fde4a49
|
8367765: G1: Merge G1UpdateRegionLivenessAndSelectForRebuild task and collection set choosing
Reviewed-by: ayang, iwalulya
|
2026-03-23 11:04:12 +00:00 |
|
Joel Sikström
|
174183759e
|
8380281: Remove the client emulation mode
Reviewed-by: ayang, kvn
|
2026-03-23 10:48:55 +00:00 |
|
Thomas Schatzl
|
700a385634
|
8080226: G1: Replace collector state booleans with explicit state variable(s)
Reviewed-by: iwalulya, ayang
|
2026-03-23 09:38:37 +00:00 |
|
Guanqiang Han
|
caf37add7a
|
8374789: C2: refactor GraphKit code that create AddP nodes for raw memory to use helper method
Reviewed-by: chagedorn, qamai
|
2026-03-23 08:11:22 +00:00 |
|
Albert Mingkun Yang
|
4df61ce3fc
|
8380532: Parallel: Rename allocate to cas_allocate in PSYoungGen
Reviewed-by: tschatzl, jsikstro
|
2026-03-23 08:03:54 +00:00 |
|
Christian Hagedorn
|
db49e8d083
|
8378243: [IR Framework] Create separate VMInfo and ApplicableIRRules JavaMessage classes
Reviewed-by: mchevalier, dfenacci, thartmann
|
2026-03-23 07:11:33 +00:00 |
|
Phil Race
|
206c9cd6e1
|
8378923: Remove AppContext from datatransfer classes
Reviewed-by: psadhukhan, tr, serb
|
2026-03-23 05:59:16 +00:00 |
|
Phil Race
|
8e906ddad6
|
8379019: Remove AppContext from WindowEvent
Reviewed-by: serb, azvegint
|
2026-03-23 05:29:22 +00:00 |
|
Jatin Bhateja
|
f1cb3b41f1
|
8379792: UBSAN runtime error: signed integer overflow during compress expand value transform
Co-authored-by: Kim Barrett <kbarrett@openjdk.org>
Reviewed-by: kbarrett, fyang
|
2026-03-23 04:41:14 +00:00 |
|
Ioi Lam
|
a6f59ba1d1
|
8378749: Early GC crash with unresolved AOT FMG subgraph classes
Reviewed-by: kvn, eosterlund
|
2026-03-23 04:35:56 +00:00 |
|
María Arias de Reyna Domínguez
|
88972399e5
|
8380427: Revert JDK-8380292Confusing "reverted *" messages during training
Reviewed-by: adinn, iklam
|
2026-03-23 02:13:38 +00:00 |
|
Phil Race
|
ea464b1405
|
8379018: Remove AppContext from two input method related classes
Reviewed-by: serb, dnguyen, kizune
|
2026-03-22 19:55:47 +00:00 |
|
Phil Race
|
a26d61312e
|
8378898: Remove AppContext from sun/awt/windows/WWindowPeer.java
Reviewed-by: dnguyen, serb
|
2026-03-22 19:54:22 +00:00 |
|
Phil Race
|
d64ea294f7
|
8378919: Remove AppContext from the java.awt.Desktop class
Reviewed-by: serb, dnguyen
|
2026-03-22 19:54:01 +00:00 |
|
Phil Race
|
fae345c6cf
|
8378918: Remove AppContext from some DnD classes
Reviewed-by: serb, dnguyen
|
2026-03-22 19:53:43 +00:00 |
|
Phil Race
|
aba5d31ae7
|
8378605: Remove AppContext from the Swing TimerQueue implementation
Reviewed-by: psadhukhan, dnguyen
|
2026-03-22 19:51:45 +00:00 |
|
Afshin Zafari
|
e042467ed2
|
8378440: ASAN build fails on Windows due to missing dlfcn.h file
Reviewed-by: stuefe
|
2026-03-22 12:56:27 +00:00 |
|
Guanqiang Han
|
2cdf617952
|
8372649: C2 compilation fails with "there should be an oop in OopMap instead of a live raw oop at safepoint"
Reviewed-by: qamai, chagedorn
|
2026-03-21 07:50:03 +00:00 |
|
Dingli Zhang
|
9a3b850af6
|
8380416: Enable CmpUNodeValueTests.java IR tests for RISC-V
Reviewed-by: fyang
|
2026-03-21 05:36:27 +00:00 |
|
Jaikiran Pai
|
e58e576f80
|
8369181: InflaterOutputStream: writing after finish() results in IllegalStateException instead of an IOException
Reviewed-by: alanb, sherman, lancea
|
2026-03-21 02:21:09 +00:00 |
|
William Kemper
|
d610aceed4
|
8380562: GenShen: GC notification event may see invalid values
Reviewed-by: cslucas, kdnilsen
|
2026-03-20 23:42:08 +00:00 |
|
Vladimir Kozlov
|
137d97131b
|
8378935: C2 crash in PhaseOutput::fill_buffer: wrong size of mach node
Reviewed-by: iklam, asmehra
|
2026-03-20 20:18:12 +00:00 |
|
William Kemper
|
d0841c6bde
|
8379688: GenShen: Skip promotions when marking finds enough immediate garbage
Reviewed-by: kdnilsen
|
2026-03-20 16:46:12 +00:00 |
|
Xu Jiawei
|
54c5e41cba
|
8380085: jpackage (Linux) launcher crashes with SIGSEGV when input contains large number of JAR files
Reviewed-by: asemenyuk, almatvee
|
2026-03-20 16:45:43 +00:00 |
|
William Kemper
|
26c4b5f5a1
|
8379367: GenShen: Replace atomic promotion failure counters with thread local variables
Reviewed-by: kdnilsen
|
2026-03-20 16:25:39 +00:00 |
|
William Kemper
|
b32e9b0f9b
|
8378806: Genshen: Add scope of collection to end of cycle message in JMX notification
Reviewed-by: kdnilsen, xpeng
|
2026-03-20 16:20:40 +00:00 |
|
Jaikiran Pai
|
396cc0ab6a
|
8380534: Use loopback address in java/net/DatagramPacket/ReuseBuf.java test
Reviewed-by: dfuchs
|
2026-03-20 15:58:45 +00:00 |
|
Roger Riggs
|
f7c427feda
|
8379182: [test] java/lang/ProcessBuilder/PipelineLeaksFD.java fails
Reviewed-by: stuefe
|
2026-03-20 14:14:59 +00:00 |
|
Arno Zeller
|
f5fbb6a237
|
8380428: ProblemList containers/docker/TestJcmdWithSideCar.java on linux-all
Reviewed-by: goetz, mbaesken, dholmes, ysuenaga
|
2026-03-20 09:01:59 +00:00 |
|
Dusan Balek
|
f2550e89c7
|
8378906: NPE from javac thrown when encountering abstract synthetic bridge method
Reviewed-by: mcimadamore
|
2026-03-20 07:25:45 +00:00 |
|
David Holmes
|
7e943e7d41
|
8380474: Crash SEGV in ThreadIdTable::lazy_initialize after JDK-8323792
Reviewed-by: kvn, iklam
|
2026-03-20 03:57:48 +00:00 |
|
Alexey Semenyuk
|
b79449f093
|
8379431: [macos] jpackage issues unexpected warning when bundling an unsigned runtime package from the signed predefined runtime bundle
Reviewed-by: almatvee
|
2026-03-20 03:01:03 +00:00 |
|