Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8132765

tools/sjavac/IncCompInheritance.java intermitently fails on jdk9/dev

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 9
    • 9
    • tools

      STDOUT:
      compile: [--server:portfile=testserver,background=false, -d, IncCompInheritanceTest\classes, IncCompInheritanceTest\src]
      Compiling 1 files in 1 packages (pkga to pkga)
      Compiling 2 files in 2 packages (pkgb to pkgc)
      compile: [--server:portfile=testserver,background=false, -d, IncCompInheritanceTest\classes, IncCompInheritanceTest\src]
      Compiling pkga(1) (with 1 dependents)
      The API of pkga has changed!
      Compiling pkgb(1)
      STDERR:
      Recompiling test class...
      java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:504)
      at Wrapper.main(Wrapper.java:57)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:504)
      at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
      at java.lang.Thread.run(Thread.java:746)
      Caused by: java.lang.AssertionError: Compilation succeeded unexpectedly
      at IncCompInheritance.main(IncCompInheritance.java:72)
      ... 11 more

            alundblad Andreas Lundblad (Inactive)
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: