Please fix native memory tracking
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openjdk-17 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
openjdk-20 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
openjdk-21 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
openjdk-lts (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
We already have an issue with NMT dumps callsites are not resolved (openjdk-jdk and openjdk-xxx-dbg are installed).
/usr/lib/
[1] 4739
/usr/lib/
-------
4739:
Native Memory Tracking:
Total: reserved=2415496KB, committed=131892KB
- Java Heap (reserved=
- Class (reserved=
- Thread (reserved=17486KB, committed=842KB)
- Code (reserved=247724KB, committed=7584KB)
- GC (reserved=74681KB, committed=39797KB)
- Compiler (reserved=136KB, committed=136KB)
- Internal (reserved=556KB, committed=556KB)
- Symbol (reserved=1038KB, committed=1038KB)
- Native Memory Tracking (reserved=276KB, committed=276KB)
- Shared class space (reserved=10872KB, committed=10872KB)
- Arena Chunk (reserved=173KB, committed=173KB)
- Logging (reserved=4KB, committed=4KB)
- Arguments (reserved=18KB, committed=18KB)
- Module (reserved=59KB, committed=59KB)
- Synchronizer (reserved=21KB, committed=21KB)
- Safepoint (reserved=8KB, committed=8KB)
Virtual memory map:
[0x00000000c2a00000 - 0x0000000100000000] reserved 1005568KB for Java Heap from
[0x00007fb2
[0x00007fb2
[0x00007fb2
[0x00007fb2
[0x00000000c2a
[0x00000000ffe
-------
Related branches
- Graham Inggs: Pending requested
- Matthias Klose: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 119 lines (+47/-32)3 files modifieddebian/JB-jre.overrides.in (+4/-0)
debian/changelog (+2/-0)
debian/rules (+41/-32)
- Graham Inggs (community): Approve
- Matthias Klose: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 121 lines (+48/-32)3 files modifieddebian/JB-jre.overrides.in (+4/-0)
debian/changelog (+2/-0)
debian/rules (+42/-32)
- Graham Inggs (community): Approve
- Matthias Klose: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 119 lines (+47/-32)3 files modifieddebian/JB-jre.overrides.in (+4/-0)
debian/changelog (+2/-0)
debian/rules (+41/-32)
Note, this is an issue caused by the stripped symbols, temurin build does not strip them.