Integrated: 8281195: Mistakenly used logging causes significant overhead in interpreter

Alexey Pavlyutkin duke at openjdk.java.net
Wed Feb 9 09:37:11 UTC 2022


On Mon, 7 Feb 2022 13:32:13 GMT, Alexey Pavlyutkin <duke at openjdk.java.net> wrote:

> Fixes
> 
> `bool OopMapCacheEntry::verify_mask(CellTypeState* vars, CellTypeState* stack, int max_locals, int stack_top)`
> 
> eliminating frequent generation of log messages with no respect of logging configuration
> 
> Verification: N/A (the issue does not have an observable effect)
> 
> Regression: hotspot_compiler (20.04 on amd64 )

This pull request has now been integrated.

Changeset: f092baba
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f092babafb58563a4044463e157e02c397d8c9bc
Stats:     9 lines in 1 file changed: 0 ins; 0 del; 9 mod

8281195: Mistakenly used logging causes significant overhead in interpreter

Reviewed-by: shade, dholmes

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

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


More information about the hotspot-runtime-dev mailing list