Skip to content

Commit

Permalink
[GR-52433] The Target_java_lang_Module file is incorrectly formatted.
Browse files Browse the repository at this point in the history
PullRequest: graal/17151
  • Loading branch information
tzezula committed Mar 1, 2024
2 parents 2334a13 + d30fe8d commit 877d903
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* Substitution class for {@link java.lang.Module}. We need to substitute native methods
* particularly, because original methods in the JDK contain VM state updates and perform additional
* bookkeeping. We implement all the data structures we need to answer module system queries in Java
* (see {@link ModuleNative}. In order to preserve JCK compatibility, we need to perform all
* the checks performed by original methods and throw the exact same exception types and messages.
* (see {@link ModuleNative}. In order to preserve JCK compatibility, we need to perform all the
* checks performed by original methods and throw the exact same exception types and messages.
*/
@SuppressWarnings("unused")
@TargetClass(value = java.lang.Module.class)
Expand Down

0 comments on commit 877d903

Please sign in to comment.