src/java.base/windows/classes/module-info.java.extra
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk Cdiff src/java.base/windows/classes/module-info.java.extra

src/java.base/windows/classes/module-info.java.extra

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2015, 2017, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 24,28 **** --- 24,38 ---- */ exports sun.security.rsa to jdk.crypto.mscapi; exports sun.security.internal.spec to jdk.crypto.mscapi; exports sun.security.util to jdk.crypto.mscapi; + + // jdk.vm.compiler uses Unsafe and VM classes from jdk.internal.misc + exports jdk.internal.misc to jdk.vm.compiler; + opens jdk.internal.misc to jdk.vm.compiler; + + // jdk.vm.compiler uses com.sun.crypto.provider to generate crypto intrinsics + opens com.sun.crypto.provider to jdk.vm.compiler; + + exports jdk.internal.module to jdk.vm.compiler; +
src/java.base/windows/classes/module-info.java.extra
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File