8008481: Dependency analyzer needs exclusion for profile builds with JFR disabled

Reviewed-by: alanb
This commit is contained in:
David Holmes 2013-02-19 17:32:10 -05:00
parent 48fbf1ca88
commit 345e7e8175

View File

@ -33,3 +33,8 @@ sun.security.krb5.Realm=sun.security.ssl.krb5.KerberosClientKeyExchangeImpl,comp
#
java.beans.PropertyChangeListener=java.util.logging.LogManager,sun.org.mozilla.javascript.internal.Context,compact1,compact2,compact3
java.beans.PropertyChangeEvent=sun.org.mozilla.javascript.internal.Context,compact3
# JFR traces even in builds with JFR disabled
com.oracle.jrockit.jfr.FlightRecorder: com.sun.management.MissionControl, compact3
com.oracle.jrockit.jfr.management.FlightRecorderMBean: com.sun.management.MissionControl, compact3