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

[JVMCI] reduce size of interpreter when JVMCI is enabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • b143

      JVMCI adds a little code to the deopt entry points to acquire a lock in if a flag is set. It's a small amount of code but since 100 copies of this are generated it greatly increases the interpreter size running up against the code size limits when JVMTI is enabled. This code is only needed when resuming on method entry which corresponds to vtos with a step of 0 in generate_deopt_entry.

            never Tom Rodriguez
            never Tom Rodriguez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: