29809 Commits

Author SHA1 Message Date
Christian Hagedorn
e71fa9e806 8382057: C2: "assert((ptr->bottom_type() == Type::TOP) || ((base == Compile::current()->top()) == (ptr->bottom_type()->make_ptr()->isa_oopptr() == nullptr))) failed: base input only needed for heap addresses" with -XX:+CountCompiledCalls
Reviewed-by: rcastanedalo, bmaillard, kvn
2026-04-14 07:50:32 +00:00
Kieran Farrell
f2f8828188 8364182: Add jcmd VM.security_properties command
Reviewed-by: coffeys, kevinw, alanb
2026-04-14 07:36:55 +00:00
Aleksey Shipilev
da0ba89777 8381768: C2: GC barrier stubs miscalculate skipped instructions size
Reviewed-by: kvn, phh
2026-04-14 07:04:35 +00:00
Jaikiran Pai
51cd741573 8381670: Revert the changes to GZIPInputStream related to InputStream.available() usage
Reviewed-by: lancea, iris
2026-04-14 04:45:15 +00:00
Mark Powers
531dad0cd7 8369917: LMS/HSS RFC 9858 Support
Reviewed-by: weijun
2026-04-13 20:37:18 +00:00
Vladimir Ivanov
121165ec91 8290892: C2: Intrinsify Reference.reachabilityFence
Co-authored-by: Tobias Holenstein <tholenstein@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: dlong, epeter
2026-04-13 16:49:57 +00:00
Andrew Dinn
5cbc5653f4 8382081: AOT tests fail in add_stub_entries without JVMCI
Reviewed-by: chagedorn, mhaessig, kvn
2026-04-13 16:45:08 +00:00
Erik Gahlin
8882e7b64a 8382034: JFR: jdk-agents view is missing information
Reviewed-by: mgronlun
2026-04-13 16:42:22 +00:00
Erik Gahlin
dd76306903 8382048: JFR: RecordingFile::write doesn't truncate when overwriting
Reviewed-by: mgronlun
2026-04-13 13:55:27 +00:00
Albert Mingkun Yang
ac74e6f943 8382055: G1: Remove unused unused args in mark_evac_failure_object
Reviewed-by: tschatzl
2026-04-13 10:56:38 +00:00
Dusan Balek
d605b5709a 8179187: Misleading compilation error on annotated fully-qualified classname
Reviewed-by: jlahoda, vromero
2026-04-13 09:08:45 +00:00
Dingli Zhang
fa61282423 8381926: Fix implicit conversion in macroAssembler_riscv.hpp
Reviewed-by: fyang, wenanjian
2026-04-13 09:06:37 +00:00
Leo Korinth
efe7fd8683 8380163: Fix implicit conversion in macroAssembler_aarch64.hpp
Reviewed-by: aph, fyang
2026-04-13 08:14:47 +00:00
Matthias Baesken
78a6aa9c7a 8381937: Make exceptions in Java_sun_security_mscapi_CKeyPairGenerator generateCKeyPair more specific
Reviewed-by: mdoerr, lucy
2026-04-13 07:13:23 +00:00
Quan Anh Mai
0acc1d1e4f 8377163: C2: Iteration split must take into consideration sunk stores
Reviewed-by: chagedorn, dfenacci
2026-04-13 06:55:13 +00:00
Hannes Wallnöfer
6371da9a44 8378228: Replace jQuery UI autocomplete component in JavaDoc search
Reviewed-by: nbenalla
2026-04-13 06:14:13 +00:00
Daniel Gredler
fb2460663c 8381623: Additional immutability in sun.font: ExtendedTextSourceLabel, GlyphLayout
Reviewed-by: serb, prr
2026-04-12 23:16:05 +00:00
Alan Bateman
e893f4cf84 8196182: ServiceLoader.iterator().hasNext()/.next() may throw a LinkageError
8350481: ServiceLoader throws NCDEF instead of ServiceConfigurationError

Reviewed-by: liach, jpai
2026-04-11 04:49:31 +00:00
Alexey Semenyuk
aa6db8d06e 8382022: jpackage: enhance CompositeProxy
Reviewed-by: almatvee
2026-04-10 23:44:17 +00:00
William Kemper
88bd42d035 8314599: [GenShen] Couple adaptive tenuring and generation size budgeting
Reviewed-by: kdnilsen, xpeng, ruili
2026-04-10 19:39:39 +00:00
Andrew Dinn
322f3a3447 8381932: Publish stubgen entries when -XX:-AOTStubCaching configured
Reviewed-by: asmehra, kvn
2026-04-10 19:16:46 +00:00
Vladimir Ivanov
aa5677afcb 8374496: C2: assert(val->find_edge(con) > 0) failed
Reviewed-by: chagedorn, dfenacci
2026-04-10 18:36:58 +00:00
Albert Mingkun Yang
f7c06959a1 8381998: Move UseCompressedClassPointers to obsolete flags section
Reviewed-by: stefank, phubner, dholmes
2026-04-10 18:01:16 +00:00
Ioi Lam
d3d8a0d904 8381636: Add built-in AOT support to GrowableArray
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Reviewed-by: matsaave, kvn, coleenp
2026-04-10 17:55:02 +00:00
Vladimir Kozlov
a3309eb665 8381899: Assertions and crashes in aot/cds tests on Linux Alpine
Reviewed-by: adinn
2026-04-10 17:11:33 +00:00
Andrew Haley
701d0cb3a2 8381969: os::physical_memory is still broken in 32-bit systems when running on 64-bit OSes
Reviewed-by: jsikstro, stefank, aartemov
2026-04-10 17:03:15 +00:00
Dusan Balek
ccbbef5561 8381654: Tokenizer warnings dropped when annotation processing is present
Reviewed-by: jlahoda, liach
2026-04-10 15:15:15 +00:00
Alexey Ivanov
8357de88aa 8334868: Ensure CheckUninstallModalHook is called in WPageDialogPeer._show
Ensure AwtDialog::CheckInstallModalHook and
AwtDialog::ModalActivateNextWindow are always called
after ::PageSetupDlg returns.

Reverse the condition of the if statement and
bail out if ::PageSetupDlg returns an error.

Remove the doIt flag and use explicit returns:
* JNI_FALSE if an error detected;
* JNI_TRUE  if the function reached its end
without errors.

Reviewed-by: dmarkov, prr
2026-04-10 13:07:00 +00:00
Ivan Walulya
a0af250b42 8381006: G1: Wrong IHOP old gen allocation rate calculation in presence of periodic gcs
Reviewed-by: tschatzl, ayang
2026-04-10 07:53:29 +00:00
Eirik Bjørsnøs
d89bd4c980 8380542: ZipOutputStream.setComment and ZipEntry.setComment spec updates for rejecting unmappable characters and allowing null or empty comments
Reviewed-by: alanb, lancea, jpai
2026-04-10 05:29:18 +00:00
Yasumasa Suenaga
24f7945779 8377946: Use DWARF in mixed jstack on Linux AArch64
Reviewed-by: cjplummer, kevinw, erikj
2026-04-09 23:49:11 +00:00
Andrew Dinn
20387ffafc 8381879: JDK-8372617 has broken the Zero build
Reviewed-by: kvn
2026-04-09 18:28:09 +00:00
Andrew Haley
e6bce14874 8381765: AArch32: Capstone hsdis does not build
Reviewed-by: shade, erikj, jwaters
2026-04-09 17:01:16 +00:00
Chad Rakoczy
9a1f7d4ae3 8326205: Grouping frequently called C2 nmethods in CodeCache
Co-authored-by: Evgeny Astigeevich <eastigeevich@openjdk.org>
Reviewed-by: kvn, cslucas, aph
2026-04-09 16:06:38 +00:00
Eirik Bjørsnøs
9df6054d43 8380450: (zipfs) ZipFileSystem::getPath and ZipPath::resolve throw unspecified IllegalArgumentException for unmappable names
Reviewed-by: lancea
2026-04-09 13:52:13 +00:00
Ashutosh Mehra
81cc497e6e 8381819: Test compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails after JDK-8364584
Reviewed-by: kvn, mbaesken
2026-04-09 13:51:18 +00:00
Daishi Tabata
31b58871fc 8381566: G1: Concurrent refinement pre-sweep time logged as incorrect negative value
Reviewed-by: tschatzl, ayang
2026-04-09 13:43:48 +00:00
Kieran Farrell
289f3e2f62 8381184: Code clean up: missing line break and print out duplication
Reviewed-by: dholmes, kevinw
2026-04-09 11:06:58 +00:00
Roland Westrelin
60115c0bbf 8380158: C2: compiler/c2/TestGVNCrash.java asserts with adr and adr_type must agree
Reviewed-by: chagedorn, dfenacci
2026-04-09 09:35:13 +00:00
Srinivas Vamsi Parasa
dc8163052c 8381865: Fix debug build failure caused by not clearing CPU_APX_F feature after JDK-8364584
Reviewed-by: sviswanathan, kvn, asmehra
2026-04-08 20:52:28 +00:00
Eirik Bjørsnøs
67a71249a1 8381772: Remove mention of "mutable strings" in java.lang.String Javadocs
Reviewed-by: alanb, liach
2026-04-08 19:06:40 +00:00
Naoto Sato
13633c0825 8381379: Support std/dstOffset attributes in CLDR's metazone definitions
Reviewed-by: jlu
2026-04-08 18:35:40 +00:00
Justin Lu
67f590d8ba 8381681: Clarify locale usage in Javadoc for the Locale display methods
Reviewed-by: naoto
2026-04-08 16:08:02 +00:00
Evgeny Astigeevich
1e2aa616c9 8381770: Revert some shared changes done by JDK-8381003
Reviewed-by: kvn
2026-04-08 15:47:50 +00:00
Andrew Dinn
34686923aa 8372617: Save and restore stubgen stubs when using an AOT code cache
Reviewed-by: kvn, asmehra
2026-04-08 15:44:39 +00:00
Manuel Hässig
28a91d0e3a 8381795: AArch64: Optimized build is broken after JDK-8381003
Reviewed-by: chagedorn, jsikstro, eastigeevich
2026-04-08 12:00:42 +00:00
Thomas Schatzl
2ff1a29212 8381703: G1: Racy re-read of G1CMRootRegion::num_remaining_regions causes assertion failures
Reviewed-by: iwalulya, ayang
2026-04-08 11:44:12 +00:00
Dingli Zhang
6e1a1f927f 8381724: RISC-V: Pass temp registers and use them in CardTableBarrierSetAssembler::store_check()
Reviewed-by: fyang, ayang, wenanjian
2026-04-08 08:43:19 +00:00
Jan Lahoda
f6baab704e 8379550: Bad bytecode offset after JDK-8371155
Reviewed-by: vromero, abimpoudis
2026-04-08 06:23:42 +00:00
Daisuke Yamazaki
67c6990f9a 8344212: Bring back @see GraphicsConfiguration to MouseInfo.getPointerInfo()
Reviewed-by: aivanov, dmarkov, serb
2026-04-07 16:30:17 +00:00