RFR: 8281195: Mistakenly used logging causes significant overhead in interpreter [v6]

Alexey Pavlyutkin duke at openjdk.java.net
Wed Feb 9 07:35:42 UTC 2022


> 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 )

Alexey Pavlyutkin has updated the pull request incrementally with one additional commit since the last revision:

  Updating copyrights

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7367/files
  - new: https://git.openjdk.java.net/jdk/pull/7367/files/684ee0dd..7ee16e71

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7367&range=05
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7367&range=04-05

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7367.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7367/head:pull/7367

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


More information about the hotspot-runtime-dev mailing list