Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8027181 Type Annotations Cleanup
  3. JDK-8027264

Bytecode annotations missing for constructor invocations

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Not an Issue
    • P3
    • None
    • 8
    • tools
    • 8
    • Verified

    Description

      For the following code:

      Thing t = new @X Thing();

      The corresponding new instruction in bytecode will have an @X annotation. However, the corresponding constructor invocation will not.

      Attachments

        Activity

          People

            emc Eric Mccorkle
            emc Eric Mccorkle
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: