Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8035396

Introduce accessor for tmp_oop in frame.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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.

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

                Created:
                Updated:
                Resolved: