RFR: 8339384: Unintentional IOException in jdk.jdi module when JDWP end of stream occurs [v2]

Chris Plummer cjplummer at openjdk.org
Wed Sep 4 17:27:21 UTC 2024


On Wed, 4 Sep 2024 10:17:55 GMT, Yagmur Eren <duke at openjdk.org> wrote:

>> A logic error in the block of code in com.sun.tools.jdi.TargetVM is fixed by putting fromByteArray() method within else statement to prevent invoking it when the array b is empty. See issue: [JDK-8339384](https://bugs.openjdk.org/browse/JDK-8339384)
>
> Yagmur Eren has updated the pull request incrementally with three additional commits since the last revision:
> 
>  - Update full name
>  - update copy right year
>  - Update full name

Marked as reviewed by cjplummer (Reviewer).

@nelanbu Just one request before you push. Please make sure all jdi tests are passing.  You need to run the tests in test/jdk/com/sun/jdi and test/hotspot/jtreg/vmTestbase/nsk/jdi.

-------------

PR Review: https://git.openjdk.org/jdk/pull/20815#pullrequestreview-2280841526
PR Comment: https://git.openjdk.org/jdk/pull/20815#issuecomment-2329612139


More information about the serviceability-dev mailing list