8133454: Update Java Compiler Error Message jdk8u72-b01

Tue, 29 Sep 2015 21:22:35 +0200

author
jlahoda
date
Tue, 29 Sep 2015 21:22:35 +0200
changeset 2907
aec633bcb3af
parent 2906
d3a51adc115f
child 2908
dfb368f2498e

8133454: Update Java Compiler Error Message
Summary: Updating the error message that is used when javac crashes.
Reviewed-by: jjg
Contributed-by: nelson.dcosta@oracle.com

src/share/classes/com/sun/tools/javac/resources/javac.properties file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/javac.properties	Mon Sep 28 16:56:26 2015 +0200
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/javac.properties	Tue Sep 29 21:22:35 2015 +0200
     1.3 @@ -232,9 +232,9 @@
     1.4  
     1.5  javac.msg.bug=\
     1.6  An exception has occurred in the compiler ({0}). \
     1.7 -Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
     1.8 -after checking the database for duplicates. \
     1.9 -Include your program and the following diagnostic in your report.  Thank you.
    1.10 +Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) \
    1.11 +after checking the Bug Database (http://bugs.java.com) for duplicates. \
    1.12 +Include your program and the following diagnostic in your report. Thank you.
    1.13  
    1.14  javac.msg.io=\
    1.15  \n\nAn input/output error occurred.\n\

mercurial