IRT_ENTRY/IRT_LEAF etc are the same as JRT

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 13
    • Affects Version/s: 13
    • Component/s: hotspot
    • None
    • b17

      Remove IRT entries and use the JRT entries.

      -// Definitions for IRT (Interpreter Runtime)
      -// (thread is an argument passed in to all these routines)
      -
      -#define IRT_ENTRY(result_type, header) \
      - result_type header { \
      - ThreadInVMfromJava __tiv(thread); \
      - VM_ENTRY_BASE(result_type, header, thread) \
      - debug_only(VMEntryWrapper __vew;)
      -
      -
      -#define IRT_LEAF(result_type, header) \
      - result_type header { \
      - VM_LEAF_BASE(result_type, header) \
      - debug_only(NoSafepointVerifier __nspv(true);)
      -
      -
      -#define IRT_ENTRY_NO_ASYNC(result_type, header) \
      - result_type header { \
      - ThreadInVMfromJavaNoAsyncException __tiv(thread); \
      - VM_ENTRY_BASE(result_type, header, thread) \
      - debug_only(VMEntryWrapper __vew;)
      -
      -#define IRT_END }

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

              Created:
              Updated:
              Resolved: