Adjust java_crw_demo byte code insertion to handle StackMap attributes
StackMaps will refer to byte code offsets.
Use: javac -source 1.5 -target cldc1.0
To get StackMap attributes.
Part of CLDC J2ME? KVM? JSR139? Hard to get details, Appendix 1 of jsr163 CLDC1.1 spec seems to detail it best.
---
Also add not about not needing to change annotations because we only append
to the constant pool (annotations use constant pool index values).
###@###.### 2005-2-13 23:02:44 GMT
###@###.### 2005-05-19 16:07:06 GMT
StackMaps will refer to byte code offsets.
Use: javac -source 1.5 -target cldc1.0
To get StackMap attributes.
Part of CLDC J2ME? KVM? JSR139? Hard to get details, Appendix 1 of jsr163 CLDC1.1 spec seems to detail it best.
---
Also add not about not needing to change annotations because we only append
to the constant pool (annotations use constant pool index values).
###@###.### 2005-2-13 23:02:44 GMT
###@###.### 2005-05-19 16:07:06 GMT
- relates to
-
JDK-6237013 Add java_crw_demo testcase that has a StackMap attribute
-
- Resolved
-
-
JDK-6266289 Adjust java_crw_demo so it handles StackMapTable attributes
-
- Resolved
-