On Thu, 14 Jan 2021 07:19:06 GMT, David Holmes <dhol...@openjdk.org> wrote:
> Hi Yasumasa, > > Spec update looks good. > > VM tweak to call dll_unload on failure looks good. Thanks! > I don't understand the test change though. To check the agent is unloaded, call VM.dynlibs dcmd and check whether agent path is not contained. libReturnError.so would be loaded only once in AttachReturnError.java, so it is expected to unload when `Agent_OnAttach()` fails. ------------- PR: https://git.openjdk.java.net/jdk/pull/19