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

OSR compilation attempted for huge methods

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 6
    • 6
    • hotspot
    • b69
    • generic
    • generic

        The HotSpot compilers attempt to OSR-compile huge methods (greater than 8000 bytes of bytecodes). The HotSpot compilationPolicy avoids entry-compilation of such methods.

        Due to the entry-compilation policy, the compilers are not well-tested on huge methods,
        and strange crashes (see 6360541) have been observed on OSR compiles of such.

        The OSR and entry policies should be made consistent.

              rasbold Chuck Rasbold
              rasbold Chuck Rasbold
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: