Martin Doerr
6bf3581bba
8369946: Bytecode rewriting causes Java heap corruption on PPC
...
Reviewed-by: rrich, dbriemann
2025-10-22 08:35:05 +00:00
Ashutosh Mehra
622a611c33
8369296: Add fast class init checks in interpreter for resolving ConstantPool entries for static field
...
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: mdoerr, vlivanov, kvn, amitkumar, fyang, mli
2025-10-14 18:15:06 +00:00
Martin Doerr
ba9f44c90f
8357793: [PPC64] VM crashes with -XX:-UseSIGTRAP -XX:-ImplicitNullChecks
...
Reviewed-by: shade, dbriemann
2025-06-02 08:31:10 +00:00
Markus Grönlund
bbceab0725
8352251: Implement JEP 518: JFR Cooperative Sampling
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Boris Ulasevich <bulasevich@openjdk.org>
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: eosterlund, egahlin
2025-05-26 18:37:55 +00:00
Suchismith Roy
5cdeef81dd
8331859: [PPC64] Remove support for Power7 and older
...
Reviewed-by: mdoerr
2025-05-26 08:25:46 +00:00
Cesar Soares Lucas
055b750d99
8354543: Set more meaningful names for "get_vm_result" and "get_vm_result_2"
...
Reviewed-by: shade, coleenp
2025-04-17 06:08:36 +00:00
Sorna Sarathi N
a414a591dd
8344983: [PPC64] Rename ConditionRegisters
...
Reviewed-by: rrich, mdoerr
2025-01-31 14:06:22 +00:00
Stefan Karlsson
c33c1cfe73
8347909: Automatic precompiled.hpp inclusion
...
Reviewed-by: lkorinth, erikj, dholmes, ihse
2025-01-21 10:21:24 +00:00
Kim Barrett
08bdeedfd3
8345269: Fix -Wzero-as-null-pointer-constant warnings in ppc code
...
Reviewed-by: mdoerr, mbaesken
2024-12-11 19:37:01 +00:00
Roman Kennke
44ec501a41
8305895: Implement JEP 450: Compact Object Headers (Experimental)
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Hamlin Li <mli@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: coleenp, stefank, stuefe, phh, ihse, lmesnik, tschatzl, matsaave, rcastanedalo, vpaprotski, yzheng, egahlin
2024-11-08 17:21:39 +00:00
Coleen Phillimore
0cfd08f55a
8339112: Move JVM Klass flags out of AccessFlags
...
Reviewed-by: matsaave, cjplummer, dlong, thartmann, yzheng
2024-09-04 15:48:32 +00:00
Kuai Wei
b363de8c9f
8335946: DTrace code snippets should be generated when DTrace flags are enabled
...
Reviewed-by: coleenp, dholmes
2024-07-11 02:44:25 +00:00
Sonia Zaldana Calles
438121be6b
8332785: Replace naked uses of UseSharedSpaces with CDSConfig::is_using_archive
...
Reviewed-by: dholmes, stuefe, sspitsyn
2024-06-05 15:58:59 +00:00
Dan Heidinga
3c1d1d93d7
8320522: Remove code related to RegisterFinalizersAtInit
...
Reviewed-by: coleenp, ayang, kbarrett
2024-04-19 15:03:18 +00:00
Varada M
f7121de4a0
8322648: Improve class initialization barrier in TemplateTable::_new for PPC
...
Reviewed-by: mdoerr
2024-01-31 06:12:35 +00:00
Martin Doerr
524da141e7
8320418: PPC64: invokevfinal_helper duplicates code to handle ResolvedMethodEntry
...
Reviewed-by: rrich, lucy
2023-11-22 16:08:54 +00:00
Ioi Lam
0712b22a3a
8320147: Remove DumpSharedSpaces
...
Reviewed-by: ccheung, matsaave
2023-11-20 17:09:55 +00:00
Matias Saavedra Silva
ffa35d8cf1
8301997: Move method resolution information out of the cpCache
...
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, adinn, fparain
2023-11-15 19:04:11 +00:00
Martin Doerr
7d8adfa855
8316746: Top of lock-stack does not match the unlocked object
...
Reviewed-by: rrich, lucy
2023-11-09 10:14:03 +00:00
Matias Saavedra Silva
683672c0bb
8292692: Move MethodCounters inline functions out of method.hpp
...
Reviewed-by: iklam, ccheung, kvn
2023-09-07 17:15:18 +00:00
Amit Kumar
7fbad4cd5e
8310596: Utilize existing method frame::interpreter_frame_monitor_size_in_bytes()
...
Reviewed-by: dholmes, stefank
2023-08-28 03:34:20 +00:00
Matias Saavedra Silva
86783b9851
8301996: Move field resolution information out of the cpCache
...
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: coleenp, fparain
2023-07-31 18:41:38 +00:00
Ioi Lam
5d193193a3
8309878: Reduce inclusion of resolvedIndyEntry.hpp
...
Reviewed-by: coleenp, sspitsyn, matsaave
2023-06-14 00:16:12 +00:00
Johan Sjölen
4f16161607
8309044: Replace NULL with nullptr, final sweep of hotspot code
...
Reviewed-by: stefank, dholmes, kvn, amitkumar
2023-05-31 09:19:47 +00:00
Coleen Phillimore
265f40b4f7
8308396: Fix offset_of conversion warnings in runtime code
...
Reviewed-by: amitkumar, jsjolen, fparain
2023-05-19 17:16:04 +00:00
Johan Sjölen
0826ceee65
8301495: Replace NULL with nullptr in cpu/ppc
...
Reviewed-by: rrich, mdoerr, tsteele
2023-04-14 08:54:53 +00:00
Richard Reingruber
c8f3a97d46
8305171: PPC: Should use IMA::load_resolved_indy_entry() in TIG::generate_return_entry_for()
...
Reviewed-by: mdoerr
2023-03-31 08:59:02 +00:00
Matias Saavedra Silva
3fbbfd1749
8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, dnsimon, fparain, gcao, aph, fyang, amitkumar, lucy
2023-03-28 19:50:38 +00:00
Roman Kennke
7cf7e0a20b
8302070: Factor null-check into load_klass() calls
...
Reviewed-by: phh, coleenp
2023-02-20 15:13:36 +00:00
David Holmes
b242eef93e
8280419: Remove dead code related to VerifyThread and verify_thread()
...
Reviewed-by: stuefe, lucy
2023-02-17 02:00:32 +00:00
Richard Reingruber
43d1173605
8286302: Port JEP 425 to PPC64
...
Reviewed-by: tsteele, mdoerr
2022-11-28 08:09:09 +00:00
Martin Doerr
9c77e41b81
8297445: PPC64: Represent Registers as values
...
Reviewed-by: mbaesken, rrich
2022-11-24 08:35:26 +00:00
Aleksey Shipilev
fc616588c1
8294591: Fix cast-function-type warning in TemplateTable
...
Reviewed-by: ihse, coleenp
2022-11-21 07:22:56 +00:00
Magnus Ihse Bursie
4594696f54
8284903: Fix typos in hotspot
...
Reviewed-by: cjplummer, coleenp, kvn, lucy, stefank
2022-04-19 19:10:52 +00:00
Denghui Dong
c815c5cbbb
8276209: Some call sites doesn't pass the parameter 'size' to SharedRuntime::dtrace_object_alloc(_base)
...
Reviewed-by: dholmes, coleenp
2021-11-08 14:30:54 +00:00
Patricio Chilano Mateo
2fd7943ec1
8256425: Obsolete Biased Locking in JDK 18
...
Reviewed-by: kvn, dholmes, dcubed, rrich
2021-06-24 18:54:41 +00:00
Patricio Chilano Mateo
5634f206e5
8265932: Move safepoint related fields from class Thread to JavaThread
...
Reviewed-by: coleenp, dholmes
2021-04-27 16:53:25 +00:00
Martin Doerr
48f5220c80
8260369: [PPC64] Add support for JDK-8200555
...
Reviewed-by: lucy
2021-02-05 12:58:23 +00:00
Quaffel
0093183b33
8260368: [PPC64] GC interface needs enhancement to support GCs with load barriers
...
Reviewed-by: mdoerr, rkennke, goetz
2021-02-02 15:53:56 +00:00
Igor Veresov
1519632597
8251462: Simplify compilation policy
...
Reviewed-by: cjplummer, kvn
2021-01-28 20:51:12 +00:00
Ioi Lam
492bebc7aa
8258004: Remove unnecessary inclusion of vm_version.hpp
...
Reviewed-by: dholmes, stefank
2021-01-19 04:32:51 +00:00
Ioi Lam
5ea960728c
8258459: Decouple gc_globals.hpp from globals.hpp
...
Reviewed-by: lfoltan, coleenp
2021-01-05 05:57:08 +00:00
Claes Redestad
9d160aa1b7
8257815: Replace global log2 functions with efficient implementations
...
Reviewed-by: kbarrett, stefank
2021-01-04 21:01:25 +00:00
Jose Ricardo Ziviani
c371782630
8255553: [PPC64] Introduce and use setbc and setnbc P10 instructions
...
Reviewed-by: mdoerr
2020-11-17 15:15:44 +00:00
Ioi Lam
2f06893a29
8252526: Remove excessive inclusion of jvmti.h and jvmtiExport.hpp
...
Reviewed-by: ihse, kbarrett
2020-11-12 01:45:27 +00:00
Erik Österlund
b9873e1833
8253180: ZGC: Implementation of JEP 376: ZGC: Concurrent Thread-Stack Processing
...
Reviewed-by: stefank, pliden, rehn, neliasso, coleenp, smonteith
2020-10-09 08:40:33 +00:00
Claes Redestad
6712f8caff
8254084: Remove TemplateTable::pd_initialize
...
Reviewed-by: mdoerr, coleenp
2020-10-06 20:23:59 +00:00
Yumin Qi
a588752fd6
8248337: sparc related code clean up after solaris removal
...
Reviewed-by: dholmes, kvn
2020-09-02 09:29:31 -07:00
Coleen Phillimore
2d8e74ddea
8249768: Move static oops and NullPointerException oops from Universe into OopStorage
...
Make NPE oops an objArrayOop.
Reviewed-by: dholmes, eosterlund
2020-07-22 10:32:44 -04:00
Matthias Baesken
e7fa180e05
8248334: hs build errors on ppc64 and s390x platforms
...
Reviewed-by: dholmes, mdoerr
2020-06-26 12:05:57 +02:00