Remove buggy code introduced by 8249451

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 16
    • Affects Version/s: 16
    • Component/s: hotspot
    • b17
    • generic
    • generic

      if ((thread->has_pending_exception() || thread->frames_to_pop_failed_realloc() > 0) && exec_mode != Unpack_uncommon_trap) {
          assert(thread->has_pending_exception(), "should have thrown OOME/Async");

      introduced a buggy code checking, clearing pending exception and taking Unpack_exception route.

      This can have consequences as the deopt entries may have additional logic depending on bcis

            Assignee:
            Jamsheed C M (Inactive)
            Reporter:
            Jamsheed C M (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: