RFR: JDK-8288003: log events for os::dll_unload [v3]
David Holmes
dholmes at openjdk.java.net
Sat Jun 11 13:51:59 UTC 2022
On Fri, 10 Jun 2022 01:29:51 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
> I think it is better to add null check to dll_unload()
I would expect NULL checks to be present in the calling code somewhere; at most an assertion for NULL should be present in this lowest-level code.
-------------
PR: https://git.openjdk.org/jdk/pull/9101
More information about the hotspot-runtime-dev
mailing list