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

Per-compilation memory ceiling

XMLWordPrintable

    • b22

      Using the new compiler memory statistic (JDK-8318016), implement per-compilation memory ceiling.

      When reaching the ceiling, it should either crash with a hs-err file or stop the compilation.

      The latter is difficult to do at every allocation but can be approximated, for C2 at least, by hooking into the C2 node limit check.

            stuefe Thomas Stuefe
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: