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

Update event types for Shenandoah and G1 #221

Closed
wants to merge 2 commits into from

Conversation

cnqpzhang
Copy link

Ran into a couple of unknown event types and mistakenly handled ones (for Shenandoah), this PR updated these according to corresponding implementation from OpenJDK.

  1. Add archive regions event type for G1, below is the testing log
    gclog_g1_0630_220g_grep.log
  2. For Shenandoah, 1). Add support for Pause Final Evac, Pause Degenerated GC (Update Refs), Cocurrent cleanup, Concurrent reset. 2). The GcPattern types for Pause Final Mark, Pause Final Update Refs should be GC_PAUSE, instead of GC_MEMORY_PAUSE, fixed. Attached testing log
    gclog_shenandoah_0701_220g_grep.log

@cnqpzhang
Copy link
Author

some conflicts btw jdk trunk and 1.8

@cnqpzhang cnqpzhang closed this Jul 24, 2019
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.

None yet

1 participant