8161171: Missed the make/common/Modules.gmk file when integrating JDK-8154191
authorvaleriep
Fri, 15 Jul 2016 00:24:35 +0000
changeset 39612 00cf8f38916f
parent 39611 f39353fa6106
child 39631 faf0aed205e1
8161171: Missed the make/common/Modules.gmk file when integrating JDK-8154191 Summary: Re-apply the same changes as reviewed under JDK-8154191. Reviewed-by: mchung
make/common/Modules.gmk
--- a/make/common/Modules.gmk	Thu Jul 14 16:21:18 2016 +0000
+++ b/make/common/Modules.gmk	Fri Jul 15 00:24:35 2016 +0000
@@ -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 @@
 
 # to be deprivileged
 BOOT_MODULES += \
-    java.smartcardio \
     jdk.naming.rmi \
     #
 
@@ -104,6 +103,7 @@
 PLATFORM_MODULES += \
     java.compiler \
     java.scripting \
+    java.smartcardio \
     java.sql \
     java.sql.rowset \
     jdk.accessibility \