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

AArch64: jtreg compiler/uncommontrap/TestDeoptOOM failure

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • None
    • 9
    • hotspot
    • None
    • b131
    • aarch64

    Backports

      Description

        We get an assertion failure in fastdebug builds:

        DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_leaf_base: last_sp != NULL

        This is because TemplateInterpreterGenerator::generate_deopt_entry_for() is all messed up: it calls InterpreterRuntime::throw_pending_exception() before the interpreter state has been restored. The simple fix is to restore all of the interpreter state before calling throw_pending_exception().

        Attachments

          Issue Links

            Activity

              People

                aph Andrew Haley
                aph Andrew Haley
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: