JDK-8079661 : JIT tests for huge methods should be created
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7,11,14,15
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-23
  • Updated: 2020-05-08
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
tbdUnresolved
Related Reports
Relates :  
Description
Using tests
cvm/bytecode/bytecode/dneg 
cvm/bytecode/bytecode/fneg
we found compiler issues that could be reproduced if vm was started with option -XX:-DontCompileHugeMethods, because size of those test methods is bigger than corresponding "huge method" threshold. (See JDK-7147464)
But issue described in JDK-7147464 could be also reproduced with similar huge methods with size slightly less than "huge method" threshold.

So at least analogues of cvm/bytecode/bytecode/{dneg,fneg} tests with reduced method size should be created.