Commit 6cf38bc
committed
Replace MaxPermSize with MaxMetaspaceSize for JDK 17
I can't run this project on JDK 17 cause `MaxPermSize` has been removed from that, we can replace it to support running on newer JDKs.
https://docs.oracle.com/en/java/javase/17/docs/specs/man/java.html#removed-java-options1 parent 1ddfc2c commit 6cf38bc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments