Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix possible java.lang.ArithmeticException when parsing ZGC Log #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lpaladin
Copy link

Reproducible when feeding with a log like

[1.592s][info][gc] Using The Z Garbage Collector
[3.321s][info][gc] GC(0) Garbage Collection (Metadata GC Threshold) 332M(2%)->30M(0%)
[5.492s][info][gc] GC(1) Garbage Collection (Metadata GC Threshold) 1044M(6%)->68M(0%)

@codecov-io
Copy link

codecov-io commented Dec 24, 2019

Codecov Report

Merging #238 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #238   +/-   ##
=========================================
  Coverage     70.43%   70.43%           
  Complexity     1518     1518           
=========================================
  Files           145      145           
  Lines          8596     8596           
  Branches       1389     1389           
=========================================
  Hits           6055     6055           
  Misses         1961     1961           
  Partials        580      580
Impacted Files Coverage Δ Complexity Δ
...perf/gcviewer/imp/DataReaderUnifiedJvmLogging.java 81.05% <100%> (ø) 66 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b583416...1541bb2. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants