Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4194733

Code size limit is hard-coded

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.0
    • 1.0
    • hotspot
    • beta1
    • generic
    • generic
    • Not verified


      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

            rschmidtsunw Rene Schmidt (Inactive)
            tyao Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: