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

Remove buggy code introduced by 8249451

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 16
    • 16
    • hotspot
    • b17
    • generic
    • generic

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: