Integrated: 8316967: Correct the scope of vmtimer in UnregisteredClasses::load_class

Calvin Cheung ccheung at openjdk.org
Tue Oct 17 22:15:39 UTC 2023


On Wed, 4 Oct 2023 23:30:58 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

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

This pull request has now been integrated.

Changeset: 83b6a127
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/83b6a1278f7ffa5bf6f30697e5fb39eb5846c04b
Stats:     9 lines in 3 files changed: 0 ins; 6 del; 3 mod

8316967: Correct the scope of vmtimer in UnregisteredClasses::load_class

Reviewed-by: iklam, jiangli

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

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


More information about the hotspot-runtime-dev mailing list