Skip to content

Commit

Permalink
add Mart Mägi to the list of developers
Browse files Browse the repository at this point in the history
  • Loading branch information
chewiebug committed Jul 23, 2017
1 parent 9bc0874 commit b69393c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GCViewer 1.35
GCViewer 1.36
=============

[![Build Status](https://travis-ci.org/chewiebug/GCViewer.svg?branch=develop)](https://travis-ci.org/chewiebug/GCViewer)
Expand All @@ -19,6 +19,7 @@ When logfile rotation (-XX:+UseGCLogFileRotation) is enabled, the logfiles can b

Supported verbose:gc formats are:

- preliminary support for OpenJDK 9 Shenandoah algorithm in unified logging format -Xlog:gc:<file> -XX:+UseShenandoahGC
- Oracle JDK 1.8 -Xloggc:<file> [-XX:+PrintGCDetails] [-XX:+PrintGCDateStamps]
- Sun / Oracle JDK 1.7 with option -Xloggc:<file> [-XX:+PrintGCDetails] [-XX:+PrintGCDateStamps]
- Sun / Oracle JDK 1.6 with option -Xloggc:<file> [-XX:+PrintGCDetails] [-XX:+PrintGCDateStamps]
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
<name>James Livingston</name>
<url>https://github.com/doctau</url>
</developer>
<developer>
<name>Mart Mägi</name>
<url>https://github.com/ophillan</url>
</developer>
<developer>
<name>Tony Mancill</name>
<url>https://github.com/tmancill</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class AboutDialog extends ScreenCenteredDialog implements ActionListener
"Maciej Kwiecien",
"Henry Lin",
"James Livingston",
"Mart Mägi",
"Tony Mancill",
"Samuel Mendenhall",
"Carl Meyer",
Expand Down

0 comments on commit b69393c

Please sign in to comment.