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

Tobias Hartmann thartmann at openjdk.org
Mon Dec 4 14:55:36 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

Nice cleanup, looks good to me.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16921#pullrequestreview-1762634894


More information about the hotspot-compiler-dev mailing list