JDK 23 |
---|
23 b22Fixed |
Relates :
|
All G1HRPrinter methods use is_active() before printing the message. That separate is_active() call duplicates the existing check if the log message is active in the log_trace() macro. So the is_active() calls can be removed.
|