Skip to content

Commit

Permalink
TESTING: zap chunks.
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hofer committed Aug 3, 2021
1 parent 295f7ea commit 25b4e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected void onValueUpdate(EconomicMap<OptionKey<?>, Object> values, Long oldV
public static final HostedOptionKey<Long> LargeArrayThreshold = new HostedOptionKey<>(LARGE_ARRAY_THRESHOLD_SENTINEL_VALUE);

@Option(help = "Fill unused memory chunks with a sentinel value.") //
public static final HostedOptionKey<Boolean> ZapChunks = new HostedOptionKey<>(false);
public static final HostedOptionKey<Boolean> ZapChunks = new HostedOptionKey<>(true);

@Option(help = "Before use, fill memory chunks with a sentinel value.") //
public static final HostedOptionKey<Boolean> ZapProducedHeapChunks = new HostedOptionKey<>(false);
Expand Down

0 comments on commit 25b4e29

Please sign in to comment.