Remove unused JavaThread functions for set_last_Java_fp/pc

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 16
    • Component/s: hotspot
    • None
    • b18

      - intptr_t* last_Java_fp() { return _anchor.last_Java_fp(); }
      - void set_last_Java_fp(intptr_t* fp) { _anchor.set_last_Java_fp(fp); }
      - void set_last_Java_pc(address pc) { _anchor.set_last_Java_pc(pc); }
      -

      These functions are also unused and in the thread_platform.hpp files.

            Assignee:
            Coleen Phillimore
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: