Remove unimplemented register stack functions

XMLWordPrintable

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

      These functions were added for itanium and are no longer used.

      - void set_base_of_stack_pointer(intptr_t* base_sp) {}
      - intptr_t* base_of_stack_pointer() { return NULL; }
      - void record_base_of_stack_pointer() {}
      -
      - // These routines are only used on cpu architectures that
      - // have separate register stacks (Itanium).
      - static bool register_stack_overflow() { return false; }
      - static void enable_register_stack_guard() {}
      - static void disable_register_stack_guard() {}
      -

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

              Created:
              Updated:
              Resolved: