Loading... (original) (raw)
Refactor hotspot/test/gc/g1/plab/lib/LogParser.java
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 9
- Affects Version/s: 9
LogParser stores parsed log in Map which is defined as Map<Long, Map<StatType, Map<String, Long>>>. Refactor it to be easy to read.