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

InterpreterCodeSize overflows on AIX

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • 10
    • hotspot
    • None
    • b22
    • ppc
    • aix

      The fix for JDK-8172020 increased some interpreter entry points (notably the return entry points) considerably because it added special handling for popframe/earlyreturn in cases where debugging is enabled.

      This was just enough to overflow the current InterpreterCodeSize on AIX/ppc64 which was 230K until now:

      # Internal Error (interpreter.hpp:105), pid=16449790, tid=258
      # guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation

      I propose to set it to 256K to be on the safe side again.

            simonis Volker Simonis
            simonis Volker Simonis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: