Albert Mingkun Yang
|
56073cd1ea
|
8326171: Serial: Remove VerifyGCLevel
Reviewed-by: stefank, tschatzl
|
2024-02-20 09:19:14 +00:00 |
|
Christian Stein
|
0d285312a9
|
8318812: LauncherHelper.checkAndLoadMain closes jar file that's about to be re-opened
Reviewed-by: alanb, jpai, coffeys
|
2024-02-20 07:01:45 +00:00 |
|
David Holmes
|
69a11c7f7e
|
8326222: Fix copyright year in src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
Reviewed-by: jiefu, mikael
|
2024-02-20 01:25:57 +00:00 |
|
Denghui Dong
|
7d32a1a829
|
8326111: JFR: Cleanup for JFR_ONLY
Reviewed-by: egahlin
|
2024-02-20 00:39:21 +00:00 |
|
David Holmes
|
a3d7f9f242
|
8326126: Update the java manpage with the changes from JDK-8322478
Reviewed-by: alanb, cstein
|
2024-02-19 22:00:48 +00:00 |
|
Thomas Stuefe
|
20a25f60ea
|
8326067: Remove os::remap_memory and simplify os::map_memory
Reviewed-by: eosterlund, iklam
|
2024-02-19 19:33:07 +00:00 |
|
Magnus Ihse Bursie
|
5c5a282f91
|
8325950: Make sure all files in the JDK pass jcheck
Reviewed-by: prr, wetmore, erikj, naoto
|
2024-02-19 16:13:34 +00:00 |
|
Martin Doerr
|
a19314b087
|
8326101: [PPC64] Need to bailout cleanly if creation of stubs fails when code cache is out of space
Reviewed-by: rrich, mbaesken
|
2024-02-19 15:20:23 +00:00 |
|
Per Minborg
|
82609b1ebc
|
8326112: Javadoc snippet for Linker.Option.captureCallState is wrong
Reviewed-by: jvernee
|
2024-02-19 13:33:09 +00:00 |
|
Markus Grönlund
|
a776104e21
|
8326106: Write and clear stack trace table outside of safepoint
Reviewed-by: egahlin
|
2024-02-19 13:19:12 +00:00 |
|
vtstydev
|
56c50841ee
|
8307246: Printing: banded raster path doesn't account for device offset values
Reviewed-by: prr, psadhukhan, aivanov
|
2024-02-19 13:15:13 +00:00 |
|
Albert Mingkun Yang
|
aeb6d8c459
|
8326170: Parallel: Remove unused enum CollectionType in ParallelScavengeHeap
Reviewed-by: stefank
|
2024-02-19 13:09:22 +00:00 |
|
Matthias Baesken
|
dc17c268e8
|
8325116: Amend jdk.ContainerConfiguration by swap related value
Reviewed-by: sgehwolf, lucy, egahlin
|
2024-02-19 12:52:35 +00:00 |
|
Denghui Dong
|
d422811bb7
|
8324630: C1: Canonicalizer::do_LookupSwitch doesn't break the loop when the successor is found
Reviewed-by: dlong, thartmann
|
2024-02-19 08:34:40 +00:00 |
|
Yi Yang
|
3742bc626e
|
8323795: jcmd Compiler.codecache should print total size of code cache
Reviewed-by: thartmann, kvn
|
2024-02-19 07:38:55 +00:00 |
|
Prasanta Sadhukhan
|
39627bc429
|
6510914: JScrollBar.getMinimumSize() breaks the contract of JComponent.setMinimumSize()
Reviewed-by: abhiscxk, prr
|
2024-02-18 16:14:33 +00:00 |
|
Christoph Langer
|
c2d9fa26ce
|
8326000: Remove obsolete comments for class sun.security.ssl.SunJSSE
Reviewed-by: mbaesken, ascarpino
|
2024-02-18 06:58:22 +00:00 |
|
Jan Kratochvil
|
cf13086efe
|
8317697: refactor-encapsulate x86 VM_Version::CpuidInfo
Reviewed-by: dholmes, kvn
|
2024-02-17 16:37:56 +00:00 |
|
Joe Darcy
|
3b76372254
|
8325687: SimpleJavaFileObject specification would benefit from implSpec
Reviewed-by: jlahoda, iris
|
2024-02-16 22:56:16 +00:00 |
|
Jiří Vaněk
|
b5df2f4314
|
8323170: j2dbench is using outdated javac source/target to be able to build by itself
Reviewed-by: serb
|
2024-02-16 22:16:58 +00:00 |
|
Serguei Spitsyn
|
267780bf0a
|
8324680: Replace NULL with nullptr in JVMTI generated code
Reviewed-by: amenkov, coleenp
|
2024-02-16 21:21:42 +00:00 |
|
Rajan Halade
|
f3073db42a
|
8321408: Add Certainly roots R1 and E1
Reviewed-by: ascarpino, hchao
|
2024-02-16 18:07:53 +00:00 |
|
Albert Mingkun Yang
|
53102502c3
|
8325941: Remove unused Space::block_size
Reviewed-by: tschatzl
|
2024-02-16 16:39:28 +00:00 |
|
Brian Burkhalter
|
7a76252007
|
8325990: Remove use of snippet @replace annotation in java.base
Reviewed-by: jlu, naoto
|
2024-02-16 16:06:56 +00:00 |
|
Martin Doerr
|
4388095cde
|
8325326: [PPC64] Don't relocate in case of allocation failure
Reviewed-by: goetz, rrich
|
2024-02-16 15:58:37 +00:00 |
|
Ben Perez
|
244573e719
|
8265372: Simplify PKCS9Attribute
Reviewed-by: weijun
|
2024-02-16 14:51:31 +00:00 |
|
Alexey Ivanov
|
80b63b6729
|
8323801: <s> tag doesn't strikethrough the text
Reviewed-by: honkar, dnguyen, psadhukhan
|
2024-02-16 14:10:44 +00:00 |
|
Richard Reingruber
|
4018b2b196
|
8323782: Race: Thread::interrupt vs. AbstractInterruptibleChannel.begin
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dholmes
|
2024-02-16 08:40:13 +00:00 |
|
Axel Boldt-Christmas
|
2705ed0a71
|
8325074: ZGC fails assert(index == 0 || is_power_of_2(index)) failed: Incorrect load shift: 11
Reviewed-by: eosterlund, stefank, rcastanedalo
|
2024-02-16 08:34:58 +00:00 |
|
Axel Boldt-Christmas
|
18cea823a1
|
8319801: Recursive lightweight locking: aarch64 implementation
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Reviewed-by: rkennke, coleenp, dcubed, aph
|
2024-02-16 07:18:31 +00:00 |
|
Christoph Langer
|
99c9ae127c
|
8323664: java/awt/font/JNICheck/FreeTypeScalerJNICheck.java still fails with JNI warning on some Windows configurations
Reviewed-by: prr, mbaesken, aivanov
|
2024-02-15 22:36:54 +00:00 |
|
Zdenek Zambersky
|
0fdfdf71f2
|
8325983: Build failure after JDK-8324580
Reviewed-by: stuefe, dcubed
|
2024-02-15 21:10:56 +00:00 |
|
Alexander Zuev
|
3b1062d45d
|
8322239: [macos] a11y : java.lang.NullPointerException is thrown when focus is moved on the JTabbedPane
Reviewed-by: asemenov, abhiscxk, aivanov
|
2024-02-15 18:18:29 +00:00 |
|
Alexander Zvegintsev
|
5a988a5087
|
8322750: Test "api/java_awt/interactive/SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray
Reviewed-by: jdv, kizune, psadhukhan, prr
|
2024-02-15 17:52:48 +00:00 |
|
Zdenek Zambersky
|
a231706a06
|
8324580: SIGFPE on THP initialization on kernels < 4.10
Reviewed-by: stuefe, sjohanss
|
2024-02-15 16:01:18 +00:00 |
|
Matias Saavedra Silva
|
9a1b843ff6
|
8324584: Optimize Symbol and char* handling in ClassLoader
Reviewed-by: dholmes, coleenp
|
2024-02-15 14:48:39 +00:00 |
|
Daniel Jeliński
|
a0e5e16afb
|
8325162: Remove duplicate GCMParameters class
Reviewed-by: weijun, valeriep
|
2024-02-15 11:27:00 +00:00 |
|
Albert Mingkun Yang
|
2b1a840002
|
8325860: Serial: Move Generation.java to serial folder
Reviewed-by: cjplummer, tschatzl
|
2024-02-15 10:20:12 +00:00 |
|
Albert Mingkun Yang
|
b718ae35a8
|
8325882: Serial: Move is_maximal_no_gc to TenuredGeneration
Reviewed-by: stefank
|
2024-02-15 09:36:07 +00:00 |
|
Erik Österlund
|
0e2fdc95ae
|
8324933: ConcurrentHashTable::statistics_calculate synchronization is expensive
Reviewed-by: tschatzl, coleenp
|
2024-02-15 09:26:48 +00:00 |
|
Robbin Ehn
|
8cb9b479c5
|
8321282: RISC-V: SpinPause() not implemented
Reviewed-by: luhenry, fbredberg, fyang
|
2024-02-15 09:17:52 +00:00 |
|
William Kemper
|
b823fa4450
|
8325574: Shenandoah: Simplify and enhance reporting of requested GCs
Reviewed-by: ysr, kdnilsen, shade
|
2024-02-14 16:54:04 +00:00 |
|
Magnus Ihse Bursie
|
09d4936657
|
8252136: Several methods in hotspot are missing "static"
Reviewed-by: coleenp, stefank, kvn, kbarrett
|
2024-02-14 16:29:58 +00:00 |
|
Brian Burkhalter
|
f6e285103a
|
8316340: (bf) Missing {@inheritDoc} for exception in MappedByteBuffer::compact
Reviewed-by: alanb, iris, lancea
|
2024-02-14 15:59:34 +00:00 |
|
Albert Mingkun Yang
|
53878eef13
|
8325643: G1: Refactor G1FlushHumongousCandidateRemSets
Reviewed-by: tschatzl, iwalulya, kbarrett
|
2024-02-14 15:19:40 +00:00 |
|
Jorn Vernee
|
9c852df6aa
|
8318966: Some methods make promises about Java array element alignment that are too strong
Reviewed-by: psandoz, mcimadamore
|
2024-02-14 14:30:54 +00:00 |
|
Markus Grönlund
|
737b4c515e
|
8323883: JFR AssertionError: Missing object ID 15101
Reviewed-by: egahlin
|
2024-02-14 14:10:28 +00:00 |
|
Albert Mingkun Yang
|
61f249335d
|
8325767: Serial: Move transform_stack_chunk out of TenuredGeneration::promote
Reviewed-by: stefank
|
2024-02-14 13:17:10 +00:00 |
|
Erik Gahlin
|
8dc59763eb
|
8325809: JFR: Remove unnecessary annotation
Reviewed-by: mgronlun
|
2024-02-14 13:02:13 +00:00 |
|
Erik Österlund
|
84965ea1a8
|
8322630: Remove ICStubs and related safepoints
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Aleksei Voitylov <avoitylov@openjdk.org>
Reviewed-by: tschatzl, aboldtch, dlong
|
2024-02-14 11:44:30 +00:00 |
|