JDK-8035328 : closed/compiler/6595044/Main.java failed with timeout
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs24,hs25,8,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-02-19
  • Updated: 2017-08-14
  • Resolved: 2014-06-24
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 8 JDK 9
8u40Fixed 9 b23Fixed
Related Reports
Relates :  
Relates :  
Description
Nighty test closed/compiler/6595044/Main.java failed with timeout in RT nightly test run.


Comments
Here is the evaluation: This bug is not a test bug. The test executes hundreds of small methods consisting of only a return statement multiple times. This was intended to test for an old (closed) bug in the C2 compiler. The timeout arises when the tiered compilation policy decides to recompile the caller method and therefore marks it as non-entrant. The method is still in use but call sites are not patched. See line 1179 of sharedRuntime.cpp: // We do not patch the call site if the caller nmethod has been made non-entrant. As a result, all call sites have to be resolved on every call which is costly and leads to the timeout (4mins vs. 17s). The solution is to patch not entrant call sites as well.
20-06-2014

My non-confidential comment doesn't have anything in that requires screening. When I added my failure sighting, I did the split the data into two comments thing; one is public and one requires screening.
19-06-2014

This failure mode was spotted in the 2014-04-30 RT_Baseline nightly: closed/compiler/6595044/Main.java This test failed due to a timeout. This failure mode is an instance of the following unresolved bug: JDK-8035328 [TESTBUG] Test closed/compiler/6595044/Main.java failed with timeout. This failure instance appears to be failing DKFL matching due to the missing VM version info in this run.
01-05-2014