microsoft / microsoft/gctoolkit
Replace LOG_FRAGMENT_THRESHOLD_SECONDS with a heuristic in AbstractJavaVirtualMachine
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 177
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 3
Description
private static final double LOG_FRAGMENT_THRESHOLD_SECONDS = 60.0d; //todo: replace magic threshold with a heuristic
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in AbstractJavaVirtualMachine and inspect the uses of LOG_FRAGMENT_THRESHOLD_SECONDS. Determine the intended heuristic from the surrounding GC log parsing behavior and project context; done means replacing the fixed threshold with an agreed heuristic and validating the affected parsing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100