8043939: Remove management-agent.jar
Reviewed-by: alanb
This commit is contained in:
parent
12e0fea90c
commit
a20967bfac
jdk
make
src/share/classes/sun/management
@ -676,15 +676,6 @@ endif
|
||||
|
||||
##########################################################################################
|
||||
|
||||
#
|
||||
# This is an empty jar (only contains manifest) and fits poorly into framework...
|
||||
# create simple rule instead
|
||||
#
|
||||
$(IMAGES_OUTPUTDIR)/lib/management-agent.jar: $(JDK_TOPDIR)/src/share/classes/sun/management/manifest
|
||||
$(JAR) cfm $@ $<
|
||||
|
||||
##########################################################################################
|
||||
|
||||
# This file is imported from hotspot in Import.gmk. Copying it into images/lib so that
|
||||
# all jars can be found in one place when creating images in Images.gmk. It needs to be
|
||||
# done here so that clean targets can be simple and accurate.
|
||||
|
@ -132,7 +132,6 @@ PROFILE_3_JRE_LIB_FILES := \
|
||||
$(OPENJDK_TARGET_CPU_LEGACY_LIB)/$(LIBRARY_PREFIX)prefs$(SHARED_LIBRARY_SUFFIX) \
|
||||
$(OPENJDK_TARGET_CPU_LEGACY_LIB)/$(LIBRARY_PREFIX)sctp$(SHARED_LIBRARY_SUFFIX) \
|
||||
jvm.hprof.txt \
|
||||
management-agent.jar \
|
||||
management/jmxremote.access \
|
||||
management/jmxremote.password.template \
|
||||
management/management.properties \
|
||||
@ -140,8 +139,7 @@ PROFILE_3_JRE_LIB_FILES := \
|
||||
|
||||
PROFILE_3_JRE_OTHER_FILES :=
|
||||
|
||||
PROFILE_3_JRE_JAR_FILES := \
|
||||
management-agent.jar
|
||||
PROFILE_3_JRE_JAR_FILES :=
|
||||
|
||||
|
||||
FULL_JRE_BIN_FILES := \
|
||||
|
@ -53,7 +53,6 @@ sun/
|
||||
com/sun/net/
|
||||
javax/
|
||||
com/sun/security/
|
||||
# management-agent.jar
|
||||
! rt.jar
|
||||
org/w3c/
|
||||
com/sun/image/
|
||||
|
@ -1,3 +0,0 @@
|
||||
Premain-Class: sun.management.Agent
|
||||
Agent-Class: sun.management.Agent
|
||||
|
Loading…
x
Reference in New Issue
Block a user