-
Enhancement
-
Resolution: Fixed
-
P3
-
6
-
b35
-
generic, x86
-
generic, linux
Javac should generate the compact stackmap attribute format to support the split verifier.
The original CLDC-style verification table has around 10% class file size overhead. The compact format reduces it to below 5%. Please see Tiger feature 4639391 and 4639069 for the original split verifier work.
###@###.### 2005-2-10 19:08:33 GMT
The compact stackmap "StkMap" attribute should be generated in -target 6 classes.
###@###.### 2005-04-05 22:03:15 GMT
The original CLDC-style verification table has around 10% class file size overhead. The compact format reduces it to below 5%. Please see Tiger feature 4639391 and 4639069 for the original split verifier work.
###@###.### 2005-2-10 19:08:33 GMT
The compact stackmap "StkMap" attribute should be generated in -target 6 classes.
###@###.### 2005-04-05 22:03:15 GMT
- relates to
-
JDK-6277389 Add same_locals_1_stack_item_frame_extended in StackMapTable in javac
- Resolved
-
JDK-6283313 Change javac default to target 6
- Resolved
-
JDK-6271292 javap should print StackMapTable in a more readable format
- Closed