diff options
author | acolyer <acolyer> | 2005-12-06 03:49:41 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-12-06 03:49:41 +0000 |
commit | 3c8832b332f94bc05e7db48f414cc4a537407eb1 (patch) | |
tree | d44985b95b39d9241c42cf1cde709a3b97b49fd3 /tests/new | |
parent | d43e74b5c919ebaef67a4b7551a464b8db3b289a (diff) | |
download | aspectj-3c8832b332f94bc05e7db48f414cc4a537407eb1.tar.gz aspectj-3c8832b332f94bc05e7db48f414cc4a537407eb1.zip |
workaround for jrockit potential bug (see pr1054290
Diffstat (limited to 'tests/new')
-rw-r--r-- | tests/new/AroundVoid.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/new/AroundVoid.java b/tests/new/AroundVoid.java index 8d4393c9d..7f0f1dd49 100644 --- a/tests/new/AroundVoid.java +++ b/tests/new/AroundVoid.java @@ -52,6 +52,7 @@ class C { while (true) { int x = 0; int y = 2/x; + throw new ArithmeticException(); } } |