RFR: 8255216: ciEnv::_break_at_compile isn't in use

Vladimir Kozlov kvn at openjdk.java.net
Wed Jan 6 18:10:59 UTC 2021


On Wed, 16 Dec 2020 18:38:37 GMT, Dan <github.com+7991079+danlemmond at openjdk.org> wrote:

> _break_at_compile is no longer in use and can be safely removed.
> No new code, and Tier1 tests succeed after code is removed.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8255216

To clarify about my comment about  task->check_break_at_flags(). The easier fix I think is instead of removing ciEnv code use env()->break_at_compile() in compile.cpp instead of directive->BreakAtCompileOption

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

Changes requested by kvn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1806


More information about the hotspot-compiler-dev mailing list