aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorsundar <none@none>2014-03-17 18:02:00 +0530
committersundar <none@none>2014-03-17 18:02:00 +0530
commit309992a1f232250da32a00eac20fbca68074de2f (patch)
tree4bf92bf406355a7a6eecb4896b4fc5a962528ec6 /make
parent9db7d06dafe2803da9e839eea27e30e9464bc58f (diff)
downloadnashorn-309992a1f232250da32a00eac20fbca68074de2f.tar.gz
8037400: Remove getInitialMap getters and GlobalObject interface
Reviewed-by: lagergren, jlaskey, attila
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 150daf91..7aa24725 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -122,6 +122,7 @@
<compilerarg value="-Xlint:unchecked"/>
<compilerarg value="-Xlint:deprecation"/>
<compilerarg value="-XDignore.symbol.file"/>
+ <compilerarg value="-Xdiags:verbose"/>
</javac>
<copy todir="${build.classes.dir}/META-INF/services">
<fileset dir="${meta.inf.dir}/services/"/>
@@ -240,6 +241,7 @@
<compilerarg value="-J-Djava.ext.dirs="/>
<compilerarg value="-Xlint:unchecked"/>
<compilerarg value="-Xlint:deprecation"/>
+ <compilerarg value="-Xdiags:verbose"/>
</javac>
<copy todir="${build.test.classes.dir}/META-INF/services">