Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174459 | 10 | Douglas Simon | P3 | Resolved | Fixed | b01 |
When an OSR method compiled by a JVMCI compiler deoptimizes, _trap_hist is accumulated in separate counters. This is done in query_update_method_data and assumes that the _trap_hist array is twice as long as it usually is. However currently that array is not large enough.
- backported by
-
JDK-8174459 [JVMCI] query_update_method_data might write outside _trap_hist array
-
- Resolved
-