Integrated: 8265490: Unterminated string passed to FindClass() in hotspot test

Harold Seigel hseigel at openjdk.java.net
Wed Apr 21 16:05:37 UTC 2021


On Wed, 21 Apr 2021 14:57:09 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this small fix for JDK-8265490 to null terminate the char* that test FindClassUtf8 passes to JNI_FindClass().  The modified test was run on Linux, Mac OS, and Windows platforms using Mach5 hs-tiers 1 and 2.
> 
> Thanks, Harold

This pull request has now been integrated.

Changeset: 0136c89c
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/0136c89c
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8265490: Unterminated string passed to FindClass() in hotspot test

Reviewed-by: coleenp, stuefe

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

PR: https://git.openjdk.java.net/jdk/pull/3604


More information about the hotspot-runtime-dev mailing list