Archie L. Cobbs
|
fa34f6f61c
|
Merge branch 'JDK-8348611' into JDK-8344159
|
2025-06-18 14:24:06 -05:00 |
|
Archie L. Cobbs
|
38febc6b17
|
Merge branch 'JDK-8359596' into JDK-8348611
|
2025-06-18 12:58:00 -05:00 |
|
Archie L. Cobbs
|
8dcea7004f
|
No need for /nodynamiccopyright/ with this test.
|
2025-06-17 08:59:59 -05:00 |
|
Archie L. Cobbs
|
5069bf2d66
|
Restore behavior when both -Xlint:options and -Xlint:-options are given.
|
2025-06-16 20:52:10 -05:00 |
|
Archie L. Cobbs
|
b7adf7c439
|
Revert regression test change that is no longer necessary.
|
2025-06-13 17:18:21 -05:00 |
|
Archie L. Cobbs
|
24df3a2e50
|
Add comment to regression test.
|
2025-06-13 17:18:09 -05:00 |
|
Archie L. Cobbs
|
cde1f5ef56
|
Revert PR #24600 (for JDK-8354447) from this branch so it's not a dependency.
|
2025-06-13 16:35:08 -05:00 |
|
Archie L. Cobbs
|
16debaa4c3
|
Small refactoring to utilize new method Options.isExplicitlyDisabled().
|
2025-06-10 14:32:42 -05:00 |
|
Archie L. Cobbs
|
2430a08837
|
Merge branch 'JDK-8348611' into JDK-8344159
|
2025-06-05 17:09:15 -05:00 |
|
Archie L. Cobbs
|
2c4d228023
|
Merge branch 'master' into JDK-8348611
|
2025-06-05 17:00:53 -05:00 |
|
Archie Cobbs
|
c793de989f
|
8350212: Track source end positions of declarations that support @SuppressWarnings
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: mcimadamore
|
2025-06-05 21:57:33 +00:00 |
|
Andrey Turbanov
|
15178aa298
|
8357688: Remove unnecessary List.get before remove in PopupFactory
Reviewed-by: azvegint, kizune, serb
|
2025-06-05 20:19:53 +00:00 |
|
Archie L. Cobbs
|
b3a5140b35
|
Merge branch 'JDK-8348611' into JDK-8344159
|
2025-06-05 12:55:55 -05:00 |
|
Archie L. Cobbs
|
7f062a6952
|
Merge branch 'master' into JDK-8348611 to fix conflicts.
|
2025-06-05 12:55:18 -05:00 |
|
Christian Stein
|
fe3be498b8
|
8357141: Update to use jtreg 7.5.2
Reviewed-by: erikj, ihse, iris
|
2025-06-05 17:30:01 +00:00 |
|
Cesar Soares Lucas
|
62fde68708
|
8357396: Refactor nmethod::make_not_entrant to use Enum instead of "const char*"
Reviewed-by: mhaessig, shade
jdk-26+1
|
2025-06-05 16:43:29 +00:00 |
|
Nizar Benalla
|
af87035b71
|
8355746: Start of release updates for JDK 26
8355748: Add SourceVersion.RELEASE_26
8355751: Add source 26 and target 26 to javac
Co-authored-by: Joe Darcy <darcy@openjdk.org>
Reviewed-by: iris, coleenp, darcy
|
2025-06-05 16:01:32 +00:00 |
|
Patricio Chilano Mateo
|
c59e44a7aa
|
8357914: TestEmptyBootstrapMethodsAttr.java fails when run with TEST_THREAD_FACTORY=Virtual
Reviewed-by: lmesnik, dholmes, sspitsyn, syan
jdk-25+26
jdk-26+0
|
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
|
6cdfd36ac8
|
8358590: JFR: Include min and max in MethodTiming event
Reviewed-by: mgronlun
|
2025-06-05 11:42:31 +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 |
|
Nizar Benalla
|
c5daf89053
|
8349369: test/docs/jdk/javadoc/doccheck/checks/jdkCheckLinks.java did not report on missing man page files
Reviewed-by: hannesw
|
2025-06-05 11:05:52 +00:00 |
|
Nizar Benalla
|
bd08932d5b
|
8356633: Incorrect use of {@link} in jdk.jshell
Reviewed-by: rgiulietti, vyazici
|
2025-06-05 10:31:23 +00:00 |
|
Markus Grönlund
|
d450e341c7
|
8357962: JFR Cooperative Sampling reveals inconsistent interpreter frames as part of JVMTI PopFrame
Reviewed-by: dholmes, eosterlund
|
2025-06-05 10:14:41 +00:00 |
|
Magnus Ihse Bursie
|
66feb490bd
|
8358543: Remove CommentChecker.java and DirDiff.java
Reviewed-by: erikj
|
2025-06-05 09:30:44 +00:00 |
|
Aleksey Shipilev
|
dc949003de
|
8358588: ThreadSnapshot.ThreadLock should be static nested class
Reviewed-by: alanb, sspitsyn, amenkov
|
2025-06-05 09:02:23 +00:00 |
|
Johannes Bechberger
|
ace70a6d6a
|
8358666: [REDO] Implement JEP 509: JFR CPU-Time Profiling
Reviewed-by: mgronlun
|
2025-06-05 08:18:18 +00:00 |
|
Dingli Zhang
|
48b97ac0e0
|
8358634: RISC-V: Fix several broken documentation web-links
Reviewed-by: fyang
|
2025-06-05 07:34:48 +00:00 |
|
Jaikiran Pai
|
08023481ed
|
8358558: (zipfs) Reorder the listing of "accessMode" property in the ZIP file system's documentation
Reviewed-by: dfuchs, vyazici, alanb, lancea
|
2025-06-05 04:24:05 +00:00 |
|
Vladimir Kozlov
|
849655a145
|
8358632: [asan] reports heap-buffer-overflow in AOTCodeCache::copy_bytes
Reviewed-by: vlivanov, iveresov
|
2025-06-05 03:25:46 +00:00 |
|
Hannes Greule
|
575806c0e5
|
8358078: javap crashes with NPE on preview class file
Reviewed-by: liach
|
2025-06-05 01:41:21 +00:00 |
|
David Holmes
|
8f8b367ae3
|
8350029: Illegal invokespecial interface not caught by verification
Reviewed-by: coleenp, matsaave
|
2025-06-05 00:35:26 +00:00 |
|
Markus Grönlund
|
9186cc7310
|
8358628: [BACKOUT] 8342818: Implement JEP 509: JFR CPU-Time Profiling
Reviewed-by: pchilanomate, dholmes
|
2025-06-04 23:55:18 +00:00 |
|
Magnus Ihse Bursie
|
b787ff6def
|
8358538: Update GHA Windows runner to 2025
Reviewed-by: shade
|
2025-06-04 23:19:33 +00:00 |
|
Johannes Bechberger
|
5b27e9c2df
|
8342818: Implement JEP 509: JFR CPU-Time Profiling
Reviewed-by: mgronlun, mdoerr, pchilanomate, apangin, shade
|
2025-06-04 22:08:58 +00:00 |
|
Aleksey Shipilev
|
3cf3e4bbec
|
8358339: Handle MethodCounters::_method backlinks after JDK-8355003
Reviewed-by: coleenp, kvn, iveresov
|
2025-06-04 21:32:29 +00:00 |
|
Joe Darcy
|
77c110c309
|
8357000: Write overview documentation for start of release changes
Reviewed-by: erikj, iris, ihse, dholmes
|
2025-06-04 20:03:48 +00:00 |
|
Ian Graves
|
901144ee0d
|
8358217: jdk/incubator/vector/PreferredSpeciesTest.java#id0 failures - expected [128] but found [256]
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: syan, psandoz
|
2025-06-04 19:46:30 +00:00 |
|
Justin Lu
|
8f821175cc
|
8358170: Repurpose testCompat in test/jdk/java/util/TimeZone/Bug8167143.java
Reviewed-by: naoto
|
2025-06-04 18:46:31 +00:00 |
|
Matthew Donovan
|
5ed246d17d
|
8357592: Update output parsing in test/jdk/sun/security/tools/jarsigner/compatibility/Compatibility.java
Reviewed-by: rhalade
|
2025-06-04 18:07:07 +00:00 |
|
Sergey Bylokhov
|
8939acc8ab
|
8358057: Update validation of ICC_Profile header data
Reviewed-by: honkar
|
2025-06-04 17:53:17 +00:00 |
|
Ashutosh Mehra
|
fd0ab04367
|
8358330: AsmRemarks and DbgStrings clear() method may not get called before their destructor
Reviewed-by: kvn
|
2025-06-04 16:52:38 +00:00 |
|
Justin Lu
|
8a79ac8863
|
8358449: Locale.getISOCountries does not specify the returned set is unmodifiable
Reviewed-by: naoto
|
2025-06-04 16:40:22 +00:00 |
|
Stuart Marks
|
ef47635d5a
|
8358015: Fix SequencedMap sequenced view method specifications
Reviewed-by: jpai, bchristi
|
2025-06-04 16:14:31 +00:00 |
|
Stefan Karlsson
|
c909216446
|
8357443: ZGC: Optimize old page iteration in remap remembered phase
Reviewed-by: aboldtch, eosterlund
|
2025-06-04 14:56:20 +00:00 |
|
Aleksey Shipilev
|
4e314cb9e0
|
8356000: C1/C2-only modes use 2 compiler threads on low CPU count machines
Reviewed-by: kvn, dfenacci, galder
|
2025-06-04 14:21:34 +00:00 |
|
Matias Saavedra Silva
|
a2723d91df
|
8345347: Test runtime/cds/TestDefaultArchiveLoading.java should accept VM flags or be marked as flagless
Reviewed-by: lmesnik, stefank, ccheung
|
2025-06-04 14:16:20 +00:00 |
|
Igor Veresov
|
ae1892fb0f
|
8358003: KlassTrainingData initializer reads garbage holder
Reviewed-by: coleenp, shade, vlivanov
|
2025-06-04 14:07:49 +00:00 |
|