Integrated: 8300696 : [AIX] AttachReturnError fails

Deepa Kumari duke at openjdk.org
Wed Feb 1 07:08:03 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)

This pull request has now been integrated.

Changeset: 8164cfbc
Author:    Deepa Kumari <dpakri181 at gmail.com>
Committer: Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8164cfbc0373e57619e18324931f0946b51ae18f
Stats:     5 lines in 1 file changed: 5 ins; 0 del; 0 mod

8300696: [AIX] AttachReturnError fails

Reviewed-by: tsteele, dholmes

-------------

PR: https://git.openjdk.org/jdk/pull/12138


More information about the hotspot-runtime-dev mailing list