RFR: 8296007: crash in runtime/DefineClass/NullClassBytesTest.java
David Holmes
dholmes at openjdk.org
Tue Nov 1 00:18:27 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.
Fix looks good. Thanks.
I'm somewhat concerned that nothing in the build system detected the error! It used to be that javah produced the header file with the right signatures etc and that would be included by the implementation file.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10892
More information about the hotspot-runtime-dev
mailing list