[jdk11u-dev] Integrated: 8210242: [TESTBUG] vmTestbase/nsk/stress/jni/jnistress001.java crashes with EXCEPTION_ACCESS_VIOLATION on windows-x86

Zhengyu Gu zgu at openjdk.java.net
Tue Nov 23 20:05:17 UTC 2021


On Mon, 22 Nov 2021 13:56:43 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> A clean backport for parity with Oracle 11.0.15. 
> 
> The patch fixed potential crash in test.

This pull request has now been integrated.

Changeset: 06e9f960
Author:    Zhengyu Gu <zgu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk11u-dev/commit/06e9f960219006aedd068fead44f3d95c260f26a
Stats:     30 lines in 2 files changed: 13 ins; 0 del; 17 mod

8210242: [TESTBUG] vmTestbase/nsk/stress/jni/jnistress001.java crashes with EXCEPTION_ACCESS_VIOLATION on windows-x86

Non-NUL-terminated string was passed to %s - use %.*s to specify the actual length.

Backport-of: 3837f1abc10bb0fc1662feea2251a84af2903970

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/649


More information about the jdk-updates-dev mailing list