JDK-8144477 : T7142086.java timeouts on Valhalla
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: Resolved
  • Resolution: Future Project
  • CPU: generic
  • Submitted: 2015-12-02
  • Updated: 2018-05-21
  • Resolved: 2018-05-21
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.
Other
repo-valhallaResolved
Related Reports
Relates :  
Description
test/tools/javac/7142086/T7142086.java timeouts fairly consistently
on Valhalla. 

According to Maurizio, this is due to the handling of erasure which has become more complex in Valhalla. There's also perhaps a problem of using lambda 
expressions too much in sensitive parts of javac

Comments
Yes, the test looks incorrect for suggesting timeout=10 /* * @test * @bug 7142086 * @summary performance problem in Check.checkOverrideClashes(...) * @modules jdk.compiler * @run main/timeout=10 T7142086 */
06-12-2016

This is a tier 1 test that just failed in production Mach 5. run=USER_SPECIFIED main/timeout\=10 T7142086\n Does this mean the test should run in under ten seconds? http://java.se.oracle.com/mach5//view/All/job/9-dev/1607/artifact/failureHistory/tier1-solaris-sparcv9.html
06-12-2016

We will raise the time out factor for now and this ticket is created so the issue does not get forgotten.
02-12-2015