We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504c5d7 commit a1a8112Copy full SHA for a1a8112
substratevm/src/com.oracle.svm.core.genscavenge/src/com/oracle/svm/core/genscavenge/CollectionPolicy.java
@@ -39,7 +39,7 @@
39
public interface CollectionPolicy {
40
final class Options {
41
@Option(help = "The garbage collection policy, either Adaptive (default) or BySpaceAndTime.")//
42
- public static final HostedOptionKey<String> InitialCollectionPolicy = new HostedOptionKey<>("Adaptive");
+ public static final HostedOptionKey<String> InitialCollectionPolicy = new HostedOptionKey<>("BySpaceAndTime");
43
}
44
45
@Platforms(Platform.HOSTED_ONLY.class)
0 commit comments