RFR: 8300696 : [AIX] AttachReturnError fails
David Holmes
dholmes at openjdk.org
Wed Feb 1 05:52:48 UTC 2023
On Mon, 23 Jan 2023 09:36:35 GMT, Deepa Kumari <duke at openjdk.org> wrote:
> AttachReturnError.java fails because "VM.dynlibs" prints a list of loaded dynamic libs referring to a cache. The cache may contain stale entries related to unloaded libraries (libReturnError.so in this case). Reloading this cache after unloading libraries solves the problem.
>
> Reported Issue : [JDK-8300696](https://bugs.openjdk.org/browse/JDK-8300696)
Looks okay to me - zero impact on non-AIX.
Thanks.
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12138
More information about the hotspot-runtime-dev
mailing list