RFR: 8329862: GetApplicationHome and GetApplicationHomeFromDll enhance jli tracing
Matthias Baesken
mbaesken at openjdk.org
Wed Apr 17 15:33:13 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.
I adjusted the trace messages a bit to make the coding more consistent to the existing Jli trace code,
I removed the print of the function name because this is usually avoided in the existing cases.
I removed the 'did not succeed' Jli trace messages in GetJREPath because in case of success we would getJli trace output ('JRE path is <this-path>') so missing success output means it failed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18699#issuecomment-2061561008
More information about the core-libs-dev
mailing list