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

Remove unused JavaThread functions for set_last_Java_fp/pc

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: