Re: RFR: 8072921: -Xincgc should be removed from output

2016-04-20 Thread Stefan Karlsson

On 2016-04-19 12:45, Alan Bateman wrote:



On 19/04/2016 10:58, Stefan Karlsson wrote:


I've left the locale specific launcher files untouched. Should I 
update them as well?
Dropping -Xincgc rom the -X output looks okay to me. We usually don't 
touch the translations as they are updated in bulk periodically, often 
closer to the end a release.


OK. Thanks for the review.

StefanK



-Alan.




Re: RFR: 8072921: -Xincgc should be removed from output

2016-04-19 Thread Alan Bateman



On 19/04/2016 10:58, Stefan Karlsson wrote:


I've left the locale specific launcher files untouched. Should I 
update them as well?
Dropping -Xincgc rom the -X output looks okay to me. We usually don't 
touch the translations as they are updated in bulk periodically, often 
closer to the end a release.


-Alan.


RFR: 8072921: -Xincgc should be removed from output

2016-04-19 Thread Stefan Karlsson

Hi all,

I hope this is the right list for this RFR.

Please review this patch to remove the -Xincgc output from the java 
launcher.


http://cr.openjdk.java.net/~stefank/8072921/webrev.01
https://bugs.openjdk.java.net/browse/JDK-8072921

The output can be seen by running 'java -X':
$ ../build/linux-x86_64-normal-server-release/jdk/bin/java -X
-Xmixed   mixed mode execution (default)
-Xint interpreted mode execution only
-Xbootclasspath/a:
  append to end of bootstrap class path
-Xdiagshow additional diagnostic messages
-Xdiag:resolver   show resolver diagnostic messages
-Xnoclassgc   disable class garbage collection
-Xincgc   enable incremental garbage collection

The -Xincgc flag was removed with JEP 214:
 https://bugs.openjdk.java.net/browse/JDK-8044022
 JEP 214: Remove GC Combinations Deprecated in JDK 8

I've left the locale specific launcher files untouched. Should I update 
them as well?


Thanks,
StefanK