8194490: [JVMCI] Move iterateFrames to C++

Reviewed-by: kvn, never, dnsimon
This commit is contained in:
Gilles Duboscq 2018-03-07 19:32:54 -08:00
parent 2c0c55bb7e
commit 597c6ac736
11 changed files with 157 additions and 350 deletions

View file

@ -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) \