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

IRT_ENTRY/IRT_LEAF etc are the same as JRT

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 13
    • 13
    • 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 }

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

              Created:
              Updated:
              Resolved: