RFR: 8316967: Correct the scope of vmtimer in UnregisteredClasses::load_class [v2]

Calvin Cheung ccheung at openjdk.org
Thu Oct 5 21:25:40 UTC 2023


> Simple fix for removing the vmtimer from `UnregisteredClasses::load_class` and the corresponding `PerfClassTraceTime` constructor.
> 
> Passed tier1 testing.
> --------------------
> Update: correct the scope of the vmtimer instead of removing it.

Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:

  correct the scope of the vmtimer

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16046/files
  - new: https://git.openjdk.org/jdk/pull/16046/files/fbb1084c..321bde57

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16046&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16046&range=00-01

  Stats: 11 lines in 2 files changed: 11 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/16046.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16046/head:pull/16046

PR: https://git.openjdk.org/jdk/pull/16046


More information about the hotspot-runtime-dev mailing list