[jdk8u-dev] Integrated: 8317291: Missing null check for nmethod::is_native_method()

KIRIYAMA Takuya duke at openjdk.org
Mon Nov 13 14:34:11 UTC 2023


On Fri, 29 Sep 2023 04:15:09 GMT, KIRIYAMA Takuya <duke at openjdk.org> wrote:

> I added null check to nmethod::is_native_method() and is_java_method().
> I verified that the JVM crash problem no longer occurs by this fix.
> I don't attach the test for this fix beause I could reproduce this problem only with debug build.
> 
> Would anyone review this fix, pelase?

This pull request has now been integrated.

Changeset: 0e7ebcb9
Author:    kiriyama <kiriyama.takuya at jp.fujitsu.com>
Committer: Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/0e7ebcb9a56536bab60917d7be0da87458af7d3e
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8317291: Missing null check for nmethod::is_native_method()

Reviewed-by: phh, andrew

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

PR: https://git.openjdk.org/jdk8u-dev/pull/379


More information about the jdk8u-dev mailing list