--- old/test/java/math/BigDecimal/PowTests.java 2009-12-03 16:45:27.000000000 -0800 +++ new/test/java/math/BigDecimal/PowTests.java 2009-12-03 16:45:27.000000000 -0800 @@ -26,8 +26,6 @@ * @bug 4916097 * @summary Some exponent over/undeflow tests for the pow method * @author Joseph D. Darcy - * @compile -source 1.5 PowTests.java - * @run main PowTests */ import java.math.*;