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.
It could instead be stack allocated and have ::reset() called instead of being re-allocated.