Tobias Hartmann
7aa3f31724
8359678: C2: assert(static_cast<T1>(result) == thing) caused by ReverseBytesNode::Value()
...
Reviewed-by: chagedorn
Backport-of: e5ab210713f76c5307287bd97ce63f9e22d0ab8e
2025-07-15 11:35:53 +00:00
Richard Reingruber
ce85123f3a
8361602: [TESTBUG] serviceability/HeapDump/UnmountedVThreadNativeMethodAtTop.java deadlocks on exception
...
Reviewed-by: clanger, cjplummer
Backport-of: 917d0182cb5ea6066afd396381ca4650371e64b0
2025-07-15 08:02:44 +00:00
Tobias Hartmann
dd82a0922b
8350177: C2 SuperWord: Integer.numberOfLeadingZeros, numberOfTrailingZeros, reverse and bitCount have input types wrongly truncated for byte and short
...
Reviewed-by: chagedorn
Backport-of: 77bd417c9990f57525257d9df89b9df4d7991461
2025-07-14 07:31:27 +00:00
Chen Liang
c374ac6df4
8361615: CodeBuilder::parameterSlot throws undocumented IOOBE
...
Reviewed-by: asotona
Backport-of: c9bea77342672715f8f720d7311d66c2b3ac9f8a
2025-07-11 22:52:41 +00:00
David Holmes
9adc480ec3
8361447: [REDO] Checked version of JNI Release<type>ArrayElements needs to filter out known wrapped arrays
...
8361754: New test runtime/jni/checked/TestCharArrayReleasing.java can cause disk full errors
Reviewed-by: coleenp
Backport-of: f67e4354316dcec185eac66adec2395e20b62579
2025-07-11 00:21:36 +00:00
Chris Plummer
96380509b3
8360312: Serviceability Agent tests fail with JFR enabled due to unknown thread type JfrRecorderThread
...
Reviewed-by: kevinw, sspitsyn
Backport-of: 712d866b72b43c839c57c3303dfb215f94c0db3b
2025-07-10 15:43:11 +00:00
Brian Burkhalter
9b99ed8b39
8361299: (bf) CharBuffer.getChars(int,int,char[],int) violates pre-existing specification
...
Reviewed-by: liach, alanb
Backport-of: 6249259c8050f280fb1c489e816f09d5cd72a54b
2025-07-10 15:14:31 +00:00
Richard Reingruber
532b1c732e
8360599: [TESTBUG] DumpThreadsWithEliminatedLock.java fails because of unstable inlining
...
Reviewed-by: mdoerr, kevinw
Backport-of: fea73c1d40441561a246f2a09a739367cfc197ea
2025-07-10 07:34:40 +00:00
Jan Lahoda
50751da562
8361570: Incorrect 'sealed is not allowed here' compile-time error
...
Reviewed-by: liach, vromero
Backport-of: 853319439e7887ddd54f8c4a3d79aa62ec51fd64
2025-07-09 13:41:05 +00:00
Jan Lahoda
21cb2acda0
8361445: javac crashes on unresolvable constant in @SuppressWarnings
...
Reviewed-by: liach, asotona
Backport-of: 0bd2f9cba2118ed5a112b4c70b8ff4a1a58f21dd
2025-07-09 05:07:20 +00:00
Vicente Romero
0e4422b284
8361214: An anonymous class is erroneously being classify as an abstract class
...
Reviewed-by: liach
Backport-of: 05c9eec8d087cbfffed19031a531b72ad18a52cf
2025-07-08 21:13:43 +00:00
Jan Lahoda
5e716fd7d1
8359596: Behavior change when both -Xlint:options and -Xlint:-options flags are given
...
Reviewed-by: liach
Backport-of: 3525a40f39a966b8592f694a9b3cd4c5dc449266
2025-07-08 07:16:25 +00:00
Manukumar V S
9a73987f9b
8359889: java/awt/MenuItem/SetLabelTest.java inadvertently triggers clicks on items pinned to the taskbar
...
Reviewed-by: abhiscxk, aivanov
Backport-of: b7fcd0b2351cee8d3d18abaf0bf5905d20c9d46c
2025-07-07 13:14:30 +00:00
Erik Gahlin
8707167ef3
8358750: JFR: EventInstrumentation MASK_THROTTLE* constants should be computed in longs
...
Reviewed-by: mgronlun
Backport-of: 77e69e02ebd280636859dd698423db6ac3bc7f5c
2025-07-04 15:07:32 +00:00
Erik Gahlin
e3bd9c6e1c
8360287: JFR: PlatformTracer class should be loaded lazily
...
Reviewed-by: mgronlun
Backport-of: 8ea544c33fc502208577249fb83544f8d876bc17
2025-07-03 18:34:38 +00:00
Martin Doerr
993215f3dd
8361259: JDK25: Backout JDK-8258229
...
Reviewed-by: mhaessig, thartmann, dlong
2025-07-03 08:52:23 +00:00
Martin Doerr
8a98738f44
8361183: JDK-8360887 needs fixes to avoid cycles and better tests (aix)
...
Reviewed-by: mbaesken
Backport-of: c460f842bf768995b271cd6362940877a4a79665
2025-07-03 08:46:22 +00:00
Kevin Walls
92268e17be
8359870: JVM crashes in AccessInternal::PostRuntimeDispatch
...
Reviewed-by: alanb, sspitsyn
Backport-of: 13a3927855da61fe27f3b43e5e4755d0c5ac5a16
2025-07-02 16:59:29 +00:00
Martin Doerr
a98a5e54fc
8360887: (fs) Files.getFileAttributeView returns unusable FileAttributeView if UserDefinedFileAttributeView unavailable (aix)
...
Reviewed-by: mbaesken
Backport-of: 0572b6ece7a77d13d23ac0c6d72d4fe5d5f0d944
2025-07-02 15:34:12 +00:00
Aleksey Shipilev
b245c517e3
8359436: AOTCompileEagerly should not be diagnostic
...
Reviewed-by: kvn
Backport-of: e138297323de3f6990c4c536b1cefd209ce3a69c
2025-07-02 11:52:28 +00:00
Jaikiran Pai
554e38dd5a
8359337: XML/JAXP tests that make network connections should ensure that no proxy is selected
...
Reviewed-by: dfuchs, iris, joehw
Backport-of: 7583a7b857da053c5e3770b680ab3494f1a6b66a
2025-07-02 01:36:10 +00:00
Roland Westrelin
eaaaae5be9
8356708: C2: loop strip mining expansion doesn't take sunk stores into account
...
Reviewed-by: thartmann, epeter
Backport-of: c11f36e6200b6c39fd59530f28e9318c4153db49
2025-06-27 16:27:33 +00:00
Jaikiran Pai
926c900efa
8359830: Incorrect os.version reported on macOS Tahoe 26 (Beta)
...
Reviewed-by: rriggs
Backport-of: 8df6b2c4a355751cd8ca37cc5932be66bccaa123
2025-06-27 02:18:57 +00:00
Hannes Wallnöfer
a576952039
8359024: Accessibility bugs in API documentation
...
Reviewed-by: liach
Backport-of: 9a726df3731a22bdd4e768d83835aba9240967d2
2025-06-25 05:36:31 +00:00
Anthony Scarpino
b89f364842
8358099: PEM spec updates
...
Reviewed-by: weijun
Backport-of: 78158f30aee51e14ab203b0127aeb883c010319c
2025-06-24 19:32:07 +00:00
Coleen Phillimore
0694cc1d52
8352075: Perf regression accessing fields
...
Reviewed-by: shade, iklam
Backport-of: e18277b470a162b9668297e8e286c812c4b0b604
2025-06-24 17:10:28 +00:00
Phil Race
fe9efb75b0
8358526: Clarify behavior of java.awt.HeadlessException constructed with no-args
...
Reviewed-by: honkar, tr, azvegint
Backport-of: 81985d422d3a433c1248deec18e4fd9b9f780c2c
2025-06-23 17:05:48 +00:00
Matthias Bläsing
79a85df074
8353950: Clipboard interaction on Windows is unstable
...
8332271: Reading data from the clipboard from multiple threads crashes the JVM
Reviewed-by: prr
Backport-of: 92be7821f5d5cbf5fe0244b41b2b7b1ada898df0
2025-06-20 21:49:26 +00:00
Jaikiran Pai
41928aed7d
8359709: java.net.HttpURLConnection sends unexpected "Host" request header in some cases after JDK-8344190
...
Reviewed-by: dfuchs
Backport-of: 57266064a7bb995c3c614c19b936687af35e9aa4
2025-06-20 09:47:26 +00:00
SendaoYan
36b185a930
8359402: Test CloseDescriptors.java should throw SkippedException when there is no lsof/sctp
...
Reviewed-by: jpai
Backport-of: a16d23557b101504ed2ff95cf1a3c5ba11afe33d
2025-06-20 06:26:52 +00:00
Erik Gahlin
c832f001e4
8359593: JFR: Instrumentation of java.lang.String corrupts recording
...
Reviewed-by: mgronlun
Backport-of: 2f2acb2e3f292517456f5b328a35182863188653
2025-06-19 14:19:16 +00:00
Damon Fenacci
cc4e9716ac
8358129: compiler/startup/StartupOutput.java runs into out of memory on Windows after JDK-8347406
...
Reviewed-by: shade
Backport-of: 534a8605e5f4d771be69426687b2188d5353c91e
2025-06-17 13:10:06 +00:00
Roland Westrelin
46cfc1e194
8358334: C2/Shenandoah: incorrect execution with Unsafe
...
Reviewed-by: thartmann
Backport-of: 1fcede053cca360c96606c1034b2a365a4fada82
2025-06-17 08:06:58 +00:00
Rajan Halade
ae71782e77
8359170: Add 2 TLS and 2 CS Sectigo roots
...
Reviewed-by: mullan
Backport-of: 9586817cea3f1cad8a49d43e9106e25dafa04765
2025-06-17 06:10:35 +00:00
SendaoYan
eb727dcb51
8359272: Several vmTestbase/compact tests timed out on large memory machine
...
Reviewed-by: ayang
Backport-of: a0fb35c8379295d2927c18d694ea52f7b7488a2b
2025-06-17 00:43:52 +00:00
Johannes Bechberger
b6cacfcbc8
8359135: New test TestCPUTimeSampleThrottling fails intermittently
...
Reviewed-by: mdoerr
Backport-of: 3f0fef2c9c323cb7b6e9191b17eac4296ff22dac
2025-06-16 16:20:54 +00:00
Hamlin Li
d870a48880
8358892: RISC-V: jvm crash when running dacapo sunflow after JDK-8352504
...
8359045: RISC-V: construct test to verify invocation of C2_MacroAssembler::enc_cmove_cmp_fp => BoolTest::ge/gt
Reviewed-by: fyang
Backport-of: 9d060574e5dbd13e634f00d749d0108ceff1fae8
2025-06-16 11:18:32 +00:00
Fernando Guallini
2ea2f74f92
8358171: Additional code coverage for PEM API
...
Reviewed-by: rhalade, ascarpino
Backport-of: b2e7cda6a0bd21fa3c4ffe2a67da4953f1ca3f1f
2025-06-16 09:54:18 +00:00
Alan Bateman
077ce2edc7
8358764: (sc) SocketChannel.close when thread blocked in read causes connection to be reset (win)
...
Reviewed-by: iris, jpai
Backport-of: e5196fc24d2ec9e581af7803ac47036111fee029
2025-06-16 09:19:56 +00:00
Tobias Hartmann
3bd80fe3ba
8357782: JVM JIT Causes Static Initialization Order Issue
...
Reviewed-by: shade
Backport-of: e8ef93ae9de624f25166bdf010c915672b2c5cf4
2025-06-15 09:05:56 +00:00
Tobias Hartmann
03232d4a5d
8359200: Memory corruption in MStack::push
...
Reviewed-by: epeter, shade
Backport-of: ed39e17e34a2a3fd08a3e54d8d2c309deb99f61a
2025-06-15 09:04:55 +00:00
Daniel Fuchs
4111730845
8359364: java/net/URL/EarlyOrDelayedParsing test fails intermittently
...
Reviewed-by: alanb
Backport-of: 57cabc6d741c14a8029aec324ba96e8ced4afcbd
2025-06-13 16:54:40 +00:00
Tobias Hartmann
839a91e14b
8357982: Fix several failing BMI tests with -XX:+UseAPX
...
Reviewed-by: chagedorn
Backport-of: c98dffa186d48c41e76fd3a60e0129a8da60310f
2025-06-12 11:11:41 +00:00
Daniel Fuchs
aa4f79eaec
8358617: java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fails with 403 due to system proxies
...
Reviewed-by: jpai
Backport-of: a377773fa76b46ac98533c61bc1410485390115e
2025-06-11 16:22:34 +00:00
Rajan Halade
80e066e733
8345414: Google CAInterop test failures
...
Reviewed-by: weijun
Backport-of: 8e9ba788ae04a9a617a393709bf2c51a0c157206
2025-06-06 21:31:33 +00:00
Patricio Chilano Mateo
c59e44a7aa
8357914: TestEmptyBootstrapMethodsAttr.java fails when run with TEST_THREAD_FACTORY=Virtual
...
Reviewed-by: lmesnik, dholmes, sspitsyn, syan
2025-06-05 15:02:02 +00:00
Dmitry Chuyko
23f1d4f9a9
8337666: AArch64: SHA3 GPR intrinsic
...
Reviewed-by: aph
2025-06-05 14:28:27 +00:00
Erik Gahlin
33ed7c1842
8358689: test/micro/org/openjdk/bench/java/net/SocketEventOverhead.java does not build after JDK-8351594
...
Reviewed-by: alanb
2025-06-05 13:08:48 +00:00
Viktor Klang
782bbca439
8358633: Test ThreadPoolExecutorTest::testTimedInvokeAnyNullTimeUnit is broken by JDK-8347491
...
Reviewed-by: alanb
2025-06-05 12:04:57 +00:00
Erik Gahlin
eb770a060a
8351594: JFR: Rate-limited sampling of Java events
...
Reviewed-by: mgronlun, alanb
2025-06-05 11:36:08 +00:00