87306 Commits

Author SHA1 Message Date
Vicente Romero
94de8982f9 8372382: Invalid RuntimeVisibleTypeAnnotations for compact record constructor
Reviewed-by: liach
2026-02-26 15:21:31 +00:00
Vicente Romero
4f83d211d1 8368864: Confusing error message (or wrong error) when record component has @deprecated Javadoc tag
Reviewed-by: jlahoda
2026-02-26 15:18:54 +00:00
Eirik Bjørsnøs
3b8abd459f 8378398: Modernize test/jdk/java/net/URLClassLoader/HttpTest.java
Reviewed-by: dfuchs
2026-02-26 15:12:21 +00:00
Vicente Romero
82ff0255c5 8374910: Use of containsTypeEquivalent in array type equality test seems bogus
Reviewed-by: liach
2026-02-26 14:12:50 +00:00
Alan Bateman
b13a291667 8378268: Thread.join can wait on Thread, allows joinNanos to be removed
Reviewed-by: jpai, vklang
2026-02-26 13:38:14 +00:00
Eirik Bjørsnøs
173153e1b2 8376403: Avoid loading ArrayDeque in java.util.zip.ZipFile
Reviewed-by: lancea, jpai
2026-02-26 12:03:16 +00:00
Jaikiran Pai
1674006047 8378631: Update Zlib Data Compression Library to Version 1.3.2
Reviewed-by: alanb, erikj, lancea
2026-02-26 11:47:10 +00:00
Quan Anh Mai
7065a24be6 8378240: C2: MemNode::can_see_stored_value assumes this can never be a StoreVector
Reviewed-by: chagedorn, epeter
2026-02-26 11:28:39 +00:00
Quan Anh Mai
00064ee773 8378239: C2: Incorrect check in StoreNode::Identity
Reviewed-by: epeter, rcastanedalo
2026-02-26 11:22:43 +00:00
Andrew Haley
4a08996147 8378107: Data cache zeroing is used even when it is prohibited
Reviewed-by: shade, adinn
2026-02-26 11:02:59 +00:00
Manuel Hässig
3d8ffabe5d 8364393: Allow templates to have # character without variable replacement
Reviewed-by: epeter, chagedorn
jdk-27+11
2026-02-26 08:21:48 +00:00
Jan Lahoda
a39a1f10f7 8268850: AST model for 'var' variables should more closely adhere to the source code
Reviewed-by: vromero
2026-02-26 08:10:37 +00:00
Emanuel Peter
fd48f68a2c 8378166: C2 VectorAPI: NBody / particle life demo
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Reviewed-by: sviswanathan, psandoz, jbhateja
2026-02-26 07:29:56 +00:00
Jayathirth D V
d7c8000a49 8378623: Use unique font names in FormatCharAdvanceTest
Reviewed-by: psadhukhan
2026-02-26 05:49:31 +00:00
Jasmine Karthikeyan
074044c2f3 8342095: Add autovectorizer support for subword vector casts
Reviewed-by: epeter, qamai
2026-02-26 05:15:30 +00:00
Jayathirth D V
fd74232d5d 8377526: Update Libpng to 1.6.55
Reviewed-by: azvegint, prr, serb
2026-02-26 03:32:19 +00:00
Serguei Spitsyn
d6044d3e28 8378194: Protect process_pending_interp_only() work with JvmtiThreadState_lock
Reviewed-by: amenkov, lmesnik
2026-02-26 00:52:37 +00:00
Xiaolong Peng
abec212428 8377011: Shenandoah: assert_bounds should be only called when boundaries have changed
Reviewed-by: wkemper, kdnilsen
2026-02-26 00:24:46 +00:00
Yasumasa Suenaga
32cc7f1f57 8377947: Test serviceability/sa/TestJhsdbJstackMixedCore.java failed on linux-x64
Reviewed-by: cjplummer, kevinw
2026-02-25 23:02:07 +00:00
David Holmes
8ba3de9834 8377948: The ThreadWXEnable use of PerfTraceTime is not safe during VM shutdown
Reviewed-by: aph, aartemov, fbredberg
2026-02-25 20:11:51 +00:00
Sergey Bylokhov
36d67ffd01 6434110: Color constructor parameter name is misleading
Reviewed-by: prr, aivanov
2026-02-25 20:09:48 +00:00
Alexey Semenyuk
9d4fbbe36d 8374222: jpackage will exit with error if it fails to clean the temp directory
Reviewed-by: almatvee
2026-02-25 17:43:05 +00:00
Phil Race
0ab8a85e87 8376152: Test javax/sound/sampled/Clip/bug5070081.java timed out then completed
Reviewed-by: syan, aivanov, azvegint
2026-02-25 17:37:09 +00:00
Leonid Mesnik
fb09749289 8378641: Test serviceability/jvmti/RedefineClasses/RedefineVerifyError.java‎ missing UnlockDiagnosticVMOptions after 8376295
Reviewed-by: ayang, dholmes, syan
2026-02-25 16:08:30 +00:00
Jatin Bhateja
8af95879f3 8377438: [VectorAPI] Add new carrier type to LaneType class
Reviewed-by: psandoz, liach
2026-02-25 15:58:49 +00:00
Chen Liang
5a59ed68f9 8376234: Migrate java/lang/constant tests away from TestNG
Reviewed-by: rriggs, alanb
2026-02-25 15:46:25 +00:00
Johan Sjölen
a3684a7952 8377909: Replace SummaryDiff's array implementation with a hashtable
Reviewed-by: azafari, phubner
2026-02-25 15:14:58 +00:00
Guanqiang Han
194be8180f 8374807: Crash in MethodData::extra_data_lock()+0x0 when running -XX:+TraceDeoptimization -XX:-ProfileTraps -XX:-TieredCompilation -Xcomp -version
Reviewed-by: vlivanov, epeter
2026-02-25 13:13:51 +00:00
Sean Coffey
93fe49abef 8371333: Optimize static initialization of SSLContextImpl classes and improve logging
Reviewed-by: hchao, jnimeh
2026-02-25 12:57:30 +00:00
Albert Mingkun Yang
ce6ccd385f 8378535: Parallel: Replace SpaceCounters with HSpaceCounters
Reviewed-by: iwalulya, tschatzl
2026-02-25 12:53:37 +00:00
Guanqiang Han
6aed0522eb 8373731: C2: Missed optimization opportunity for AddI
Reviewed-by: bmaillard, epeter, dlong
2026-02-25 12:49:45 +00:00
Casper Norrbin
7b145a51fa 8378100: Unused code in rewriter.hpp
Reviewed-by: shade, matsaave
2026-02-25 12:09:25 +00:00
Casper Norrbin
269c9f3ed5 8378442: RBTreeCHeap does not deallocate removed nodes when using remove_at_cursor
Reviewed-by: jsikstro, jsjolen
2026-02-25 11:51:51 +00:00
Alexey Ivanov
3e087d8ebd 8378585: Mark fields in MediaTracker final
Reviewed-by: serb, prr
2026-02-25 11:22:43 +00:00
Alexey Ivanov
5386a72bc2 8378578: Add final to XbmColormap and XbmHints in XbmImageDecoder
Reviewed-by: dmarkov, serb, prr, dnguyen
2026-02-25 11:22:23 +00:00
David Briemann
3a74f16e20 8376113: PPC64: Implement special MachNodes for floating point Min / Max
Reviewed-by: mdoerr, rrich
2026-02-25 11:02:50 +00:00
Casper Norrbin
5f098b1284 8376650: os::release_memory_special may not be needed anymore
Reviewed-by: coleenp, sjohanss
2026-02-25 10:49:20 +00:00
Anton Seoane Ampudia
d9e46e3b5e 8280283: Dead compiler code found during the JDK-8272058 code review
Reviewed-by: bulasevich, dcubed, phh
2026-02-25 09:49:21 +00:00
Fredrik Bredberg
119108c0d4 8373595: A new ObjectMonitorTable implementation
Co-authored-by: Anton Artemov <aartemov@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Roman Kennke <rkennke@openjdk.org>
Reviewed-by: aboldtch, amitkumar, aartemov, rkennke, coleenp, eosterlund
2026-02-25 09:24:44 +00:00
Matthias Baesken
0c09d2e222 8377880: Enable unused function warnings in hotspot with clang too
Reviewed-by: azafari, syan, clanger, lucy
2026-02-25 08:16:14 +00:00
Jan Lahoda
6c39d1bb73 8371683: TYPE_USE annotation on var lambda parameter should be rejected
Reviewed-by: vromero
2026-02-25 07:06:55 +00:00
Valerie Peng
e92726c352 8373690: Unexpected Keystore message using jdk.crypto.disabledAlgorithms
Reviewed-by: mullan, coffeys
2026-02-25 04:45:48 +00:00
Kim Barrett
9a92e144a9 8377726: Remove unused macros in register.hpp
Reviewed-by: ayang, mhaessig
2026-02-25 04:20:07 +00:00
Jaikiran Pai
a890dd1fcd 8362268: NPE thrown from SASL GSSAPI impl when TLS is used with QOP auth-int against Active Directory
Reviewed-by: dfuchs, aefimov
2026-02-25 01:08:44 +00:00
Chris Plummer
276b23d4e6 8377671: Step Over doesn't stop after receiving MethodExitEvent
Reviewed-by: sspitsyn, amenkov
2026-02-24 21:30:35 +00:00
Phil Race
49158d354b 8378387: Remove AppContext from several macOS AWT classes
Reviewed-by: serb, dnguyen
2026-02-24 20:50:57 +00:00
Leonid Mesnik
9f89fa5b67 8376295: "assert(BytecodeVerificationRemote) failed: Should not be here" when running class redefinition test with -XX:-BytecodeVerificationRemote
Reviewed-by: dholmes, coleenp, sspitsyn
2026-02-24 19:41:31 +00:00
Serguei Spitsyn
4673781523 8378549: Incorrect assert in JvmtiThreadState::update_for_pop_top_frame
Reviewed-by: lmesnik
2026-02-24 19:29:47 +00:00
Bradford Wetmore
79456110fb 8377914: Typos in HKDFParameterSpec.Builder::thenExpand
Reviewed-by: hchao
2026-02-24 19:27:24 +00:00
Daniel Fuchs
49f14eb9fc 8378344: Refactor test/jdk/java/net/httpclient/*.java TestNG tests to JUnit
Reviewed-by: vyazici
2026-02-24 13:57:01 +00:00