hotspot/src/share/vm/jvmci/jvmciJavaClasses.hpp
changeset 35823 59a847ec6ee3
parent 35606 d873b64009cc
child 36842 8f0d0faa51e2
equal deleted inserted replaced
35822:d04be2a635f2 35823:59a847ec6ee3
    89     typeArrayOop_field(HotSpotCompiledCode, dataSection, "[B")                                                                                                 \
    89     typeArrayOop_field(HotSpotCompiledCode, dataSection, "[B")                                                                                                 \
    90     int_field(HotSpotCompiledCode, dataSectionAlignment)                                                                                                       \
    90     int_field(HotSpotCompiledCode, dataSectionAlignment)                                                                                                       \
    91     objArrayOop_field(HotSpotCompiledCode, dataSectionPatches, "[Ljdk/vm/ci/code/site/DataPatch;")                                                             \
    91     objArrayOop_field(HotSpotCompiledCode, dataSectionPatches, "[Ljdk/vm/ci/code/site/DataPatch;")                                                             \
    92     boolean_field(HotSpotCompiledCode, isImmutablePIC)                                                                                                         \
    92     boolean_field(HotSpotCompiledCode, isImmutablePIC)                                                                                                         \
    93     int_field(HotSpotCompiledCode, totalFrameSize)                                                                                                             \
    93     int_field(HotSpotCompiledCode, totalFrameSize)                                                                                                             \
    94     int_field(HotSpotCompiledCode, customStackAreaOffset)                                                                                                      \
    94     oop_field(HotSpotCompiledCode, deoptRescueSlot, "Ljdk/vm/ci/code/StackSlot;")                                                                              \
    95   end_class                                                                                                                                                    \
    95   end_class                                                                                                                                                    \
    96   start_class(HotSpotCompiledCode_Comment)                                                                                                                     \
    96   start_class(HotSpotCompiledCode_Comment)                                                                                                                     \
    97     oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;")                                                                                         \
    97     oop_field(HotSpotCompiledCode_Comment, text, "Ljava/lang/String;")                                                                                         \
    98     int_field(HotSpotCompiledCode_Comment, pcOffset)                                                                                                           \
    98     int_field(HotSpotCompiledCode_Comment, pcOffset)                                                                                                           \
    99   end_class                                                                                                                                                    \
    99   end_class                                                                                                                                                    \