Jorn Vernee
|
3b30095a63
|
8321130: Microbenchmarks do not build any more after 8254693 on 32 bit platforms
Reviewed-by: mcimadamore, tschatzl
|
2023-12-01 13:11:07 +00:00 |
|
Pavel Rappo
|
8f1d40b48b
|
8321114: Rename "Unnamed Classes" to "Implicitly Declared Classes" better
Reviewed-by: jlaskey
|
2023-12-01 11:51:25 +00:00 |
|
Christian Hagedorn
|
ecd335d8f4
|
8321107: Add more test cases for JDK-8319372
Reviewed-by: roland, kvn
|
2023-12-01 07:44:09 +00:00 |
|
Alan Bateman
|
2476be4590
|
8320716: ResolvedModule::reads includes self when configuration contains two or more automatic modules
Reviewed-by: mchung
|
2023-12-01 07:31:10 +00:00 |
|
Aggelos Biboudis
|
4ba94ef69e
|
8320145: Compiler should accept final variable in Record Pattern
Reviewed-by: jlahoda
|
2023-12-01 07:13:39 +00:00 |
|
Alexey Semenyuk
|
56d4c33f40
|
8227529: With malformed --app-image the error messages are awful
Reviewed-by: almatvee
|
2023-12-01 01:53:20 +00:00 |
|
Phil Race
|
76fea80707
|
8320608: Many jtreg printing tests are missing the @printer keyword
Reviewed-by: aivanov, serb
|
2023-11-30 22:59:37 +00:00 |
|
Jorn Vernee
|
e96e191952
|
8318586: Explicitly handle upcall stub allocation failure
8318653: UpcallTestHelper::runInNewProcess waits for forked process without timeout
Reviewed-by: shade, mcimadamore
|
2023-11-30 19:26:54 +00:00 |
|
Weijun Wang
|
0a60b0f99e
|
8302233: HSS/LMS: keytool and jarsigner changes
Reviewed-by: mullan
|
2023-11-30 19:14:29 +00:00 |
|
Jorn Vernee
|
8bedb28bbc
|
8321119: Disable java/foreign/TestHandshake.java on Zero VMs
Reviewed-by: eosterlund, shade
|
2023-11-30 16:35:12 +00:00 |
|
Daniel D. Daugherty
|
c6a8278362
|
8321127: ProblemList java/util/stream/GatherersTest.java
Reviewed-by: shade, alanb
|
2023-11-30 16:16:59 +00:00 |
|
Alisen Chung
|
a3eb664077
|
8315701: [macos] Regression: KeyEvent has different keycode on different keyboard layouts
Reviewed-by: aivanov, kizune
|
2023-11-30 16:11:09 +00:00 |
|
Volodymyr Paprotski
|
6aba6aa6f1
|
8320347: Emulate vblendvp[sd] on ECore
Reviewed-by: sviswanathan, jbhateja
|
2023-11-30 16:10:54 +00:00 |
|
Albert Mingkun Yang
|
693847452f
|
8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded"
Reviewed-by: sjohanss, tschatzl
|
2023-11-30 15:48:00 +00:00 |
|
Viktor Klang
|
33b26f79a9
|
8319123: Implement JEP 461: Stream Gatherers (Preview)
Reviewed-by: tvaleev, alanb, psandoz
|
2023-11-30 14:45:23 +00:00 |
|
Jim Laskey
|
04ad98ed32
|
8315458: Implement JEP 463: Implicitly Declared Classes and Instance Main Method (Second Preview)
Reviewed-by: jlahoda, mcimadamore, vromero, rriggs, alanb, mchung
|
2023-11-30 12:49:49 +00:00 |
|
Ivan Šipka
|
da7cf258bb
|
8320665: update jdk_core at open/test/jdk/TEST.groups
Reviewed-by: msheppar
|
2023-11-30 12:09:20 +00:00 |
|
Stefan Karlsson
|
0d146361f2
|
8320515: assert(monitor->object_peek() != nullptr) failed: Owned monitors should not have a dead object
Reviewed-by: dholmes, ihse, sspitsyn, dcubed
|
2023-11-30 09:46:26 +00:00 |
|
Roland Westrelin
|
7766785098
|
8319372: C2 compilation fails with "Bad immediate dominator info"
Reviewed-by: kvn, chagedorn, thartmann
|
2023-11-30 08:09:06 +00:00 |
|
Aleksey Shipilev
|
c86431767e
|
8320888: Shenandoah: Enable ShenandoahVerifyOptoBarriers in debug builds
Reviewed-by: wkemper, kdnilsen, rkennke
|
2023-11-29 20:15:44 +00:00 |
|
Alex Menkov
|
d1e73b1299
|
8318626: GetClassFields does not filter out ConstantPool.constantPoolOop field
Reviewed-by: sspitsyn, lmesnik
|
2023-11-29 20:10:27 +00:00 |
|
Mikhailo Seledtsov
|
ea6e92ed0d
|
8320945: problemlist tests failing on latest Windows 11 update
Reviewed-by: lmesnik
|
2023-11-29 19:20:34 +00:00 |
|
Justin Lu
|
2584bf87ae
|
8210410: Refactor java.util.Currency:i18n shell tests to plain java tests
Reviewed-by: naoto, lancea
|
2023-11-29 19:11:34 +00:00 |
|
Liam Miller-Cushon
|
62418c681e
|
8319444: Unhelpful failure output in TestLegalNotices
Reviewed-by: hannesw, jjg
|
2023-11-29 17:49:30 +00:00 |
|
Jaroslav Bachorik
|
cdd1a6e851
|
8313816: Accessing jmethodID might lead to spurious crashes
Reviewed-by: coleenp
|
2023-11-29 17:29:52 +00:00 |
|
Aleksey Shipilev
|
b65ccff357
|
8320877: Shenandoah: Remove ShenandoahUnloadClassesFrequency support
Reviewed-by: wkemper, kdnilsen, rkennke
|
2023-11-29 17:25:40 +00:00 |
|
Joe Darcy
|
b68356b267
|
8320806: Augment test/langtools/tools/javac/versions/Versions.java for JDK 22 language changes
Reviewed-by: jlahoda, vromero
|
2023-11-29 17:25:26 +00:00 |
|
Thomas Stuefe
|
abf2e49097
|
8320859: gtest high malloc footprint caused by BufferNodeAllocator stress test
Reviewed-by: ayang, kbarrett
|
2023-11-29 13:18:31 +00:00 |
|
Thomas Stuefe
|
033cced6e1
|
8320368: Per-CPU optimization of Klass range reservation
Reviewed-by: rkennke, rehn
|
2023-11-29 13:16:38 +00:00 |
|
Erik Österlund
|
159465324f
|
8310644: Make panama memory segment close use async handshakes
Reviewed-by: jvernee, mcimadamore, pchilanomate
|
2023-11-29 12:40:21 +00:00 |
|
Jan Lahoda
|
65dfcae6d6
|
8308399: Recommend --release when -source and -target are misused
Reviewed-by: vromero
|
2023-11-29 12:27:54 +00:00 |
|
Hamlin Li
|
335f5dbf62
|
8320911: RISC-V: Enable hotspot/jtreg/compiler/intrinsics/chacha/TestChaCha20.java
Reviewed-by: fyang
|
2023-11-29 11:18:58 +00:00 |
|
Thomas Schatzl
|
38cfb220dd
|
8318706: Implement JEP 423: Region Pinning for G1
Reviewed-by: ayang, iwalulya, sjohanss
|
2023-11-29 10:03:32 +00:00 |
|
Alan Bateman
|
e44d4b24ed
|
8320858: Move jpackage tests to tier3
Reviewed-by: mchung, asemenyuk, almatvee
|
2023-11-29 09:12:58 +00:00 |
|
Hamlin Li
|
5dcf3a56cb
|
8320715: Improve the tests of test/hotspot/jtreg/compiler/intrinsics/float16
Reviewed-by: kvn
|
2023-11-29 08:01:40 +00:00 |
|
Matthias Baesken
|
78b6c2b408
|
8320898: exclude compiler/vectorapi/reshape/TestVectorReinterpret.java on ppc64(le) platforms
Reviewed-by: clanger
|
2023-11-29 07:44:02 +00:00 |
|
Joe Wang
|
9a6ca233c7
|
8320918: Fix errors in the built-in Catalog implementation
Reviewed-by: lancea, naoto, iris
|
2023-11-29 04:33:28 +00:00 |
|
Dean Long
|
5e1b771a19
|
8316422: TestIntegerUnsignedDivMod.java triggers "invalid layout" assert in FrameValues::validate
Reviewed-by: thartmann, never
|
2023-11-29 03:06:32 +00:00 |
|
Alexander Matveev
|
a657aa38a5
|
8320681: [macos] Test tools/jpackage/macosx/MacAppStoreJlinkOptionsTest.java timed out on macOS
Reviewed-by: asemenyuk
|
2023-11-29 01:41:38 +00:00 |
|
Thomas Stuefe
|
dc256fbc64
|
8320061: [nmt] Multiple issues with peak accounting
Reviewed-by: jsjolen, mbaesken
|
2023-11-28 17:48:54 +00:00 |
|
Justin Lu
|
69c0b24386
|
8320714: java/util/Locale/LocaleProvidersRun.java and java/util/ResourceBundle/modules/visibility/VisibilityTest.java timeout after passing
Reviewed-by: naoto, bpb, lancea
|
2023-11-28 17:23:13 +00:00 |
|
Jan Lahoda
|
2fae07f53f
|
8319311: JShell Process Builder should be configurable
Reviewed-by: asotona
|
2023-11-28 12:32:23 +00:00 |
|
Gaurav Chaudhari
|
63ad868e18
|
8319668: Fixup of jar filename typo in BadFactoryTest.sh
Reviewed-by: alanb, jpai
|
2023-11-28 11:35:00 +00:00 |
|
Jorn Vernee
|
a5ccd3beaf
|
8267532: C2: Profile and prune untaken exception handlers
8310011: Arena with try-with-resources is slower than it should be
Reviewed-by: thartmann, vlivanov
|
2023-11-28 10:17:58 +00:00 |
|
Joachim Kern
|
464dc3dab5
|
8319633: runtime/posixSig/TestPosixSig.java intermittent timeouts on UNIX
Reviewed-by: dholmes, stuefe, mdoerr
|
2023-11-28 09:57:48 +00:00 |
|
Aleksey Shipilev
|
efc392259c
|
8319048: Monitor deflation unlink phase prolongs time to safepoint
Reviewed-by: ysr, stefank, aboldtch, dcubed
|
2023-11-28 09:49:03 +00:00 |
|
Kevin Walls
|
debf0ecfb0
|
8313355: javax/management/remote/mandatory/notif/ListenerScaleTest.java failed with "Exception: Failed: ratio=792.2791601423487"
Reviewed-by: sspitsyn
|
2023-11-28 09:48:40 +00:00 |
|
Alexey Semenyuk
|
7848ed779b
|
8301856: Generated .spec file for RPM installers uninstalls desktop launcher on update
Reviewed-by: almatvee
|
2023-11-27 22:28:38 +00:00 |
|
Alexey Semenyuk
|
726f854b14
|
8320706: RuntimePackageTest.testUsrInstallDir test fails on Linux
Reviewed-by: almatvee
|
2023-11-27 22:20:43 +00:00 |
|
steveatgh
|
82967f45db
|
8310159: Bulk copy with Unsafe::arrayCopy is slower compared to memcpy
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: thartmann, jbhateja, sviswanathan
|
2023-11-27 17:35:39 +00:00 |
|