Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* module descriptor.
*
* @moduleGraph
* @since 10
* @since 22
*/
module jdk.compiler.graal.management {
requires jdk.internal.vm.ci;
Expand Down
2 changes: 1 addition & 1 deletion src/jdk.compiler.graal/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* module descriptor.
*
* @moduleGraph
* @since 9
* @since 22
*/

module jdk.compiler.graal {
Expand Down