JDK-4728827 : JPDA: Add support for Java Language Metadata
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic,solaris_9
  • CPU: generic,sparc
  • Submitted: 2002-08-08
  • Updated: 2017-05-16
  • Resolved: 2016-11-03
Related Reports
Relates :  
Description

Name: jh25668			Date: 08/08/2002


This RFE
   4636466 Java Language Metadata (Annotation)

will add a new feature to the Java Language that will have
to be supported in JPDA.


======================================================================

Comments
This is not on our list of current priorities, if this changes please re-open this issue.
03-11-2016

EVALUATION Name: jh25668 Date: 08/08/2002 This feature has been added for Tiger release ====================================================================== ###@###.### 2003-09-11 In a .class file, metadata is structured and includes constant pool references. Getting the metadata via JVMTI would be non-trivial since the metadata isn't a simple string. JVMTI might have to be modified to allow clientsto access the constant pool as has been done for access to metadata via reflection.
11-08-2004