Make Compile::print_inlining_stream stack allocated

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 20
    • Component/s: hotspot
    • None
    • b17

      Compile::print_inlining_stream is currently Resource region allocated, is re-allocated and has its destructor explicitly called.

      It could instead be stack allocated and have ::reset() called instead of being re-allocated.

            Assignee:
            Johan Sjölen
            Reporter:
            Johan Sjölen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: