mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
Reviewed-by: twisti
This commit is contained in:
parent
eb2347dd71
commit
76b459d629
13 changed files with 78 additions and 34 deletions
|
@ -91,7 +91,7 @@ class JVMCIJavaClasses : AllStatic {
|
|||
objArrayOop_field(HotSpotCompiledCode, dataSectionPatches, "[Ljdk/vm/ci/code/site/DataPatch;") \
|
||||
boolean_field(HotSpotCompiledCode, isImmutablePIC) \
|
||||
int_field(HotSpotCompiledCode, totalFrameSize) \
|
||||
int_field(HotSpotCompiledCode, customStackAreaOffset) \
|
||||
oop_field(HotSpotCompiledCode, deoptRescueSlot, "Ljdk/vm/ci/code/StackSlot;") \
|
||||
end_class \
|
||||
start_class(HotSpotCompiledCode_Comment) \
|
||||
oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue