# HG changeset patch # User valeriep # Date 1468542275 0 # Node ID 00cf8f38916f47e584cb32dbc9dfa6de1cb95787 # Parent f39353fa61062370891155d5b4515fcdceb70275 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 diff -r f39353fa6106 -r 00cf8f38916f 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 \