http://prt-web.us.oracle.com//archive/2011/10/2011-10-11-051159.ww155710.jdk//JobStatus.txt

  where T is a type-variable:
    T extends Object declared in class Constructor
..\..\..\src\windows\classes\java\net\TwoStacksPlainSocketImpl.java:85: error: no suitable method found for create()
            super.create();
                 ^
    method AbstractPlainSocketImpl.create(boolean) is not applicable
      (actual and formal argument lists differ in length)

Looks like something changed in a recent change

   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1e89a13d9d8f

-        super.create(stream);
+        try {
+            super.create();

-Max

Reply via email to