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

Remove buggy code introduced by 8249451

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 16
    • 16
    • 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

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

              Created:
              Updated:
              Resolved: