In our internal JDK21 practices, we have discovered that VM.info(and log(os)) only briefly includes an event that a certain DLL has been loaded, but it does not contain information about where it was loaded from. This has cost us amount of extra time. I believe that the JVM can do better by optionally outputting the call stack when loading a DLL.