RFR: 8310711: [IR Framework] Remove safepoint while printing handling

Christian Hagedorn chagedorn at openjdk.org
Fri Dec 22 14:02:48 UTC 2023


On Fri, 1 Dec 2023 12:47:48 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> This clean-up PR removes the handling of the `` message in the IR framework. It is no longer required since we dump the output of `PrintIdeal` to the hotspot_pid file differently since [JDK-8306922](https://bugs.openjdk.org/browse/JDK-8306922). There is no interrupting `` message anymore. I removed the corresponding now unneeded code together with the previously added test case for it.
> 
> Testing: tier1-4
> 
> Thanks,
> Christian

Thanks Emanuel for your review! I will integrate this in the new year when I'm back again.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16921#issuecomment-1867720364


More information about the hotspot-compiler-dev mailing list