提交 831216cf 编写于 作者: J jjg

6838199: remove support for old javap

Reviewed-by: ohair, mcimadamore
上级 340aaf50
...@@ -345,7 +345,6 @@ TOOLS = \ ...@@ -345,7 +345,6 @@ TOOLS = \
sun/tools/jar \ sun/tools/jar \
sun/tools/java \ sun/tools/java \
sun/tools/javac \ sun/tools/javac \
sun/tools/javap \
sun/tools/jps \ sun/tools/jps \
sun/tools/jstat \ sun/tools/jstat \
sun/tools/jstatd \ sun/tools/jstatd \
...@@ -570,7 +569,6 @@ $(NOT_RT_JAR_LIST): FRC ...@@ -570,7 +569,6 @@ $(NOT_RT_JAR_LIST): FRC
$(ECHO) "sun/tools/asm/" >> $@ $(ECHO) "sun/tools/asm/" >> $@
$(ECHO) "sun/tools/java/" >> $@ $(ECHO) "sun/tools/java/" >> $@
$(ECHO) "sun/tools/javac/" >> $@ $(ECHO) "sun/tools/javac/" >> $@
$(ECHO) "sun/tools/javap/" >> $@
$(ECHO) "com/sun/tools/classfile/" >> $@ $(ECHO) "com/sun/tools/classfile/" >> $@
$(ECHO) "com/sun/tools/javap/" >> $@ $(ECHO) "com/sun/tools/javap/" >> $@
$(ECHO) "sun/tools/jconsole/" >> $@ $(ECHO) "sun/tools/jconsole/" >> $@
......
...@@ -40,6 +40,5 @@ IMPORT_TOOLS_PACKAGES += \ ...@@ -40,6 +40,5 @@ IMPORT_TOOLS_PACKAGES += \
com/sun/tools/javac \ com/sun/tools/javac \
com/sun/tools/javadoc \ com/sun/tools/javadoc \
com/sun/tools/javah \ com/sun/tools/javah \
com/sun/tools/javap \ com/sun/tools/javap
sun/tools/javap
...@@ -66,7 +66,7 @@ $(call make-launcher, jarsigner, sun.security.tools.JarSigner, , ) ...@@ -66,7 +66,7 @@ $(call make-launcher, jarsigner, sun.security.tools.JarSigner, , )
$(call make-launcher, javac, com.sun.tools.javac.Main, , ) $(call make-launcher, javac, com.sun.tools.javac.Main, , )
$(call make-launcher, javadoc, com.sun.tools.javadoc.Main, , ) $(call make-launcher, javadoc, com.sun.tools.javadoc.Main, , )
$(call make-launcher, javah, com.sun.tools.javah.Main, , ) $(call make-launcher, javah, com.sun.tools.javah.Main, , )
$(call make-launcher, javap, sun.tools.javap.Main, , ) $(call make-launcher, javap, com.sun.tools.javap.Main, , )
$(call make-launcher, jconsole, sun.tools.jconsole.JConsole, \ $(call make-launcher, jconsole, sun.tools.jconsole.JConsole, \
-J-Djconsole.showOutputViewer, ) -J-Djconsole.showOutputViewer, )
$(call make-launcher, jdb, com.sun.tools.example.debug.tty.TTY, , ) $(call make-launcher, jdb, com.sun.tools.example.debug.tty.TTY, , )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册