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

Remove unimplemented register stack functions

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 16
    • 16
    • hotspot
    • b17

    Description

      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() {}
      -

      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: