Skip to content

Commit a1a8112

Browse files
committed
Change default policy back to BySpaceAndTime for now.
1 parent 504c5d7 commit a1a8112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.core.genscavenge/src/com/oracle/svm/core/genscavenge/CollectionPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public interface CollectionPolicy {
4040
final class Options {
4141
@Option(help = "The garbage collection policy, either Adaptive (default) or BySpaceAndTime.")//
42-
public static final HostedOptionKey<String> InitialCollectionPolicy = new HostedOptionKey<>("Adaptive");
42+
public static final HostedOptionKey<String> InitialCollectionPolicy = new HostedOptionKey<>("BySpaceAndTime");
4343
}
4444

4545
@Platforms(Platform.HOSTED_ONLY.class)

0 commit comments

Comments
 (0)