Phil Race
|
7ffc4a4fb4
|
8381019: Remove AppContext usage from AccessBridge
Reviewed-by: serb, kizune
|
2026-03-27 19:23:39 +00:00 |
|
Vladimir Kozlov
|
79668b007d
|
8380710: nmethod::finalize_relocations() should be called before ICache::invalidate_range() is called
Reviewed-by: adinn, dlong
|
2026-03-27 18:13:38 +00:00 |
|
William Kemper
|
28e96d76b0
|
8377976: GenShen: Explicit GC requests must clear concurrent gc request cancellation
Reviewed-by: kdnilsen
|
2026-03-27 17:57:30 +00:00 |
|
Vladimir Kozlov
|
a4d160e646
|
8380828: AOTCodeReader::fix_relocations() should be called before ICache::invalidate_range() is called
Reviewed-by: adinn, asmehra
|
2026-03-27 16:19:22 +00:00 |
|
Vladimir Kozlov
|
ba700f105a
|
8381059: Add class name to deoptimization events and -Xlog:deoptimization=debug output
Reviewed-by: dlong, aseoane
|
2026-03-27 16:16:09 +00:00 |
|
Daisuke Yamazaki
|
1ed1bb8ccb
|
8379818: Refactor java/nio/file/Files/StreamLinesTest.java to use JUnit
Reviewed-by: bpb
|
2026-03-27 15:52:13 +00:00 |
|
Benjamin Peterson
|
426547d2c8
|
8380968: classfile package doc mentions nonexistent UtfEntry
Reviewed-by: liach
|
2026-03-27 14:56:54 +00:00 |
|
Yasumasa Suenaga
|
2994524025
|
8380956: HexFormat shoud have @ValueBased
Reviewed-by: rriggs, stuefe, liach
|
2026-03-27 13:26:49 +00:00 |
|
Ivan Walulya
|
b242eef312
|
8380656: G1: Refactor G1IHOPControl
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: ayang, tschatzl
|
2026-03-27 11:20:05 +00:00 |
|
Serhiy Sachkov
|
cca8c23871
|
8380999: Update IPSupport by adding diagnoseConfigurationIssue() method
Reviewed-by: dfuchs
|
2026-03-27 10:36:34 +00:00 |
|
Anton Seoane Ampudia
|
c0e500ad99
|
8379794: C2: UBSAN runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'
Reviewed-by: rcastanedalo, qamai, dlong
|
2026-03-27 09:44:37 +00:00 |
|
Benjamin Peterson
|
53c864a881
|
8380960: "Foreign function access" discussion links to wrong downcallHandle overload
Reviewed-by: mcimadamore
|
2026-03-27 08:18:47 +00:00 |
|
Thomas Schatzl
|
cee1e040b3
|
8380541: G1: Add g1CollectorState.inline.hpp file
Reviewed-by: ayang, stefank
|
2026-03-27 07:56:55 +00:00 |
|
Stefan Karlsson
|
22bbf900e1
|
8380872: Remove lingering comments about the removed stack locking
Reviewed-by: aboldtch, dholmes
|
2026-03-27 07:13:56 +00:00 |
|
Mohamed Issa
|
1a99655554
|
8378295: Update scalar AVX10 floating point min/max definitions
Reviewed-by: sviswanathan, mhaessig, jbhateja, sparasa
|
2026-03-27 04:56:30 +00:00 |
|
Rui Li
|
5164fbc9f8
|
8374191: Shenandoah: Consider an assert in get_object_age
Reviewed-by: wkemper
|
2026-03-26 23:47:12 +00:00 |
|
Chen Liang
|
6a92c53144
|
8380915: Cleanup some Java declarations of the Vector API
Reviewed-by: psandoz
|
2026-03-26 22:52:44 +00:00 |
|
Phil Race
|
062d89bff5
|
8380804: Remove remaining AppContext usage from the Swing implementation
Reviewed-by: dnguyen, serb
|
2026-03-26 21:23:04 +00:00 |
|
Sergey Bylokhov
|
4d2623757f
|
8359433: The final modifier on Windows L&F internal UI classes prevents extending them in apps
Reviewed-by: prr, aivanov
|
2026-03-26 20:59:45 +00:00 |
|
Damon Nguyen
|
91892948ee
|
8380229: 2 Impossible or redundant condition defect groups in 2 files
Reviewed-by: honkar, prr
|
2026-03-26 20:21:19 +00:00 |
|
Kelvin Nilsen
|
68c48290d6
|
8380459: Shenandoah: Do not reset bytes-allocated-since-gc-start when degenerating
Reviewed-by: wkemper
|
2026-03-26 20:04:13 +00:00 |
|
Brian Burkhalter
|
40d65f1063
|
8379583: (fs) Files.copy use of posix_fadvise is problematic on Linux
Reviewed-by: alanb
|
2026-03-26 18:38:04 +00:00 |
|
Leo Korinth
|
c5c5340b52
|
8379224: Always use zero as invalid page size
Reviewed-by: stefank, ayang
|
2026-03-26 18:37:45 +00:00 |
|
Leo Korinth
|
72176305ae
|
8379346: Cleanup casts and implicit conversions to boolean
Reviewed-by: stefank, dholmes, ayang
|
2026-03-26 18:16:17 +00:00 |
|
Naoto Sato
|
aecc16358f
|
8230421: Java cannot handle Euro sign at the Simplified Chinese Windows Command Prompt
Reviewed-by: sherman
|
2026-03-26 17:53:53 +00:00 |
|
Joe Darcy
|
541557ad1d
|
8380671: Refactor BasicFloat16ArithTests.java
Reviewed-by: bpb
|
2026-03-26 17:19:50 +00:00 |
|
Yasumasa Suenaga
|
8ecb14cecf
|
8379454: SA still calculates end address with incorrect alignment
Reviewed-by: kevinw, cjplummer
|
2026-03-26 14:50:56 +00:00 |
|
Kerem Kat
|
22831cb0d8
|
8378005: Exclude boxing calls from guaranteed safepoint check in loop opts
Reviewed-by: mhaessig, chagedorn
|
2026-03-26 14:15:11 +00:00 |
|
Paul Hübner
|
b3048bbed0
|
8370504: InterpreterMacroAssembler::profile_virtual_call parameter 'receiver_can_be_null' is unused
Reviewed-by: aseoane, azafari, mchevalier, fbredberg
|
2026-03-26 14:09:17 +00:00 |
|
Ioi Lam
|
1e3fb444c5
|
8380409: JVM crashes when -XX:AOTMode=create uses app.aotconf generated with JVMTI agent
Reviewed-by: kvn, asmehra
|
2026-03-26 13:54:02 +00:00 |
|
Daniel Fuchs
|
60ce4857f4
|
8380931: Refactor remaining java/nio/channels TestNG tests to use JUnit
Reviewed-by: alanb
|
2026-03-26 11:48:34 +00:00 |
|
Coleen Phillimore
|
407b677d5f
|
8380942: Fix whitespace and conditional logic in interpreter code
Reviewed-by: dholmes, aartemov
|
2026-03-26 11:41:10 +00:00 |
|
Arno Zeller
|
e07ab7fb9b
|
8380288: [BACKOUT] Incorrect Interpretation of POSIX TZ Environment Variable on AIX
Reviewed-by: mbaesken, mdoerr
|
2026-03-26 11:17:18 +00:00 |
|
Thomas Stuefe
|
da296cbea1
|
8363996: Obsolete UseCompressedClassPointers
Reviewed-by: rkennke, kvn, adinn, dholmes, mdoerr, iklam, fyang
|
2026-03-26 11:08:48 +00:00 |
|
Dusan Balek
|
ab659d4ee4
|
8371817: javac with annotation processor throws AssertionError: Cannot add metadata to this type: METHOD when dealing with local classes
Reviewed-by: mcimadamore
|
2026-03-26 10:19:37 +00:00 |
|
Erik Österlund
|
aea8947e9d
|
8378176: Concurrent GC worker threads may suffer from priority inversion
Reviewed-by: kbarrett, ayang, tschatzl
|
2026-03-26 09:29:53 +00:00 |
|
Matthias Baesken
|
c64f7357a5
|
8379516: Adjust JVM debug helper exports
Reviewed-by: kbarrett, lucy, clanger
|
2026-03-26 08:19:31 +00:00 |
|
Yasumasa Suenaga
|
960161db82
|
8380764: Vector classes should have @ValueBased
Reviewed-by: liach
|
2026-03-26 07:22:04 +00:00 |
|
Yasumasa Suenaga
|
69deec2016
|
8378985: serviceability/sa/TestJhsdbJstackMixedWithXComp.java failed if sender frame is return barrier of Continuation
Reviewed-by: cjplummer, mdoerr, fyang
jdk-27+15
|
2026-03-26 02:16:00 +00:00 |
|
Alexey Semenyuk
|
ceb109fbd8
|
8380081: jpackage: Incorrect descriptions of win-specific options
Reviewed-by: nlisker, almatvee
|
2026-03-26 01:59:10 +00:00 |
|
Dingli Zhang
|
a55656d2f9
|
8380789: RISC-V: TestOpaqueConstantBoolNodes.java fails when running without RVV
Reviewed-by: fyang
|
2026-03-26 01:53:36 +00:00 |
|
Ioi Lam
|
3588fb7969
|
8380825: AOT tests should run in two step training mode by default
Reviewed-by: kvn, vlivanov
|
2026-03-25 22:07:41 +00:00 |
|
Justin Lu
|
88bdbb78b2
|
8380472: Clean up test/jdk/jdk/nio/zipfs/PathOps.java shared file system usage
Reviewed-by: lancea, jpai
|
2026-03-25 18:26:24 +00:00 |
|
Ana-Maria Mihalceanu
|
2852928254
|
8380663: Update jcmd man page to include AOT.end_recording diagnostic command
Reviewed-by: kevinw, kvn
|
2026-03-25 17:20:46 +00:00 |
|
Albert Mingkun Yang
|
331c754017
|
8380523: Refactor TLAB slow allocation naming
Reviewed-by: stefank, jsikstro
|
2026-03-25 16:32:44 +00:00 |
|
Hai-May Chao
|
02972a5856
|
8379549: sun/security/ssl/SSLSocketImpl/SSLSocketSSLEngineCloseInbound.java failed with SocketException: Connection reset by peer
Reviewed-by: wetmore, syan, dcubed
|
2026-03-25 15:52:04 +00:00 |
|
Hai-May Chao
|
cf424480f4
|
8375275: Error handling to raise illegal_parameter or internal_error alert in hybrid key exchange
Reviewed-by: wetmore, mpowers
|
2026-03-25 15:29:34 +00:00 |
|
Kim Barrett
|
ca0bee78f5
|
8374915: Move assertion in GenericTaskQueue<>::pop_global()
Reviewed-by: tschatzl, ayang
|
2026-03-25 15:19:32 +00:00 |
|
Ashutosh Mehra
|
2a6d92fd27
|
8380703: Assertion failure in TestCodeEntryAlignment.java
Reviewed-by: kvn, adinn
|
2026-03-25 14:59:18 +00:00 |
|
Joel Sikström
|
4dca6e4ca8
|
8380903: [BACKOUT] Mitigate Neoverse-N1 erratum 1542419 negative impact on GCs and JIT performance
Reviewed-by: aboldtch
|
2026-03-25 14:01:26 +00:00 |
|