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

Make Compile::print_inlining_stream stack allocated

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • 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.

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

              Created:
              Updated:
              Resolved: