test/tools/javac/ClassFileModifiers/MemberModifiers.java

Print this page

        

*** 24,34 **** /* * @test * @bug 4249112 4785453 * @summary Verify that implicit member modifiers are set correctly. * ! * @compile/ref=MemberModifiers.out -source 1.4 -target 1.5 -Xlint:-options -XDdumpmodifiers=cfm MemberModifiers.java */ // Currently, we check only that members of final classes are not final. // Originally, we tested that methods were final, per the fix for 4249112. // This fix was backed out, however, based on a determination that the --- 24,34 ---- /* * @test * @bug 4249112 4785453 * @summary Verify that implicit member modifiers are set correctly. * ! * @compile/ref=MemberModifiers.out -XDdumpmodifiers=cfm MemberModifiers.java */ // Currently, we check only that members of final classes are not final. // Originally, we tested that methods were final, per the fix for 4249112. // This fix was backed out, however, based on a determination that the