Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083213 | emb-9 | Zoltan Majo | P5 | Resolved | Fixed | team |
The method 'CodeHeap::next_free' does not return the next free HeapBlock as the name and the comment suggest. Actually, it returns the following block that is _not_ free, i.e., the next used block.
The name and the comment should be changed accordingly.
The name and the comment should be changed accordingly.
- backported by
-
JDK-8083213 CodeHeap::next_free should be renamed
-
- Resolved
-