8161171: Missed the make/common/Modules.gmk file when integrating JDK-8154191

Re-apply the same changes as reviewed under JDK-8154191.

Reviewed-by: mchung
This commit is contained in:
Valerie Peng 2016-07-15 00:24:35 +00:00
parent c879282abc
commit 799d14348e

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2014, 2016, 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
@ -71,7 +71,6 @@ BOOT_MODULES += \
# to be deprivileged
BOOT_MODULES += \
java.smartcardio \
jdk.naming.rmi \
#
@ -104,6 +103,7 @@ PLATFORM_MODULES += \
PLATFORM_MODULES += \
java.compiler \
java.scripting \
java.smartcardio \
java.sql \
java.sql.rowset \
jdk.accessibility \