Guest User

Untitled

a guest
Jun 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. public static int inc(int);
  2. Signature: (I)I
  3. Code:
  4. 0: iload_0
  5. 1: ifge 6
  6. 4: iconst_0
  7. 5: istore_0
  8. 6: iinc 0, 1
  9. 9: iload_0
  10. 10: ireturn
  11.  
  12. public static int incF(int);
  13. Signature: (I)I
  14. Code:
  15. 0: iload_0
  16. 1: ifge 6
  17. 4: iconst_0
  18. 5: istore_0
  19. 6: iinc 0, 1
  20. 9: goto 18
  21. 12: astore_1
  22. 13: iinc 0, 1
  23. 16: aload_1
  24. 17: athrow
  25. 18: iload_0
  26. 19: ireturn
  27. Exception table:
  28. from to target type
  29. 0 6 12 any
  30. 12 13 12 any
Add Comment
Please, Sign In to add comment