JDK 22 |
---|
22Resolved |
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8309979 :
|
|
JDK-8311102 :
|
|
JDK-8312623 :
|
The classfile generated by SA ClassWriter is missing many of the attributes. Many commands like dumpclass and buildreplayjars rely on ClassWriter for dumping the classfiles. If the classfiles are not complete (compared to the original class files), then the jars generated by buildreplayjars cannot be used for replay compilation, thus limiting the serviceability of the jdk. This task will serve as the umbrella for sub-tasks that add missing attributes and fix any other bugs in SA ClassWriter to bring it up to the level where replay compilations do not fail due to missing classfile pieces in the class files generated by buildreplayjars command.