-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b04
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.
- relates to
-
JDK-8281213 Unsafe uses of long and size_t in MemReporterBase::diff_in_current_scale
-
- Resolved
-