RFR: JDK-8329862: GetApplicationHome and GetApplicationHomeFromDll enhance jli tracing

Matthias Baesken mbaesken at openjdk.org
Tue Apr 9 15:45:08 UTC 2024


On Tue, 9 Apr 2024 15:28:08 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> We have already good JLI tracing capabilities. But GetApplicationHome and GetApplicationHomeFromDll lack some tracing and should be enhanced.

Btw. I noticed that  GetModuleFileName return value is not checked, should this be done (at other locations in the JDk codebase it is done) ?
See  https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-getmodulefilenamea

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

PR Comment: https://git.openjdk.org/jdk/pull/18699#issuecomment-2045514750


More information about the core-libs-dev mailing list