Integrated: 8339384: Unintentional IOException in jdk.jdi module when JDWP end of stream occurs
Yagmur Eren
duke at openjdk.org
Thu Sep 5 09:28:56 UTC 2024
On Mon, 2 Sep 2024 12:24:28 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)
This pull request has now been integrated.
Changeset: 2305d18e
Author: Yagmur Eren <yagmur.eren at oracle.com>
URL: https://git.openjdk.org/jdk/commit/2305d18e8d53dbbf341b580b60f9ed21f408bff1
Stats: 4 lines in 1 file changed: 2 ins; 1 del; 1 mod
8339384: Unintentional IOException in jdk.jdi module when JDWP end of stream occurs
Reviewed-by: cjplummer, kevinw
-------------
PR: https://git.openjdk.org/jdk/pull/20815
More information about the serviceability-dev
mailing list