Skip to content

Commit 4db13c2

Browse files
committed
Suppress JVM warnings for Java 25 restricted methods and Unsafe access
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
1 parent 3635112 commit 4db13c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.mvn/jvm.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
--enable-native-access=ALL-UNNAMED
2+
--sun-misc-unsafe-memory-access=allow
13
--add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
24
--add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
35
--add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED

0 commit comments

Comments
 (0)