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