File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
jdk.graal.compiler/share/classes Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 226226 jdk .jshell ,
227227 jdk .nio .mapmode ,
228228 jdk .unsupported ,
229- jdk .internal .vm .ci ;
229+ jdk .internal .vm .ci ,
230+ jdk .graal .compiler ;
230231 exports jdk .internal .module to
231232 java .instrument ,
232233 java .management .rmi ,
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2016, 2023 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2016, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3030 * external implementation of a JVMCI compiler. It must be upgradeable so
3131 * that it can be replaced when jlinking a new JDK image without failing
3232 * the hash check for the qualified exports in jdk.internal.vm.ci's
33- * module descriptor .
33+ * and java.base's module descriptors .
3434 *
3535 * @moduleGraph
3636 * @since 22
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, 2019 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2017, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -74,7 +74,8 @@ static void check(ModuleDescriptor md) {
7474 "jdk.internal.vm.ci/jdk.vm.ci.hotspot" ,
7575 "jdk.internal.vm.ci/jdk.vm.ci.meta" ,
7676 "jdk.internal.vm.ci/jdk.vm.ci.code" ,
77- "java.base/jdk.internal.javac" );
77+ "java.base/jdk.internal.javac" ,
78+ "java.base/jdk.internal.misc" );
7879
7980 static void checkExports (ModuleDescriptor md ) {
8081 // build a map of upgradeable module to Exports that are qualified to it
You can’t perform that action at this time.
0 commit comments