Sample JDK gc logs for JDK version 1.4 to JDK 8, to be used for regression testing#302
Open
alfh wants to merge 1 commit into
Open
Sample JDK gc logs for JDK version 1.4 to JDK 8, to be used for regression testing#302alfh wants to merge 1 commit into
alfh wants to merge 1 commit into
Conversation
Sample JDK logs, one for each garbage collector type in each jdk version. As of now, only JDK4 and JDK5 has all gc types covered, will add more if the concept is deemed useable. There is one normal/gc.log, this covers a run of the test java program which ends successfully. There is one oom/gc.log, this covers a run of the test java program which ends in OutOfMemoryException
2323c8f to
665d094
Compare
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've been making some changes to PrintGCStats in naarad, so I would like some way of doing regression testing.
So I've made a simple java program, and executed with JDK 1.4, JDK1.5, JDK6, JDK7, and JDK8, and kept the gc.log files.
Is this something that would be useful to have in test directory in naarad ?
For now, I've only covered JDK4 and 5 completely, I will cover newer versions if you think this is useful.