RFR: JDK-8280274: Guard printing code of Compile::print_method in PRODUCT [v2]
Tobias Holenstein
duke at openjdk.java.net
Fri Jan 21 14:00:49 UTC 2022
On Fri, 21 Jan 2022 13:38:43 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> Would it also be an option to move that code into `print_method_impl`?
Unfortunately, that would also change the printing of `Compile::print_method(CompilerPhaseType cpt, int level)` where `print_method_impl` is also used.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7158
More information about the hotspot-compiler-dev
mailing list