test/tools/javac/ObjectMethodRefFromInterface.java

Print this page

        

@@ -25,13 +25,10 @@
  * @test
  * @bug 4283170
  * @summary Verify that access to member of java.lang.Object via qualification of
  * object of an interface type is handled successfully.
  * @author maddox
- *
- * @run compile -source 1.3 -target 1.2 -g ObjectMethodRefFromInterface.java
- * @run main/othervm ObjectMethodRefFromInterface
  */
 
 public class ObjectMethodRefFromInterface {
 
     public interface JunkInterface {