On Tue, 9 Apr 2024 15:28:08 GMT, Matthias Baesken <[email protected]> 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