Skip to content

Commit a765d8f

Browse files
committed
update jre requirements (1.7 -> 1.8)
1 parent 9af28e4 commit a765d8f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generated by Sun / Oracle, IBM, HP and BEA Java Virtual Machines. It
66
is free software released under GNU LGPL.
77

88
You can start GCViewer (gui) by simply double-clicking on gcviewer-1.3x.jar
9-
or running java -jar gcviewer-1.3x.jar (it needs a java 1.7 vm to run).
9+
or running java -jar gcviewer-1.3x.jar (it needs a java 1.8 vm to run).
1010

1111
For a cmdline based report summary just type:
1212
java -jar gcviewer-1.3x.jar gc.log summary.csv [chart.png] [-t PLAIN|CSV|CSV_TS|SIMPLE|SUMMARY]
@@ -26,7 +26,11 @@ Supported verbose:gc formats are:
2626
- HP-UX JDK 1.2/1.3/1.4.x with the option -Xverbosegc
2727
- BEA JRockit 1.4.2/1.5/1.6 with the option -verbose:memory [-Xverbose:gcpause,gcreport] [-Xverbosetimestamp]
2828

29-
Best results are achieved with: -Xloggc:<file> -XX:+PrintGCDetails -XX:+PrintGCDateStamps
29+
Best results are achieved with: -Xloggc:<file> -XX:+PrintGCDetails -XX:+PrintGCDateStamps.
30+
A few other options are supported, but most of the information generated is ignored by GCViewer
31+
(the javadoc introduction of
32+
https://github.com/chewiebug/GCViewer/blob/master/src/main/java/com/tagtraum/perf/gcviewer/imp/DataReaderSun1_6_0.java
33+
shows the details).
3034

3135
Hendrik Schreiber wrote GCViewer up to 1.29. What you are seeing here is based
3236
on his very good work.

0 commit comments

Comments
 (0)