JDK-4146774 : JVMTI spec: Add GetConstantPool
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 1.2.0
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 1998-06-08
  • Updated: 2017-05-16
  • Resolved: 2005-05-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b37Fixed
Related Reports
Relates :  
Description
Now that we return bytecodes via JVMDI, we should provide a way to look up the constant pool entries that are contained in the bytecodes. This will help with disassembly or with analysis of the bytecodes. 

Comments
EVALUATION We will return raw constant pool. To be also exposed in JDI also -- bug 5024104. ###@###.### 2005-04-26 22:02:37 GMT
26-04-2005