mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8194490: [JVMCI] Move iterateFrames
to C++
Reviewed-by: kvn, never, dnsimon
This commit is contained in:
parent
2c0c55bb7e
commit
597c6ac736
11 changed files with 157 additions and 350 deletions
|
@ -288,6 +288,7 @@ class JVMCIJavaClasses : AllStatic {
|
|||
end_class \
|
||||
start_class(HotSpotStackFrameReference) \
|
||||
oop_field(HotSpotStackFrameReference, compilerToVM, "Ljdk/vm/ci/hotspot/CompilerToVM;") \
|
||||
boolean_field(HotSpotStackFrameReference, objectsMaterialized) \
|
||||
long_field(HotSpotStackFrameReference, stackPointer) \
|
||||
int_field(HotSpotStackFrameReference, frameNumber) \
|
||||
int_field(HotSpotStackFrameReference, bci) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue