jdk/src/java.base/share/classes/java/lang/classfile
2024-10-05 15:37:18 +00:00
..
attribute 8341512: Optimize StackMapGenerator::processInvokeInstructions 2024-10-05 15:37:18 +00:00
components 8339115: Rename TypeKind enum constants to follow code style 2024-08-30 17:28:28 +00:00
constantpool 8341512: Optimize StackMapGenerator::processInvokeInstructions 2024-10-05 15:37:18 +00:00
instruction 8341512: Optimize StackMapGenerator::processInvokeInstructions 2024-10-05 15:37:18 +00:00
snippet-files 8339115: Rename TypeKind enum constants to follow code style 2024-08-30 17:28:28 +00:00
AccessFlags.java 8337219: AccessFlags factories do not require necessary arguments 2024-07-30 17:41:49 +00:00
Annotation.java 8339876: Move constant symbol caches to Utf8EntryImpl 2024-09-12 15:16:38 +00:00
AnnotationElement.java 8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation 2024-08-16 15:48:54 +00:00
AnnotationValue.java 8339260: Move rarely used constants out of ClassFile 2024-09-26 06:34:18 +00:00
Attribute.java 8338014: Improve usage of @jvms tags in class file API 2024-08-15 13:28:25 +00:00
AttributedElement.java 8336032: Enforce immutability of Lists used by ClassFile API 2024-07-30 17:41:38 +00:00
AttributeMapper.java 8338700: AttributeMapper type parameter should be bounded by Attribute 2024-08-23 15:16:44 +00:00
Attributes.java 8331291: java.lang.classfile.Attributes class performs a lot of static initializations 2024-05-24 15:58:34 +00:00
BootstrapMethodEntry.java 8335939: Hide element writing across the ClassFile API 2024-07-23 12:11:47 +00:00
BufWriter.java 8335939: Hide element writing across the ClassFile API 2024-07-23 12:11:47 +00:00
ClassBuilder.java 8339876: Move constant symbol caches to Utf8EntryImpl 2024-09-12 15:16:38 +00:00
ClassElement.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
ClassFile.java 8339260: Move rarely used constants out of ClassFile 2024-09-26 06:34:18 +00:00
ClassFileBuilder.java 8335642: Hide Transform implementation for Class-File API 2024-07-15 12:11:53 +00:00
ClassFileElement.java 8335939: Hide element writing across the ClassFile API 2024-07-23 12:11:47 +00:00
ClassFileTransform.java 8335642: Hide Transform implementation for Class-File API 2024-07-15 12:11:53 +00:00
ClassFileVersion.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
ClassHierarchyResolver.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
ClassModel.java 8335905: CompoundElement API cleanup 2024-07-14 15:01:51 +00:00
ClassReader.java 8335939: Hide element writing across the ClassFile API 2024-07-23 12:11:47 +00:00
ClassSignature.java 8338014: Improve usage of @jvms tags in class file API 2024-08-15 13:28:25 +00:00
ClassTransform.java 8335642: Hide Transform implementation for Class-File API 2024-07-15 12:11:53 +00:00
CodeBuilder.java 8341277: Validate slot argument for instruction factories 2024-10-02 03:30:02 +00:00
CodeElement.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
CodeModel.java 8337225: Demote maxStack and maxLocals from CodeModel to CodeAttribute 2024-07-29 21:58:08 +00:00
CodeTransform.java 8335642: Hide Transform implementation for Class-File API 2024-07-15 12:11:53 +00:00
CompoundElement.java 8336032: Enforce immutability of Lists used by ClassFile API 2024-07-30 17:41:38 +00:00
CustomAttribute.java 8335939: Hide element writing across the ClassFile API 2024-07-23 12:11:47 +00:00
FieldBuilder.java 8337219: AccessFlags factories do not require necessary arguments 2024-07-30 17:41:49 +00:00
FieldElement.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
FieldModel.java 8339876: Move constant symbol caches to Utf8EntryImpl 2024-09-12 15:16:38 +00:00
FieldTransform.java 8335642: Hide Transform implementation for Class-File API 2024-07-15 12:11:53 +00:00
Instruction.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
Interfaces.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
Label.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
MethodBuilder.java 8337219: AccessFlags factories do not require necessary arguments 2024-07-30 17:41:49 +00:00
MethodElement.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
MethodModel.java 8339876: Move constant symbol caches to Utf8EntryImpl 2024-09-12 15:16:38 +00:00
MethodSignature.java 8338014: Improve usage of @jvms tags in class file API 2024-08-15 13:28:25 +00:00
MethodTransform.java 8335642: Hide Transform implementation for Class-File API 2024-07-15 12:11:53 +00:00
Opcode.java 8339260: Move rarely used constants out of ClassFile 2024-09-26 06:34:18 +00:00
package-info.java 8338700: AttributeMapper type parameter should be bounded by Attribute 2024-08-23 15:16:44 +00:00
PseudoInstruction.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
Signature.java 8338014: Improve usage of @jvms tags in class file API 2024-08-15 13:28:25 +00:00
Superclass.java 8308753: Class-File API transition to Preview 2023-12-04 07:07:57 +00:00
TypeAnnotation.java 8339260: Move rarely used constants out of ClassFile 2024-09-26 06:34:18 +00:00
TypeKind.java 8339115: Rename TypeKind enum constants to follow code style 2024-08-30 17:28:28 +00:00