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

[TESTBUG] java/util/logging/LogManagerAppContextDeadlock.java test started to fail due to JDK-8065991

    XMLWordPrintable

Details

    Backports

      Description

        The test
          java/util/logging/LogManagerAppContextDeadlock.java
        started to fail with compilation error after fix JDK-8071323 because it contains Lambda expression that is not implemented in jdk7.

        /Users/aurora/sandbox/testbase/test/java/util/logging/LogManagerAppContextDeadlock.java:231: error: ')' expected
                    Configure.doPrivileged(this::loop);
                                               ^
        /Users/aurora/sandbox/testbase/test/java/util/logging/LogManagerAppContextDeadlock.java:231: error: illegal start of expression
                    Configure.doPrivileged(this::loop);
                                                ^
        /Users/aurora/sandbox/testbase/test/java/util/logging/LogManagerAppContextDeadlock.java:231: error: ';' expected
                    Configure.doPrivileged(this::loop);
                                                     ^
        3 errors
        result: Failed. Compilation failed: Compilation failed

        Log:
        http://scaaa008.us.oracle.com:9502/runs%2F704737.CORELIBS-JDK7u-NIGHTLY-JTREG-17/results/workDir/java/util/logging/LogManagerAppContextDeadlock.jtr

        Attachments

          Issue Links

            Activity

              People

                asaha Abhijit Saha
                msolovie Maxim Soloviev (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: