RFR: 8284849: Add deoptimization to unified logging

David Holmes dholmes at openjdk.java.net
Mon May 23 07:28:55 UTC 2022


On Mon, 23 May 2022 07:22:06 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> This does the same thing. `is_enabled` calls `is_level` internally. I did it this way so that we have a temporary value instead of cluttering the outer scope.
>
> Using a `LogMessage` instead of a `LogTarget` is very rarely used in the codebase. I have no idea what the pros and cons of each are, nor can I find any guidance on which to use when.

Also style nit: space after if please.

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

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


More information about the hotspot-dev mailing list