8033114: The values of non-static final fields are printed for the -constants option

Mon, 17 Feb 2014 21:51:11 +0400

author
kizune
date
Mon, 17 Feb 2014 21:51:11 +0400
changeset 2278
8af239a7b0b7
parent 2277
77942ba5797f
child 2279
a174f015171d
child 2282
395fcc4a59ce

8033114: The values of non-static final fields are printed for the -constants option
Reviewed-by: ksrini

src/share/classes/com/sun/tools/javap/resources/javap.properties file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/com/sun/tools/javap/resources/javap.properties	Sat Feb 15 22:23:44 2014 +0400
     1.2 +++ b/src/share/classes/com/sun/tools/javap/resources/javap.properties	Mon Feb 17 21:51:11 2014 +0400
     1.3 @@ -81,7 +81,7 @@
     1.4  \  -bootclasspath <path>    Override location of bootstrap class files
     1.5  
     1.6  main.opt.constants=\
     1.7 -\  -constants               Show static final constants
     1.8 +\  -constants               Show final constants
     1.9  
    1.10  
    1.11  main.opt.sysinfo=\

mercurial