JDK-8145346 : compiler/codegen/8001183/TestCharVect.java times out in fastdebug
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-12-14
  • Updated: 2015-12-21
  • Resolved: 2015-12-21
Related Reports
Duplicate :  
Description
compiler/codegen/8001183/TestCharVect.java test times out in fastdebug builds, due to overwhelming asserts. On my very fast dev Linux x86_64 4.0 GHz desktop with latest jdk9-dev/fastdebug: 

compiler/codegen/8001183/TestCharVect.java: 
.... 
Timeout signalled after 400 seconds

Test profile shows unequivocally to LinearScan::is_sorted and RangeCheckEliminator::Verification::can_reach:
 http://cr.openjdk.java.net/~shade/8145346/calltree-TestCharVect.txt

Comments
This seems to be a duplicate for JDK-8067014.
21-12-2015