hotspot/test/compiler/jsr292/methodHandleExceptions/p/E.java
changeset 40059 c2304140ed64
parent 21770 e8932d2fda2c
child 41705 332239c052cc
--- a/hotspot/test/compiler/jsr292/methodHandleExceptions/p/E.java	Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/jsr292/methodHandleExceptions/p/E.java	Tue Jul 12 18:24:48 2016 +0300
@@ -31,7 +31,7 @@
  * of course is NOT usually the case in this test).
  *
  */
-public abstract class E implements p.I {
+public abstract class E implements I {
        public int m() {
            return 2;
        }