Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
11, 17
-
b03
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280876 | 11.0.16-oracle | Tobias Hartmann | P4 | Resolved | Fixed | b01 |
Description
Currently, a single timer is used for timing JVMCI based installation of code into the code cache. This makes it impossible to work out how much of that time is for compilations requested by the CompileBroker and how much is for compilations requested from Java (e.g. Truffle initiated compilations). The latter are termed "hosted" compilations.
There should be a separate timer for each of these types of compilations.
There should be a separate timer for each of these types of compilations.
Attachments
Issue Links
- backported by
-
JDK-8280876 [JVMCI] separate JVMCI code install timers for CompileBroker and hosted compilations
-
- Resolved
-