File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ configs:
102
102
# TODO: We need to disable compressed oops for Compressor temporarily until it supports
103
103
# discontiguous spaces.
104
104
- " 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"
106
106
107
107
benchmarks :
108
108
dacapo-23.9-RC3-chopin-ci :
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ results:
180
180
MarkSweep : pass
181
181
MarkCompact : pass
182
182
Compressor : pass
183
+ ConcurrentImmix : pass
183
184
zxing :
184
185
SemiSpace : pass
185
186
GenCopy : pass
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ MMTK_PLAN=MarkCompact runbms_dacapo2006_with_heap_multiplier fop 4
26
26
# TODO: Need to temporarily disable compressed oops for the Compressor until it supports
27
27
# discontiguous spaces.
28
28
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
30
30
MMTK_PLAN=MarkSweep runbms_dacapo2006_with_heap_multiplier fop 8
31
31
MMTK_PLAN=NoGC runbms_dacapo2006_with_heap_size fop 1000 1000
32
32
# Test heap resizing
You can’t perform that action at this time.
0 commit comments