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

Remove unused JavaThread functions for set_last_Java_fp/pc

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 16
    • 16
    • hotspot
    • None
    • b18

    Description

      - 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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: