JDK-8311102 : Write annotations in the classfile dumped by SA
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-06-29
  • Updated: 2023-07-20
  • Resolved: 2023-07-13
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 22
22 b07Fixed
Description
SA's classfile dumping functionality does not write annotations to the generated classfiles. This task is to add required support and update the ClassWriter to write annotations for fields, methods and the class to the generated classfile.
Comments
Changeset: c710e711 Author: Ashutosh Mehra <asmehra@redhat.com> Committer: Thomas Stuefe <stuefe@openjdk.org> Date: 2023-07-13 17:14:30 +0000 URL: https://git.openjdk.org/jdk/commit/c710e711780b3c334fdb9e1299b3c39a2b48649e
13-07-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14735 Date: 2023-06-30 14:32:03 +0000
30-06-2023