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

Remove unimplemented register stack functions

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • 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() {}
      -

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

              Created:
              Updated:
              Resolved: