Integrated: JDK-8278329: some TraceDeoptimization code not included in PRODUCT build
Tobias Holenstein
duke at openjdk.java.net
Mon Jan 10 10:53:33 UTC 2022
On Tue, 7 Dec 2021 14:46:05 GMT, Tobias Holenstein <duke at openjdk.java.net> wrote:
> After "JDK-8154011: Make `TraceDeoptimization` a diagnostic flag" some code was not included in the PRODUCT build.
>
> Removed all the #ifndef PRODUCT guards around `TraceDeoptimization` checks and made sure to be consistent.
>
> The DEOPT PACKING messages were controlled by `PrintDeoptimizationDetails` (develop flag), but DEOPT UNPACKING is controlled by `TraceDeoptimization` (product flag),. Therefore changed DEOPT PACKING messages to be controlled by `TraceDeoptimization` as well.
>
> Checked that tests are not affected. Checked on Aurora that performance is not affected.
This pull request has now been integrated.
Changeset: 1f101b04
Author: Tobias Holenstein <tobias.holenstein at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/1f101b04f4d7c166cc0a830383e4e08025df5c74
Stats: 187 lines in 4 files changed: 79 ins; 76 del; 32 mod
8278329: some TraceDeoptimization code not included in PRODUCT build
Reviewed-by: dnsimon, kvn, never, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/6746
More information about the hotspot-dev
mailing list