Archie L. Cobbs
34ab5edecf
Merge branch 'JDK-8359596' into JDK-8348611
2025-06-18 16:22:53 -05:00
Archie L. Cobbs
9e788319c5
Ensure that "-Xlint:none" still works for the affected warnings.
...
The extra checks for "-Xlint:none" are needed now because of JDK-8352612,
which changed the behavior of "-Xlint:none" to no longer imply "-nowarn",
which allowed the affected warnings to get away with skipping that check.
2025-06-18 16:06:32 -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
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
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
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
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
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
Johannes Bechberger
ace70a6d6a
8358666: [REDO] Implement JEP 509: JFR CPU-Time Profiling
...
Reviewed-by: mgronlun
2025-06-05 08:18:18 +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
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
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
Stuart Marks
ef47635d5a
8358015: Fix SequencedMap sequenced view method specifications
...
Reviewed-by: jpai, bchristi
2025-06-04 16:14:31 +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
Tom Shull
0352477ff5
8357660: [JVMCI] Add support for retrieving all BootstrapMethodInvocations directly from ConstantPool
...
Reviewed-by: dnsimon, yzheng
2025-06-04 13:50:36 +00:00
Erik Gahlin
a653ff4893
8358536: jdk/jfr/api/consumer/TestRecordingFileWrite.java times out
...
Reviewed-by: mgronlun
2025-06-04 13:39:31 +00:00
Emanuel Peter
248341d372
8344942: Template-Based Testing Framework
...
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Co-authored-by: Tobias Holenstein <tholenstein@openjdk.org>
Co-authored-by: Theo Weidmann <tweidmann@openjdk.org>
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Co-authored-by: Manuel Hässig <mhaessig@openjdk.org>
Reviewed-by: chagedorn, mhaessig, rcastanedalo
2025-06-04 13:16:24 +00:00
Archie Cobbs
09ec4de74d
8358066: Non-ascii package names gives compilation error "import requires canonical name"
...
Reviewed-by: jlahoda, naoto
2025-06-04 12:56:18 +00:00
Robbin Ehn
dc961609f8
8356159: RISC-V: Add Zabha
...
Reviewed-by: fyang, fjiang
2025-06-04 12:43:23 +00:00
Alan Bateman
7838321b74
8358496: Concurrent reading from Socket with timeout executes sequentially
...
Reviewed-by: dfuchs
2025-06-04 09:52:45 +00:00
Sean Coffey
42f48a39e8
8350689: Turn on timestamp and thread metadata by default for java.security.debug
...
Reviewed-by: mullan
2025-06-04 09:41:51 +00:00
He-Pin(kerr)
f141674d16
8347491: IllegalArgumentationException thrown by ThreadPoolExecutor doesn't have a useful message
...
Reviewed-by: vklang, liach, pminborg
2025-06-04 08:28:29 +00:00
Magnus Ihse Bursie
edf92721c2
8356977: UTF-8 cleanups
...
Reviewed-by: naoto, prr
2025-06-04 08:10:42 +00:00
Jaikiran Pai
b5cfd76c04
8358456: ZipFile.getInputStream(ZipEntry) throws unspecified IllegalArgumentException
...
Reviewed-by: lancea
2025-06-04 06:38:06 +00:00
Alan Bateman
f17b2bc06a
8356870: HotSpotDiagnosticMXBean.dumpThreads and jcmd Thread.dump_to_file updates
...
Reviewed-by: sspitsyn, kevinw
2025-06-04 04:10:10 +00:00
Naoto Sato
9c74d54514
8358158: test/jdk/java/io/Console/CharsetTest.java failing with NoClassDefFoundError: jtreg/SkippedException
...
Reviewed-by: joehw, jlu, iris
2025-06-03 23:28:00 +00:00
Daniel Gredler
939753579b
8356803: Test TextLayout/TestControls fails on windows & linux: line and paragraph separator show non-zero advance
...
8356812: Create an automated version of TextLayout/TestControls
Reviewed-by: prr, honkar
2025-06-03 23:27:44 +00:00
Tom Shull
e235b61a8b
8357987: [JVMCI] Add support for retrieving all methods of a ResolvedJavaType
...
Reviewed-by: dnsimon, yzheng, never
2025-06-03 19:38:58 +00:00
Daniel D. Daugherty
e984fa7997
8358539: ProblemList jdk/jfr/api/consumer/TestRecordingFileWrite.java
...
Reviewed-by: ayang, bpb
2025-06-03 18:41:05 +00:00
Alisen Chung
461cb84277
8345538: Robot.mouseMove doesn't clamp bounds on macOS when trying to move mouse off screen
...
Reviewed-by: honkar, prr
2025-06-03 18:02:47 +00:00
Chris Plummer
c382da5798
8358178: Some nsk/jdi tests should be run with includevirtualthreads=y even though they pass without
...
Reviewed-by: sspitsyn, lmesnik
2025-06-03 17:19:31 +00:00
Jatin Bhateja
d7e58ac480
8351635: C2 ROR/ROL: assert failed: Long constant expected
...
Reviewed-by: thartmann, chagedorn
2025-06-03 17:00:54 +00:00