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
Doug Simon
6cfd4057dc
8357619: [JVMCI] Revisit phantom_ref parameter in JVMCINMethodData::get_nmethod_mirror
...
Reviewed-by: eosterlund, never
2025-06-03 06:20:29 +00:00
Doug Simon
497a1822ca
8358254: [AOT] runtime/cds/appcds/applications/JavacBench.java#aot crashes with SEGV in ClassLoaderData::holder
...
Reviewed-by: never
2025-06-03 06:19:23 +00:00
Doug Simon
08b2df80c6
8356447: Change default for EagerJVMCI to true
...
Reviewed-by: yzheng, kvn, never
2025-05-13 15:58:59 +00:00
Aleksey Shipilev
db6fa5923c
8355617: Remove historical debug_only macro in favor of DEBUG_ONLY
...
Reviewed-by: stefank, kbarrett, jwaters
2025-04-28 08:43:14 +00:00
Andrej Pecimuth
de0e648844
8352724: Verify bounds for primitive array reads in JVMCI
...
Reviewed-by: dnsimon
2025-04-14 18:31:27 +00:00
Aleksey Shipilev
930455b596
8351640: Print reason for making method not entrant
...
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Reviewed-by: vlivanov, kvn
2025-03-12 19:45:31 +00:00
Doug Simon
a88e2a58bf
8349977: JVMCIRuntime::_shared_library_javavm_id should be jlong
...
Reviewed-by: yzheng, never
2025-02-13 19:35:42 +00:00
Stefan Karlsson
c33c1cfe73
8347909: Automatic precompiled.hpp inclusion
...
Reviewed-by: lkorinth, erikj, dholmes, ihse
2025-01-21 10:21:24 +00:00
Coleen Phillimore
6ee2bd2f33
8347147: [REDO] AccessFlags can be u2 in metadata
...
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: vlivanov, yzheng
2025-01-08 19:48:25 +00:00
David Holmes
021c476409
8347148: [BACKOUT] AccessFlags can be u2 in metadata
...
Reviewed-by: coleenp
2025-01-08 00:37:27 +00:00
Coleen Phillimore
098afc8b7d
8339113: AccessFlags can be u2 in metadata
...
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: sspitsyn, vlivanov, yzheng, dlong, dholmes
2025-01-07 22:03:38 +00:00
Volker Simonis
6bea1b6cf1
8344727: [JVMCI] Export the CompileBroker compilation activity mode for Truffle compiler control
...
Reviewed-by: dnsimon
2024-11-29 12:30:43 +00:00
Coleen Phillimore
dfddbcaab8
8341916: Remove ProtectionDomain related hotspot code and tests
...
Reviewed-by: dholmes, iklam, jrose
2024-11-18 12:48:40 +00:00
Magnus Ihse Bursie
79345bbbae
8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port
...
Reviewed-by: kbarrett, kvn, stuefe, shade, erikj
2024-11-13 09:41:57 +00:00
Tom Rodriguez
c12b386d19
8338007: [JVMCI] ResolvedJavaMethod.reprofile can crash ciMethodData
...
Reviewed-by: dnsimon, kvn
2024-11-12 15:52:30 +00:00
Tomas Zezula
751a914b0a
8340733: Add scope for relaxing constraint on JavaCalls from CompilerThread
...
Reviewed-by: dnsimon, kvn
2024-11-01 13:36:26 +00:00
Aleksey Shipilev
54c9348c8c
8336103: Clean up confusing Method::is_initializer
...
Reviewed-by: dholmes, coleenp
2024-10-15 12:16:15 +00:00
Tomáš Zezula
a15af6998e
8338538: [JVMCI] Allow HotSpotJVMCIRuntime#getJObjectValue to be called by a HotSpot CompileBroker compiler thread
...
Reviewed-by: dnsimon
2024-08-26 16:49:48 +00:00
Kim Barrett
ca99f37f82
8338156: Fix -Wzero-as-null-pointer-constant warnings in jvmciCompilerToVM.cpp
...
Reviewed-by: tschatzl, jwaters, dnsimon
2024-08-13 18:02:24 +00:00
Kim Barrett
61386c199a
8337523: Fix -Wzero-as-null-pointer-constant warnings in jvmci code
...
Reviewed-by: chagedorn, shade
2024-07-31 13:17:30 +00:00
Tomas Zezula
3abe8a6e5e
8336663: [JVMCI] VM Crash on ZGC due to incompatible handle returned by HotSpotJVMCIRuntime#getJObjectValue
...
Reviewed-by: dnsimon, never
2024-07-26 14:42:24 +00:00
Doug Simon
cf940e139a
8335553: [Graal] Compiler thread calls into jdk.internal.vm.VMSupport.decodeAndThrowThrowable and crashes in OOM situation
...
Reviewed-by: yzheng, never, dholmes
2024-07-11 07:03:44 +00:00
Doug Simon
fb9a227e02
8313909: [JVMCI] assert(cp->tag_at(index).is_unresolved_klass()) in lookupKlassInPool
...
Reviewed-by: yzheng, never
2024-07-10 15:34:27 +00:00
Tom Rodriguez
187710e1c1
8333300: [JVMCI] add support for generational ZGC
...
Reviewed-by: dnsimon, kvn, eosterlund
2024-06-20 18:46:36 +00:00
Matias Saavedra Silva
383fe6eaab
8330388: Remove invokedynamic cache index encoding
...
Reviewed-by: cjplummer, dlong, coleenp
2024-04-23 15:02:27 +00:00
Ioi Lam
6d5699617f
8330540: Rename the enum type CompileCommand to CompileCommandEnum
...
Reviewed-by: kvn, dlong
2024-04-20 03:52:17 +00:00
Tom Rodriguez
f6f038a678
8317368: [JVMCI] SIGSEGV in JVMCIEnv::initialize_installed_code on libgraal
...
Reviewed-by: dnsimon, kvn, eosterlund
2024-04-17 00:18:15 +00:00
Vladimir Kozlov
6736792b9a
8329628: Additional changes after JDK-8329332
...
Reviewed-by: stefank, eosterlund
2024-04-09 15:32:15 +00:00
Stefan Karlsson
492b954f81
8329750: Change Universe functions to return more specific Klass* types
...
Reviewed-by: coleenp
2024-04-09 12:31:13 +00:00
Stefan Karlsson
71d48bcc3d
8329655: Cleanup KlassObj and klassOop names after the PermGen removal
...
Reviewed-by: rkennke, coleenp
2024-04-05 07:39:48 +00:00
Vladimir Kozlov
83eba863fe
8329332: Remove CompiledMethod and CodeBlobLayout classes
...
Reviewed-by: vlivanov, stefank
2024-04-04 19:48:48 +00:00
Magnus Ihse Bursie
e6b3bda2c3
8326509: Clean up JNIEXPORT in Hotspot after JDK-8017234
...
Reviewed-by: djelinski, jwaters, dholmes
2024-02-28 10:31:18 +00:00
Magnus Ihse Bursie
da14aa463b
8017234: Hotspot should stop using mapfiles
...
Reviewed-by: djelinski, erikj, dholmes
2024-02-27 10:26:55 +00:00
Roman Kennke
336bbbe389
8139457: Relax alignment of array elements
...
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe@openjdk.org>
Reviewed-by: stuefe, stefank, shade, coleenp, kdnilsen, aboldtch
2024-02-23 10:05:25 +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
Doug Simon
fd89b334c4
8316992: Potential null pointer from get_current_thread JVMCI helper function.
...
Reviewed-by: thartmann
2024-02-06 14:05:34 +00:00
Alex Menkov
fd3042a04b
8318566: Heap walking functions should not use FilteredFieldStream
...
Reviewed-by: cjplummer, sspitsyn
2024-02-05 21:55:13 +00:00
Denghui Dong
6b09a79d64
8324974: JFR: EventCompilerPhase should be created as UNTIMED
...
Reviewed-by: egahlin
2024-02-01 15:52:25 +00:00
Emanuel Peter
746a08686b
8306767: Concurrent repacking of extra data in MethodData is potentially unsafe
...
Reviewed-by: eosterlund, roland, coleenp, never
2024-01-25 15:50:33 +00:00
Doug Simon
19c9388c20
8323616: [JVMCI] TestInvalidJVMCIOption.java fails intermittently with NPE
...
Reviewed-by: thartmann, never
2024-01-16 19:31:04 +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
Doug Simon
9ac6ac86d3
8319559: [JVMCI] ensureLinked must be able to call Java
...
Reviewed-by: never, thartmann
2023-11-07 10:13:54 +00:00
Doug Simon
d354141aa1
8318694: [JVMCI] disable can_call_java in most contexts for libjvmci compiler threads
...
Reviewed-by: dholmes, never
2023-11-01 16:27:04 +00:00
Doug Simon
7452d50be5
8318940: [JVMCI] do not set HotSpotNmethod oop for a default HotSpotNmethod
...
Reviewed-by: thartmann, never
2023-10-31 14:16:38 +00:00
Doug Simon
7028fb9d58
8317975: [JVMCI] assert(pointee != nullptr) failed: invariant
...
Reviewed-by: never, thartmann
2023-10-16 12:53:54 +00:00
Doug Simon
a07a4a3a59
8317422: [JVMCI] concurrency issue in MethodData creation
...
Reviewed-by: never, thartmann
2023-10-09 12:52:28 +00:00
Sacha Coppey
015f6f5d94
8315771: [JVMCI] Resolution of bootstrap methods with int[] static arguments
...
Reviewed-by: dnsimon, psandoz
2023-09-21 17:00:46 +00:00
Doug Simon
542b3000f0
8315954: getArgumentValues002.java fails on Graal
...
Reviewed-by: never, fparain
2023-09-21 16:28:44 +00:00
Doug Simon
d7e4087faf
8315369: [JVMCI] failure to attach to a libgraal isolate during shutdown should not be fatal
...
Reviewed-by: never
2023-09-04 10:19:18 +00:00