diff -r 7f5db2e8b423 -r 117c95448ab9 test/tools/javac/ThrowsIntersection_4.java --- a/test/tools/javac/ThrowsIntersection_4.java Wed Mar 03 17:22:52 2010 -0800 +++ b/test/tools/javac/ThrowsIntersection_4.java Wed Mar 03 19:34:34 2010 -0800 @@ -30,6 +30,8 @@ * @run compile/fail ThrowsIntersection_4.java */ +package ThrowsIntersection_4; + // Note: This is the test that actually failed for 4042259. The others are for completeness. class Ex1 extends Exception {}