comparison src/share/vm/jvmci/jvmciJavaClasses.hpp @ 23299:805d58f2cd8c

Use explicit StackSlot instead of int offset for the deopt rescue slot.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 04 Feb 2016 10:38:07 +0100
parents b4ff1a18d19c
children f8178417d018
comparison
equal deleted inserted replaced
23298:657ccda6d281 23299:805d58f2cd8c
87 objArrayOop_field(HotSpotCompiledCode, comments, "[Ljdk/vm/ci/hotspot/HotSpotCompiledCode$Comment;") \ 87 objArrayOop_field(HotSpotCompiledCode, comments, "[Ljdk/vm/ci/hotspot/HotSpotCompiledCode$Comment;") \
88 typeArrayOop_field(HotSpotCompiledCode, dataSection, "[B") \ 88 typeArrayOop_field(HotSpotCompiledCode, dataSection, "[B") \
89 int_field(HotSpotCompiledCode, dataSectionAlignment) \ 89 int_field(HotSpotCompiledCode, dataSectionAlignment) \
90 objArrayOop_field(HotSpotCompiledCode, dataSectionPatches, "[Ljdk/vm/ci/code/site/DataPatch;") \ 90 objArrayOop_field(HotSpotCompiledCode, dataSectionPatches, "[Ljdk/vm/ci/code/site/DataPatch;") \
91 int_field(HotSpotCompiledCode, totalFrameSize) \ 91 int_field(HotSpotCompiledCode, totalFrameSize) \
92 int_field(HotSpotCompiledCode, customStackAreaOffset) \ 92 oop_field(HotSpotCompiledCode, deoptRescueSlot, "Ljdk/vm/ci/code/StackSlot;") \
93 end_class \ 93 end_class \
94 start_class(HotSpotCompiledCode_Comment) \ 94 start_class(HotSpotCompiledCode_Comment) \
95 oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;") \ 95 oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;") \
96 int_field(HotSpotCompiledCode_Comment, pcOffset) \ 96 int_field(HotSpotCompiledCode_Comment, pcOffset) \
97 end_class \ 97 end_class \