aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authordholmes <none@none>2015-06-30 17:21:34 -0400
committerdholmes <none@none>2015-06-30 17:21:34 -0400
commit3c88768be5bb2ae8f8bbd640481e0a713e3a9ce6 (patch)
treee512a3f3d17496c899f138d21ae8f56bc3a5c3b0 /make
parent6a2410e52c4195a6b60b503586bddd1ef17f88ed (diff)
downloadjdk8u_jdk-3c88768be5bb2ae8f8bbd640481e0a713e3a9ce6.tar.gz
8129926: Sub-packages in jdk.* are present in all Compact Profiles when they should not be
Reviewed-by: alanb
Diffstat (limited to 'make')
-rw-r--r--make/profile-rtjar-includes.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/profile-rtjar-includes.txt b/make/profile-rtjar-includes.txt
index fc25e4800b..bda322fa91 100644
--- a/make/profile-rtjar-includes.txt
+++ b/make/profile-rtjar-includes.txt
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -207,6 +207,8 @@ FULL_JRE_RTJAR_INCLUDE_PACKAGES := \
javax/xml/bind \
javax/xml/soap \
javax/xml/ws \
+ jdk/internal/instrumentation \
+ jdk/management/resource \
org/omg \
sun/applet \
sun/audio \