Skip to content

Add basic jsr / ret implementation. Fixes #280 #399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 13, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add basic test for understanding jsr instruction
  • Loading branch information
smowton committed Jan 10, 2017
commit c90295b8de3b37612bab83d0e7ebe2037ebdb8ed
Binary file not shown.
8 changes: 8 additions & 0 deletions regression/cbmc-java/jsr1/test.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CORE
edu/emory/mathcs/backport/java/util/concurrent/ConcurrentHashMap.class
--show-goto-functions
^EXIT=0$
^SIGNAL=0$
--
\\"statement\\" (\\"jsr\\")
\\"statement\\" (\\"ret\\")