Fei Yang
76ae072a1f
8342579: RISC-V: C2: Cleanup effect of killing flag register for call instructs
...
Reviewed-by: rehn, fjiang
2024-10-21 01:46:26 +00:00
Johannes Bechberger
309b929147
8336401: Remove the option onjcmd from the jdwp agent
...
Reviewed-by: cjplummer, mbaesken
2024-10-18 23:39:05 +00:00
Chad Rakoczy
401d0d6b09
8335662: [AArch64] C1: guarantee(val < (1ULL << nbits)) failed: Field too big for insn
...
Reviewed-by: thartmann, eastigeevich
2024-10-18 22:52:40 +00:00
Serguei Spitsyn
8591109419
8340698: JVMTI FRAME_POP event is sometimes missed if NotifyFramePop is called as a method is returning
...
Reviewed-by: cjplummer, amenkov
2024-10-18 19:34:17 +00:00
Justin Lu
078401134a
8340488: Clarify LocaleServiceProvider deployment on application module path
...
Reviewed-by: naoto
2024-10-18 17:41:36 +00:00
Fei Gao
4dcc7f3f26
8337536: AArch64: Enable BTI branch protection for runtime part
...
Co-authored-by: Hao Sun <haosun@openjdk.org>
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Reviewed-by: aph, ihse, erikj, eliu
2024-10-18 15:00:58 +00:00
Matias Saavedra Silva
28252bb48d
8341444: Unnecessary check for JSRs in CDS
...
Reviewed-by: dholmes, coleenp
2024-10-18 13:23:52 +00:00
Alexey Ivanov
8174cbd5cb
8341978: Improve JButton/bug4490179.java
...
Use latch to synchronize actions in the test.
Verify mouseButton3Released does not trigger actionPerformed
while mouse button 1 is pressed.
Ensure mouse button 1 is released.
Verify releasing mouse button 1 triggers actionPerformed.
Reviewed-by: azvegint, achung, serb
2024-10-18 11:03:00 +00:00
Amit Kumar
9201e9fcc2
8342409: [s390x] C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR
...
Reviewed-by: rrich, lucy
2024-10-18 08:30:41 +00:00
Shaojin Wen
0963b9e891
8341664: ReferenceClassDescImpl cache internalName
...
Reviewed-by: liach
2024-10-18 08:06:09 +00:00
Tobias Hartmann
c51a086ce3
8339694: ciTypeFlow does not correctly handle unresolved constant dynamic of array type
...
Reviewed-by: kvn, vlivanov
2024-10-18 06:46:23 +00:00
Aleksey Shipilev
7f4ed5001e
8341020: Error handler crashes when Metaspace is not fully initialized
...
Reviewed-by: kbarrett, jsjolen, stefank, dholmes
2024-10-18 05:55:07 +00:00
Amit Kumar
f50bd0d9ec
8341513: Remove the unused thread_type field from OSThread
...
Reviewed-by: stefank, dholmes
2024-10-18 03:37:50 +00:00
Jaikiran Pai
7a16906ed0
8341134: Deprecate for removal the jrunscript tool
...
Reviewed-by: mchung, alanb, sundar
2024-10-18 00:57:11 +00:00
Jaikiran Pai
ffe60919df
8173970: jar tool should have a way to extract to a directory
...
Reviewed-by: lancea, cstein
2024-10-18 00:51:39 +00:00
Kevin Rushforth
2b03dbdac4
8311530: Deprecate jdk.jsobject module for removal
...
Reviewed-by: rriggs, alanb, erikj
2024-10-18 00:23:39 +00:00
Alisen Chung
f7e8f5064a
8341292: Open some TextArea awt tests 3
...
Reviewed-by: prr, abhiscxk
2024-10-17 21:00:48 +00:00
Nikita Gubarkov
fe83b7d596
8339341: SurfaceManager cacheMap retains strong references
...
Reviewed-by: jdv, prr
2024-10-17 20:54:18 +00:00
Alisen Chung
12551ae64a
8339975: Open some dialog awt tests 2
...
Reviewed-by: azvegint
2024-10-17 19:29:00 +00:00
Alisen Chung
60af9078fb
8340494: Open some dialog awt tests 4
...
Reviewed-by: dnguyen, honkar
2024-10-17 19:28:26 +00:00
Alisen Chung
40a44e1c1b
8340851: Open some TextArea awt tests
...
Reviewed-by: prr
2024-10-17 18:10:00 +00:00
Aleksey Shipilev
b993227e2f
8342119: Shenandoah: Remove extra ShenandoahUpdateRefsClosure
...
Reviewed-by: wkemper, kdnilsen, rkennke
2024-10-17 18:08:43 +00:00
Coleen Phillimore
83e9e482b1
8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64
...
Reviewed-by: rehn, eosterlund, pchilanomate, aph, fbredberg
2024-10-17 18:06:42 +00:00
Alisen Chung
236c71cad9
8341376: Open some TextArea awt tests 4
...
Reviewed-by: prr, abhiscxk
2024-10-17 15:10:38 +00:00
Aleksey Shipilev
979895d175
8342079: Shenandoah: Remove extra ShenandoahInitMarkRootsClosure
...
Reviewed-by: wkemper, rkennke
2024-10-17 15:03:37 +00:00
Alisen Chung
9a94884e42
8341055: Open some TextArea awt tests 2
...
Reviewed-by: prr, abhiscxk
2024-10-17 14:50:01 +00:00
Alisen Chung
7e98f5905b
8340987: Open some TextArea awt tests 1
...
Reviewed-by: prr, abhiscxk
2024-10-17 14:49:03 +00:00
Ramkumar Sunderbabu
d915ac2abd
8339871: serviceability/sa/TestDebugInfoDecode.java should be driver
...
Reviewed-by: cjplummer, lmesnik
2024-10-17 14:34:58 +00:00
Matias Saavedra Silva
363327e686
8341452: Test runtime/cds/appcds/DumpRuntimeClassesTest.java from JDK-8324259 is failing
...
Reviewed-by: dholmes, iklam
2024-10-17 13:56:49 +00:00
Thomas Schatzl
d6f8b465e4
8340389: vmTestbase/gc/gctests/PhantomReference/phantom001/TestDescription.java Test exit code: 97 with -Xcomp UseAVX=3
...
Reviewed-by: shade, iwalulya
2024-10-17 12:31:43 +00:00
Ivan Walulya
8e16e67492
8342329: G1: Rename G1HeapRegionManager::_allocated_heapregions_length
...
Reviewed-by: tschatzl, shade
2024-10-17 12:26:39 +00:00
Shaojin Wen
3ebfc6c1e2
8342336: Optimize ClassFile imports
...
Reviewed-by: liach
2024-10-17 10:49:53 +00:00
Jan Lahoda
7ff4ea8d01
8341966: Broken annotated module may lead to an exception in javac
...
Reviewed-by: asotona
2024-10-17 09:26:13 +00:00
Antón Seoane Ampudia
9bdface147
8341622: Tag-specific disabled default decorators for UnifiedLogging
...
Reviewed-by: jsjolen, rcastanedalo, aboldtch
2024-10-17 09:18:22 +00:00
Alisen Chung
1ea1f33f66
8340336: Open some checkbox awt tests
...
Reviewed-by: prr, honkar
2024-10-17 08:43:07 +00:00
Simon Tooke
7a64fbbb92
8338851: Hoist os::Posix::realpath() to os::realpath() and implement on Windows
...
Reviewed-by: dholmes, stuefe, jwaters
2024-10-17 08:06:37 +00:00
Kevin Walls
8862ca076f
8342338: Remove redundant IIOPURLTest.java
...
Reviewed-by: cjplummer, amenkov
2024-10-17 08:01:14 +00:00
Richard Reingruber
f9208fadde
8341715: PPC64: ObjectMonitor::_owner should be reset unconditionally in nmethod unlocking
...
Reviewed-by: mdoerr, lucy
2024-10-17 07:21:42 +00:00
Richard Reingruber
fa39e84d64
8342042: PPC64: compiler_fast_unlock_object flags failure instead of success
...
Reviewed-by: mdoerr, aboldtch, fbredberg
2024-10-17 07:19:54 +00:00
Tejesh R
e0dabfb4bf
8340279: Open source several AWT Dialog tests - Batch 2
...
Reviewed-by: abhiscxk, prr
2024-10-17 06:38:23 +00:00
Tejesh R
f6fe5eaf1a
8341072: Open source several AWT Canvas and Rectangle related tests
...
Reviewed-by: prr
2024-10-17 05:48:45 +00:00
Christian Hagedorn
22a1feea74
8341328: Refactor initial Assertion Predicate creation into separate classes
...
Reviewed-by: thartmann, kvn
2024-10-17 05:08:59 +00:00
Tobias Hartmann
58d39c317e
8340313: Crash due to invalid oop in nmethod after C1 patching
...
Reviewed-by: tschatzl, kvn, dlong
2024-10-17 05:03:09 +00:00
Vlad Zahorodnii
3da6890081
8338751: ConfigureNotify behavior has changed in KWin 6.2
...
Reviewed-by: prr, azvegint, serb
2024-10-16 23:32:41 +00:00
Alisen Chung
4e703b285b
8340140: Open some dialog awt tests 3
...
Reviewed-by: prr, honkar
2024-10-16 21:57:15 +00:00
Valerie Peng
b4ab290fd7
8331959: Update PKCS#11 Cryptographic Token Interface to v3.1
...
Reviewed-by: weijun, ascarpino
2024-10-16 21:26:57 +00:00
Yudi Zheng
285385247a
8342332: [JVMCI] Export CompilerToVM::Data::dtanh
...
Reviewed-by: never
2024-10-16 19:58:27 +00:00
Richard Reingruber
ed6809666b
8341862: PPC64: C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR
...
Reviewed-by: mdoerr, mbaesken
2024-10-16 19:17:27 +00:00
Jatin Bhateja
d4f0ba73f6
8342439: Build failure after 8338023
...
Reviewed-by: liach
2024-10-16 18:26:54 +00:00
SendaoYan
44151f475f
8342145: File libCreationTimeHelper.c compile fails on Alpine
...
Reviewed-by: mbaesken
2024-10-16 16:27:57 +00:00