-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 6
-
Component/s: hotspot
-
b65
-
generic
-
generic
_locals_size, _stack_size, _max_locals, _max_stack are currently u2. This makes detection
of overflow/underflow dangerous. Should change those to int to be safe.
of overflow/underflow dangerous. Should change those to int to be safe.