aboutsummaryrefslogtreecommitdiff
path: root/make/build.xml
diff options
context:
space:
mode:
authorjjg <none@none>2009-05-29 16:26:41 -0700
committerjjg <none@none>2009-05-29 16:26:41 -0700
commitfce1e4891886d1ca6ade0fabefb63429dbd7cb33 (patch)
tree78a4d4270000449ba2280bfcb3e233c1f5b47c7f /make/build.xml
parentc1e1821e44a2ed7f2e414bf069c92311b3708782 (diff)
downloadjdk8u_langtools-fce1e4891886d1ca6ade0fabefb63429dbd7cb33.tar.gz
6838199: remove support for old javap
Reviewed-by: ohair, mcimadamore
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 730a96a3..66b6d1d9 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -308,7 +308,7 @@
<target name="build-javap" depends="build-javac">
<build-tool name="javap"
includes="${javap.includes}"
- jarmainclass="sun.tools.javap.Main"
+ jarmainclass="com.sun.tools.javap.Main"
jarclasspath="javac.jar"/>
</target>