Branch target offset too large for short
runTest("Cannot advise private field gets in around advice");
System.err.println(getLastRunResult().getStdErr());
}
+
+// test takes over 5 minutes to run, so not included in normal suite run
+// public void test020_branchTargetOffsetTooLargeForShort() {
+// runTest("Branch target offset too large for short");
+// }
}
title="Cannot advise private field gets in around advice">
<compile files="FieldGetJoinPointsInAroundAdvice.java"/>
<run class="FieldGetJoinPointsInAroundAdvice"/>
- </ajc-test>
\ No newline at end of file
+ </ajc-test>
+
+<!--
+ commented out as test takes over 5 minutes to run - reinstate if you need to investigate 70201 for
+ any reason.
+ <ajc-test dir="bugs" pr="70201"
+ title="Branch target offset too large for short">
+ <compile files="VeryLongBranch.java"/>
+ </ajc-test>
+-->
\ No newline at end of file