RFR: 8310711: [IR Framework] Remove safepoint while printing handling
Emanuel Peter
epeter at openjdk.org
Fri Dec 22 09:19:47 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 for the cleanup @chhagedorn , LGTM!
-------------
Marked as reviewed by epeter (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16921#pullrequestreview-1794196568
More information about the hotspot-compiler-dev
mailing list