JDK-8071591 : [TESTBUG] java/util/logging/LogManagerAppContextDeadlock.java test started to fail due to JDK-8065991
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.logging
  • Affected Version: 7u79,7u80,7u85
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-01-26
  • Updated: 2015-09-08
  • Resolved: 2015-01-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u79Fixed
Related Reports
Relates :  
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

Comments
Critical-request : Testcase only fix and we've QA's approval to take testcase only fixes.
30-01-2015

RULE java/util/logging/LogManagerAppContextDeadlock.java CompilationError Compilation failed
26-01-2015

Testsuite name: Regression Test(s) name: java/util/logging/LogManagerAppContextDeadlock.java Product(s) tested: Nightly 7u85 Java(TM) SE Runtime Environment 1.7.0_85 b1 (1.7.0_85-ea-langtools-nightly-h2070-20150122-b01-b01) OS/architecture: all Reproducible: Always Reproducible on machine: spb23385, sc14160049 Is it a Regression: Yes Regression introduced in release/build: 7u85 nightly Is it a platform specific issue: No Test run log location: http://scaaa008.us.oracle.com:9502/runs%2F704737.CORELIBS-JDK7u-NIGHTLY-JTREG-17/results/workDir/java/util/logging/LogManagerAppContextDeadlock.jtr
26-01-2015