Jatin Bhateja
|
01d1579d7a
|
Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8370691
|
2026-02-17 07:57:38 +00:00 |
|
Ben Taylor
|
fbc705d2cc
|
8377704: Shenandoah: Convert ShenandoahNMethod to use Atomic<T>
Reviewed-by: shade, xpeng, wkemper
|
2026-02-16 20:56:24 +00:00 |
|
Ben Taylor
|
2925eb8cfb
|
8377044: Shenandoah: Convert ShenandoahHeap related code to use Atomic<T>
Reviewed-by: kdnilsen, xpeng, wkemper
|
2026-02-16 20:54:20 +00:00 |
|
Ioi Lam
|
b41ba3a496
|
8377932: AOT cache is not rejected when JAR file has changed
Reviewed-by: kvn, asmehra
|
2026-02-16 20:24:47 +00:00 |
|
Ioi Lam
|
c3b67387c4
|
8366736: Closed System.out causes child process to hang on Windows
Reviewed-by: rriggs
|
2026-02-16 20:24:12 +00:00 |
|
Daniel Fuchs
|
a08c730d5f
|
8377302: HttpServer::stop uses full timeout duration if handler throws
Reviewed-by: vyazici, michaelm
|
2026-02-16 17:01:07 +00:00 |
|
Albert Mingkun Yang
|
f5e1e313da
|
8377561: Parallel: Large allocations cause Full GC storm without heap expansion
Reviewed-by: tschatzl, jsikstro
|
2026-02-16 14:37:28 +00:00 |
|
Afshin Zafari
|
81cca851aa
|
8377997: [BACKOUT] 8366241: NMT: Consolidate [Virtual/Committed/Reserved]Regions into one structure
Reviewed-by: mhaessig, chagedorn
|
2026-02-16 14:07:40 +00:00 |
|
Afshin Zafari
|
a7255f93ed
|
8366241: NMT: Consolidate [Virtual/Committed/Reserved]Regions into one structure
Reviewed-by: phubner, jsjolen
|
2026-02-16 13:19:24 +00:00 |
|
Kerem Kat
|
5a08374494
|
8374798: C2: Missing Identity optimization opportunity with RShiftI and LShiftI
8377389: C2: Missed Ideal optimization opportunity in PhaseIterGVN for URShiftI and LShiftI
Reviewed-by: qamai, chagedorn
|
2026-02-16 11:40:51 +00:00 |
|
Daniel Fuchs
|
1a16c0dbaa
|
8371950: The jdk.httpclient.keepalive.timeout system networking property does not specify the behaviour for values <= 0
Reviewed-by: jpai, michaelm, vyazici
|
2026-02-16 10:56:29 +00:00 |
|
Matthias Baesken
|
c95ee4b8ed
|
8377707: [Linux Alpine] Build failure after JDK-8377368
Reviewed-by: mdoerr, kevinw, clanger, kbarrett
|
2026-02-16 09:12:06 +00:00 |
|
Anton Artemov
|
b9406a5dba
|
8376665: Port fdlibm acosh to Java
Reviewed-by: rgiulietti, darcy
|
2026-02-16 08:27:26 +00:00 |
|
Matthias Baesken
|
1b39d2c28c
|
8377898: Hotspot build on AIX with unused-functions warning reports some unused functions
Reviewed-by: mdoerr, ayang, lucy
|
2026-02-16 08:16:17 +00:00 |
|
Jeremy Wood
|
ef0851d8ad
|
8377428: VoiceOver Cursor Navigates Invisible Components
Reviewed-by: serb, kizune
|
2026-02-15 06:04:33 +00:00 |
|
Jaikiran Pai
|
49e2a6b696
|
8377857: Add since checker test for java.naming module
Reviewed-by: alanb
|
2026-02-14 09:12:51 +00:00 |
|
Phil Race
|
1920983edb
|
8377191: Remove AppContext from KeyboardFocusManager
Reviewed-by: dnguyen, tr, serb
|
2026-02-13 22:40:26 +00:00 |
|
Jeremy Wood
|
a98d3a76a5
|
4197755: Arc2D.getBounds() returns an unnecessarily large bounding box
Reviewed-by: prr, psadhukhan
|
2026-02-13 19:33:54 +00:00 |
|
Johan Sjölen
|
486ff5d3fc
|
8377455: Replace LinkedList with GrowableArray in VM.ThreadDump's OMTable
Reviewed-by: dholmes, coleenp
|
2026-02-13 10:56:13 +00:00 |
|
Thomas Schatzl
|
e3661b3cc5
|
8376664: Find a better place for the Atomic<HeapWord*> vmstructs toplevel declaration
Reviewed-by: dholmes
|
2026-02-13 08:26:32 +00:00 |
|
Sergey Bylokhov
|
93c87ffe40
|
8377128: Add missing @Override annotations in "java.beans.*" packages
Reviewed-by: tr, prr
|
2026-02-13 07:41:33 +00:00 |
|
Robert Toyonaga
|
9c75afb6d0
|
8353564: Fail fatally if os::release_memory or os::uncommit_memory fails
Reviewed-by: stefank, stuefe, dholmes
|
2026-02-13 04:47:36 +00:00 |
|
Phil Race
|
eecc0d6904
|
8376996: Remove AppContext usage from SunClipboard.java
Reviewed-by: serb, dnguyen
|
2026-02-13 01:04:48 +00:00 |
|
Alexey Semenyuk
|
c7ef631b0c
|
8377629: jpackage: Tighten up output validation in tests
Reviewed-by: almatvee
|
2026-02-12 21:13:34 +00:00 |
|
Alexander Zuev
|
c73f05bec9
|
8376233: Clean up code in Desktop native peer
Reviewed-by: aivanov, prr
|
2026-02-12 16:32:14 +00:00 |
|
David Briemann
|
37dc1be67d
|
8188131: [PPC] Increase inlining thresholds to the same as other platforms
Reviewed-by: mdoerr, mbaesken
|
2026-02-12 13:29:33 +00:00 |
|
Galder Zamarreño
|
c032082645
|
8374896: Min/Max identity optimization opportunities missing for int and long
Reviewed-by: chagedorn, bmaillard
|
2026-02-12 11:22:48 +00:00 |
|
Sean Coffey
|
c988a4e534
|
8044609: javax.net.debug options not working and documented as expected
Reviewed-by: wetmore
|
2026-02-12 09:45:59 +00:00 |
|
Jatin Bhateja
|
6abb29cc07
|
8376794: Enable copy and mismatch Partial Inlining for AMD AVX512 targets
Reviewed-by: sviswanathan, thartmann
|
2026-02-12 06:52:08 +00:00 |
|
Amit Kumar
|
5868d351e2
|
8377651: [s390x] build failure without c1 & c2 compiler
Reviewed-by: aph, mdoerr
|
2026-02-12 03:43:12 +00:00 |
|
Yasumasa Suenaga
|
24f67917c2
|
8374577: Heap dump from core does not contain HPROF_GC_ROOT_JAVA_FRAME
Reviewed-by: cjplummer, amenkov, kevinw, aturbanov
|
2026-02-12 01:58:22 +00:00 |
|
Jesper Wilhelmsson
|
961d32842d
|
8377509: Add licenses for gcc 14.2.0
Reviewed-by: dholmes
|
2026-02-11 23:31:23 +00:00 |
|
Ioi Lam
|
0867f9b1b4
|
8377307: Refactor code for AOT cache pointer compression
Reviewed-by: jsjolen, xuelei, asmehra
|
2026-02-11 23:00:50 +00:00 |
|
William Kemper
|
e515c10f3a
|
8377396: GenShen: Consolidate and simplify in place region promotions
Reviewed-by: shade, kdnilsen
|
2026-02-11 20:10:59 +00:00 |
|
Phil Race
|
39a1d1c801
|
8376998: [macOS] Remove AppContext from AppEventHandler
Reviewed-by: serb, dnguyen
|
2026-02-11 19:23:03 +00:00 |
|
Ben Taylor
|
708970a1a6
|
8377045: Shenandoah: Convert ShenandoahLock related code to use Atomic<T>
Reviewed-by: wkemper, xpeng
|
2026-02-11 16:58:21 +00:00 |
|
Yasumasa Suenaga
|
a8a88d7992
|
8374469: Mixed jstack does not work on Windows
Reviewed-by: cjplummer, kevinw
|
2026-02-11 14:11:51 +00:00 |
|
Yasumasa Suenaga
|
a532e509ed
|
8377395: serviceability/sa/TestJhsdbJstackMixedCore.java fails due to NPE because "because "this.cfa" is null"
Reviewed-by: cjplummer, kevinw
|
2026-02-11 12:04:19 +00:00 |
|
Johan Sjölen
|
0097db5643
|
8364655: Loading class with nested annotations causes stack overflow in VM
Reviewed-by: dholmes, fbredberg
|
2026-02-11 11:25:24 +00:00 |
|
Afshin Zafari
|
1bce8e4738
|
8366957: Amalloc may return null despite contrary AllocFailType
Reviewed-by: jsjolen, dholmes, kbarrett
|
2026-02-11 09:30:55 +00:00 |
|
Thomas Schatzl
|
e34291d8e1
|
8377442: More fixes to ThreadLocalAllocBuffer after JDK-8377179
Reviewed-by: ayang, kbarrett, iwalulya
|
2026-02-11 09:24:18 +00:00 |
|
Thomas Schatzl
|
9026f49dd2
|
8377446: Improve parameter naming in pointer_delta()
Reviewed-by: ayang, chagedorn
|
2026-02-11 09:23:52 +00:00 |
|
Leo Korinth
|
57931dc6b2
|
8377172: Change datatype of CodeEntryAlignment to uint
Reviewed-by: ayang, mhaessig
|
2026-02-11 09:14:58 +00:00 |
|
Benoît Maillard
|
56afb460a0
|
8375038: C2: Enforce that Ideal() returns the root of the subgraph if any change was made by checking the node hash
Reviewed-by: qamai, mchevalier
|
2026-02-11 08:27:48 +00:00 |
|
Alexey Semenyuk
|
a87da5173f
|
8377514: jpackage: support passing multiple exceptions to the top-level error handler
Reviewed-by: almatvee
|
2026-02-11 02:29:39 +00:00 |
|
Jaikiran Pai
|
3a588e5bed
|
8377338: URLJarFile$URLJarFileEntry need not clone the arrays returned by getCertificates() and getCodeSigners()
Reviewed-by: mullan
|
2026-02-11 02:11:56 +00:00 |
|
Jaikiran Pai
|
e516800b3e
|
8219203: Use StringBuilder instead of StringBuffer in com.sun.jndi.dns.ResourceRecord
Reviewed-by: alanb, aefimov, rriggs, bpb, lancea
|
2026-02-11 02:02:10 +00:00 |
|
Kim Barrett
|
f835073f75
|
8377626: The macOS build is broken after JDK-8332189
Reviewed-by: dholmes
|
2026-02-11 01:52:55 +00:00 |
|
Ben Taylor
|
8455b66810
|
8377200: Shenandoah: Convert shenandoahSharedVariables and related code to use Atomic<T>
Reviewed-by: wkemper, xpeng
|
2026-02-11 01:39:13 +00:00 |
|
Yasumasa Suenaga
|
5b7a364e45
|
8377368: [REDO] Mixed jstack cannot find function in vDSO
Reviewed-by: cjplummer, kevinw
|
2026-02-11 01:12:06 +00:00 |
|