-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 6
-
Component/s: core-svc
-
generic
-
generic
JAVA_CRW_DEMO: The Uoffset in the StackMapTable attribute is just U2 now
The code in java_crw_demo that deals with StackMapTable attributes refers to a Uoffset, which was at some point either a u2 or a u4, but is now just a u2. The code needs to be cleaned up a little in this area.
It also may be worth making a pass over the spec on StackMapTable's and verify that there aren't other cleanup items in this demo code.
The code in java_crw_demo that deals with StackMapTable attributes refers to a Uoffset, which was at some point either a u2 or a u4, but is now just a u2. The code needs to be cleaned up a little in this area.
It also may be worth making a pass over the spec on StackMapTable's and verify that there aren't other cleanup items in this demo code.