Skip to content

Commit 22fbc69

Browse files
committed
Run ConcurrentImmix without compressed pointer.
1 parent b6a589f commit 22fbc69

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/configs/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ configs:
102102
# TODO: We need to disable compressed oops for Compressor temporarily until it supports
103103
# discontiguous spaces.
104104
- "jdk11-master|ms|s|fail_on_oom|tph|preserve|no_compressed_oops|mmtk_gc-Compressor"
105-
- "jdk11-master|ms|s|fail_on_oom|tph|preserve|mmtk_gc-ConcurrentImmix"
105+
- "jdk11-master|ms|s|fail_on_oom|tph|preserve|no_compressed_oops|mmtk_gc-ConcurrentImmix"
106106

107107
benchmarks:
108108
dacapo-23.9-RC3-chopin-ci:

.github/scripts/ci-expected-results.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ results:
180180
MarkSweep: pass
181181
MarkCompact: pass
182182
Compressor: pass
183+
ConcurrentImmix: pass
183184
zxing:
184185
SemiSpace: pass
185186
GenCopy: pass

.github/scripts/ci-test-minimal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ MMTK_PLAN=MarkCompact runbms_dacapo2006_with_heap_multiplier fop 4
2626
# TODO: Need to temporarily disable compressed oops for the Compressor until it supports
2727
# discontiguous spaces.
2828
MMTK_PLAN=Compressor runbms_dacapo2006_with_heap_multiplier fop 4 -XX:-UseCompressedOops -XX:-UseCompressedClassPointers
29-
MMTK_PLAN=ConcurrentImmix runbms_dacapo2006_with_heap_multiplier fop 4
29+
MMTK_PLAN=ConcurrentImmix runbms_dacapo2006_with_heap_multiplier fop 4 -XX:-UseCompressedOops -XX:-UseCompressedClassPointers
3030
MMTK_PLAN=MarkSweep runbms_dacapo2006_with_heap_multiplier fop 8
3131
MMTK_PLAN=NoGC runbms_dacapo2006_with_heap_size fop 1000 1000
3232
# Test heap resizing

0 commit comments

Comments
 (0)