Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8308578 | na | Matias Saavedra Silva | P4 | Closed | Not an Issue | b24 |
The constant pool contains methods for finding the name, signature, tag, and klass at a certain constant pool index or constant pool cache index. In order to assist in the development of JDK-8301996, these methods should be refactored so that there can be different paths based on the bytecode.
These methods use the unintuitive argument "uncached" which will be replaced with a bytecode parameter that will have the same effect. The impl_ methods will be removed to further streamline the code.
These methods use the unintuitive argument "uncached" which will be replaced with a bytecode parameter that will have the same effect. The impl_ methods will be removed to further streamline the code.
- backported by
-
JDK-8308578 Refactor ref_at methods in Constant Pool
-
- Closed
-