ingrid.yao@Eng 1998-12-03
In Compile::Compile( CompilationScope *scope ), there is code:
// Check for really stupid bail-out cases
if( _method->max_locals() + _method->max_stack()+TypeFunc::Parms >=
32760 ||
_method->code_size() > 3500 ) {
Need add an option to remove the >3500 limit? i.e.,
some MaxOptoCodeSize=NN option
- relates to
-
JDK-8369201 Consider disabling or removing DontCompileHugeMethods
-
- Open
-