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

Unchecked pending exceptions in the WhiteBox API's implementation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • hotspot
    • b105

        In the WB API implementation, the codeBlob2objectArray method can throw exceptions. However, in the WB_GetCodeHeapEntries and WB_GetNMethod methods the exception status is not checked after returning from codeBlob2objectArray. As both WB_GetCodeHeapEntries and WB_GetNMethod can throw exceptions on their own, the exceptions thrown by codeBlob2objectArray are possibly overwritten and stay unnoticed.

              zmajo Zoltan Majo (Inactive)
              zmajo Zoltan Majo (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: