Introduce accessor for tmp_oop in frame.

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • b04

        Access to the tmp_oop in a frame is done with several #ifdefs distinguishing the platforms and interpreters.

        Introduce accessor function interpreter_frame_temp_oop_addr() as for many other fields cleaning up the defines.

        Also move
          #ifdef PPC32
            oop* interpreter_frame_mirror_addr() const;
          #endif
        from frame.hpp into frame_ppc.hpp in the closed port.

              Assignee:
              Goetz Lindenmaier
              Reporter:
              Goetz Lindenmaier
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: