-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8360906 | 21.0.9 | Paul Hohensee | P4 | Resolved | Fixed | master |
See for example:
```
Compiler (reserved=175324KB +135838KB, committed=175324KB +135838KB)
(malloc=29999KB +5558KB #23578 +8965)
(arena=145325KB +130279 #17 -5)
```
The +130279 should actually be +130279KB.
```
Compiler (reserved=175324KB +135838KB, committed=175324KB +135838KB)
(malloc=29999KB +5558KB #23578 +8965)
(arena=145325KB +130279 #17 -5)
```
The +130279 should actually be +130279KB.
- backported by
-
JDK-8360906 NMT: Arena diffs miss the scale
-
- Resolved
-
- caused by
-
JDK-8046598 Scalable Native Memory Tracking development
-
- Resolved
-
- relates to
-
JDK-8281213 Unsafe uses of long and size_t in MemReporterBase::diff_in_current_scale
-
- Resolved
-
- links to
-
Commit openjdk/jdk/46e4ee1e
-
Commit(master) openjdk/jdk21u-dev/ef6acdad
-
Review openjdk/jdk/14680
-
Review(master) openjdk/jdk21u-dev/1920
(2 links to)