jdk/test/com/sun/jdi/InterfaceMethodsTest.java
changeset 32427 c22b7e41adf3
parent 30376 2ccf2cf7ea48
child 41359 23b0a20c3e3c
equal deleted inserted replaced
32426:f20c72807bfd 32427:c22b7e41adf3
   440             System.err.println("Invoking static : " + targetClass.name() + "." +
   440             System.err.println("Invoking static : " + targetClass.name() + "." +
   441                     methodName + methodSig);
   441                     methodName + methodSig);
   442         }
   442         }
   443     }
   443     }
   444 }
   444 }
   445 
       
   446 
       
   447