JDK-8046289 : compiler/6340864/TestLongVect.java timeout with
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:7u80,9
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2014-06-07
Updated:2015-02-02
Resolved:2014-07-09
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.
The test timed out today when run with -Xcomp -XX:+TieredCompilation -XX:+DeoptimizeALot
RULE compiler/6340864/TestLongVect.java StatusError Program `...' interrupted! (timed out?)
Could be the same problem as 8035328.
Comments
This problem was caused by JDK-8030976 changes. We need to backport the fix to 7u80 since 8030976 was recently backported into 7u80.
06-11-2014
Looks like timeout is caused by fix for JDK-8030976 (before: 0m53s, after: 6m50s). Moved bug to Rickard.