Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
windows32
Description
the following code:
jsr L1
ret 0
L1:
astore 1
jsr L2
return
L2:
astore 0
ret 1
if run with -noverify option works fine on RI but fires an assert in jet on Harmony
Attachments
Attachments
Issue Links
- is related to
-
HARMONY-4740 [drlvm][jit][jet] Subroutine (jsr - ret) processing in JET is incomplete
- Open