RFR: 8296007: crash in runtime/DefineClass/NullClassBytesTest.java
Daniel D. Daugherty
dcubed at openjdk.org
Thu Oct 27 21:18:28 UTC 2022
On Thu, 27 Oct 2022 21:00:17 GMT, Dean Long <dlong at openjdk.org> wrote:
> This is a simple fix to Java_NullClassBytesTest_nativeDefineClass so that it returns the jclass as expected.
Thumbs up.
So did the callers of the function just assume there was
a return value? Why didn't this result in a linkage warning
or some other type of warning?
-------------
Marked as reviewed by dcubed (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10892
More information about the hotspot-runtime-dev
mailing list