-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 17
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280876 | 11.0.16-oracle | Tobias Hartmann | P4 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8280876 [JVMCI] separate JVMCI code install timers for CompileBroker and hosted compilations
-
- Resolved
-