From 0a2a50258eff1bb187704f6cae083d52ca908114 Mon Sep 17 00:00:00 2001 From: Brent Christian Date: Thu, 4 Sep 2014 14:41:07 -0700 Subject: [PATCH] 8044473: Allow for extended set of platform MXBeans Add ExtendedPlatformComponent Reviewed-by: dfuchs --- make/common/NON_CORE_PKGS.gmk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/common/NON_CORE_PKGS.gmk b/make/common/NON_CORE_PKGS.gmk index ed93fa9e30e..5978042d82f 100644 --- a/make/common/NON_CORE_PKGS.gmk +++ b/make/common/NON_CORE_PKGS.gmk @@ -94,7 +94,8 @@ ifeq ($(PLATFORM), macosx) endif JDK_PKGS = jdk \ - jdk.net + jdk.net \ + jdk.management.cmm # non-core packages in rt.jar NON_CORE_PKGS = $(DOMAPI_PKGS) \