[K/N] Enable CMS GC by default for the new MM
Issue #KT-50713 Fixed
This commit is contained in:
+2
-1
@@ -87,7 +87,8 @@ internal enum class ThreadStateChecker(val compilerFlag: String?) {
|
||||
internal enum class GCType(val compilerFlag: String?) {
|
||||
UNSPECIFIED(null),
|
||||
NOOP("-Xgc=noop"),
|
||||
STMS("-Xgc=stms");
|
||||
STMS("-Xgc=stms"),
|
||||
CMS("-Xgc=cms");
|
||||
|
||||
override fun toString() = compilerFlag?.let { "($it)" }.orEmpty()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user