jdk/src/java.base/share/classes/module-info.java
changeset 37575 ebdc1cdf681e
parent 37363 329dba26ffd2
child 37779 7c84df693837
child 37676 24ef455da1b0
equal deleted inserted replaced
37574:906cb708a629 37575:ebdc1cdf681e
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   298 
   298 
   299     // Built-in service providers that are located via ServiceLoader
   299     // Built-in service providers that are located via ServiceLoader
   300 
   300 
   301     provides java.nio.file.spi.FileSystemProvider with
   301     provides java.nio.file.spi.FileSystemProvider with
   302         jdk.internal.jrtfs.JrtFileSystemProvider;
   302         jdk.internal.jrtfs.JrtFileSystemProvider;
   303     provides java.security.Provider with sun.security.provider.Sun;
       
   304     provides java.security.Provider with sun.security.rsa.SunRsaSign;
       
   305     provides java.security.Provider with com.sun.crypto.provider.SunJCE;
       
   306     provides java.security.Provider with com.sun.net.ssl.internal.ssl.Provider;
       
   307 }
   303 }
   308 
   304