changeset 1206:723a67b0c442 jdk9-b37

8044473: Allow for extended set of platform MXBeans Summary: add ExtendedPlatformComponent Reviewed-by: dfuchs
author bchristi
date Thu, 04 Sep 2014 14:41:07 -0700
parents 3f40c7f748ea
children 398fdedf2349 12d3dc35f0e8
files make/common/NON_CORE_PKGS.gmk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/NON_CORE_PKGS.gmk	Thu Oct 23 13:43:38 2014 -0700
+++ b/make/common/NON_CORE_PKGS.gmk	Thu Sep 04 14:41:07 2014 -0700
@@ -94,7 +94,8 @@
 endif
 
 JDK_PKGS = jdk \
-      jdk.net
+      jdk.net \
+      jdk.management.cmm
 
 # non-core packages in rt.jar
 NON_CORE_PKGS = $(DOMAPI_PKGS) \