JDK-7172776 : Execution of compiler/c2/6857159/Test6857159.java takes too much time
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7,9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2012-05-30
  • Updated: 2017-11-01
  • Resolved: 2016-05-30
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 7 JDK 8
7-poolResolved 8-poolResolved
Related Reports
Duplicate :  
Description
Execution of this test
compiler/6857159/Test6857159.java
takes too much time. So this test often fails by timeout especially in fastdebug. See for example PIT results:
http://vmsqe-app.russia.sun.com/surl/Ja

Comments
the test was fixed in JDK 9 by JDK-8068440 : Test6857159.java times out. closing as dup of JDK-8068440
30-05-2016

I see this problem to appear only with JDK 7, JDK 8, and early versions of JDK 9. With the hs-comp tree of 2016-03-21, the test takes around 4 seconds. As this issue does not affect 9 any more, I'll set the fix version to 7 and 8.
23-03-2016

RULE compiler/6857159/Test6857159.java StatusError Program `sh' timed out! RULE compiler/6857159/Test6857159.java Timeout none
29-04-2015

ILW=Timeout, 500 times, none = MMH=P3
12-06-2014

PUBLIC COMMENTS I can't see the test listed on the URL provided. How do you run the test? On what machine? Which build? Running the test on a SPARC T1 (the slowest I could find) with a fastdebug VM takes 20 and 17 seconds: cthaling@dr-evil:~/hsx/hotspot-comp/hotspot/test/compiler/6857159$ time /java/re/jdk/7u6/promoted/latest/binaries/solaris-sparc/fastdebug/bin/java -showversion -client -Xbatch -XX:+PrintCompilation -XX:CompileOnly=Test6857159\$ct.run Test6857159 java version "1.7.0_06-ea-fastdebug" Java(TM) SE Runtime Environment (build 1.7.0_06-ea-fastdebug-b13) Java HotSpot(TM) Client VM (build 23.2-b04-fastdebug, mixed mode) 3141 1 b Test6857159$ct0::run (16 bytes) real 0m19.622s user 0m17.484s sys 0m3.617s cthaling@dr-evil:~/hsx/hotspot-comp/hotspot/test/compiler/6857159$ time /java/re/jdk/7u6/promoted/latest/binaries/solaris-sparc/fastdebug/bin/java -showversion -Xbatch -XX:+PrintCompilation -XX:CompileOnly=Test6857159\$ct.run Test6857159 java version "1.7.0_06-ea-fastdebug" Java(TM) SE Runtime Environment (build 1.7.0_06-ea-fastdebug-b13) Java HotSpot(TM) Server VM (build 23.2-b04-fastdebug, mixed mode) 9302 1 b Test6857159$ct0::run (16 bytes) real 0m16.581s user 0m16.448s sys 0m3.737s
12-06-2012