-
Enhancement
-
Resolution: Unresolved
-
P3
-
None
-
asm_tools_9.0
-
None
The JASM format currently has a restriction on presenting fields. The current format does not support, for example, a pair of ConstantValue assigned to the field.
In JASMTool 9.0, a new format called the "table format" was introduced, which is similar to javap. However, the "table" presentation of the field has not yet been implemented.
The table format for the field should be implemented and will be preliminary as follows:
static final Field #17 = {
Descriptor: #11 // I
ConstantValue: #19 // int 3392
ConstantValue: #1 // int 200000
}
In JASMTool 9.0, a new format called the "table format" was introduced, which is similar to javap. However, the "table" presentation of the field has not yet been implemented.
The table format for the field should be implemented and will be preliminary as follows:
static final Field #17 = {
Descriptor: #11 // I
ConstantValue: #19 // int 3392
ConstantValue: #1 // int 200000
}