Integrated: JDK-8319375: test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java runs into OutOfMemoryError: Metaspace on AIX

2023-11-12 Thread Matthias Baesken
On Wed, 8 Nov 2023 08:29:52 GMT, Matthias Baesken wrote: > On AIX the test > test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java > runs into this error: > > java.lang.RuntimeException: java.lang.OutOfMemoryError: Metaspace > at > jdk.compiler/com.sun.tools.javac

Re: RFR: JDK-8319375: test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java runs into OutOfMemoryError: Metaspace on AIX [v2]

2023-11-12 Thread Matthias Baesken
On Fri, 10 Nov 2023 12:23:13 GMT, Matthias Baesken wrote: >> On AIX the test >> test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java >> runs into this error: >> >> java.lang.RuntimeException: java.lang.OutOfMemoryError: Metaspace >> at >> jdk.compiler/com.sun.too

Re: RFR: JDK-8319375: test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java runs into OutOfMemoryError: Metaspace on AIX [v2]

2023-11-12 Thread David Holmes
On Fri, 10 Nov 2023 12:23:13 GMT, Matthias Baesken wrote: >> On AIX the test >> test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java >> runs into this error: >> >> java.lang.RuntimeException: java.lang.OutOfMemoryError: Metaspace >> at >> jdk.compiler/com.sun.too

Re: RFR: JDK-8318636: Add jcmd to print annotated process memory map [v12]

2023-11-12 Thread David Holmes
On Fri, 10 Nov 2023 07:38:24 GMT, Thomas Stuefe wrote: >> Analysts and supporters often use /proc/xx/maps to make sense of the memory >> footprint of a process. >> >> Interpreting the memory map correctly can help when used as a complement to >> other tools (e.g. NMT). There even exist tools o