Withdrawn: 8350097: Make Compilation::current() and Compile::current() safer
duke
duke at openjdk.org
Thu Apr 24 05:13:58 UTC 2025
On Fri, 14 Feb 2025 14:48:34 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Somewhat trivial.
>
> I recently hunted a bug for an hour until I realized that I had accessed ciEnv::compiler_data() as C2 `Compile` when, in fact, it was C1 `Compilation`. Stupid mistake, but an assert is easy to do and saves time.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/23635
More information about the hotspot-compiler-dev
mailing list