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

x86: eliminate frame::adjust_unextended_sp() overhead

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 10
    • 10
    • hotspot
    • b31

    Description

      The work that frame::adjust_unextended_sp() does is DEBUG_ONLY, but the compiler cannot completely eliminate the code because of the virtual call to is_compiled() that could have side-effects. We can fix the problem by wrapping the whole thing in #ifdef ASSERT.

      Attachments

        Issue Links

          Activity

            People

              dlong Dean Long
              dlong Dean Long
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: