mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8308899: Introduce Classfile context and improve Classfile options
8306650: Improve control of stack maps generation in Classfile API 8308646: Typo in ConstantValueAttribute Reviewed-by: mcimadamore
This commit is contained in:
parent
79c056ec8b
commit
990e3a700d
113 changed files with 1602 additions and 1190 deletions
|
@ -42,7 +42,7 @@ import jdk.internal.classfile.impl.TemporaryConstantPool;
|
|||
* A pseudo-instruction which models a single entry in the
|
||||
* {@link LocalVariableTableAttribute}. Delivered as a {@link CodeElement}
|
||||
* during traversal of the elements of a {@link CodeModel}, according to
|
||||
* the setting of the {@link Classfile.Option#processDebug(boolean)} option.
|
||||
* the setting of the {@link Classfile.DebugElementsOption} option.
|
||||
*
|
||||
* @see PseudoInstruction
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue