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

AArch64: jtreg compiler/uncommontrap/TestDeoptOOM failure

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • hotspot
    • None
    • b131
    • aarch64

        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().

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

                Created:
                Updated:
                Resolved: