JDK-8143920 : java/lang/invoke/lambda/LogGeneratedClassesTest.java fails with AssertionError
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris
  • Submitted: 2015-11-24
  • Updated: 2015-11-26
  • Resolved: 2015-11-25
Related Reports
Duplicate :  
Description
Test has multiple failures.  See attached.  Here's one of the failures:

test LogGeneratedClassesTest.testDumpDirIsFile(): failure
java.lang.AssertionError: only show error once expected [1] but found [0]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:494)
	at org.testng.Assert.assertEquals(Assert.java:123)
	at org.testng.Assert.assertEquals(Assert.java:265)
	at LogGeneratedClassesTest.testDumpDirIsFile(LogGeneratedClassesTest.java:157)
Comments
Why is it a compiler issue? I mean why is it filed against hotspot/compiler?
25-11-2015

A compiler issue found in hs-rt seems unlikely to be an integration blocker. Did someone change anything related to this in hs-rt?
25-11-2015