Kotlin / kotlinx.collections.immutable

Immutable persistent collections for Kotlin
Apache License 2.0
1.12k stars 56 forks source link

Replace `MaxPermSize` with `MaxMetaspaceSize` for JDK 17 #165

Closed Goooler closed 6 months ago

Goooler commented 6 months ago

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-options

qurbonzoda commented 6 months ago

Great. Thanks for the contribution!