OpenJDK / jdk / jdk
changeset 39612:00cf8f38916f
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
author | valeriep |
---|---|
date | Fri, 15 Jul 2016 00:24:35 +0000 |
parents | f39353fa6106 |
children | faf0aed205e1 |
files | make/common/Modules.gmk |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 \