Skip to content
Draft
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
628 commits
Select commit Hold shift + click to select a range
a2d43d5
Refactor and cleanup compressed pointer related code
wenyuzhao Apr 3, 2023
1ce50de
Merge branch 'lxr' into lxr-merge
wenyuzhao Apr 3, 2023
bf675ed
Update mmtk-core
wenyuzhao Apr 3, 2023
9f196d5
Add missing header file
wenyuzhao Apr 3, 2023
1d5dfc9
Opportunstic copying based on virtual space constraint
wenyuzhao Apr 4, 2023
b109883
object size distribution
wenyuzhao Apr 10, 2023
86a5cd2
Make MMTk respect to JVM `ParallelGCThreads` flag
wenyuzhao Apr 11, 2023
5c23a18
Fix different RC bits support
wenyuzhao Apr 14, 2023
f363e40
Update openjdk revision
wenyuzhao Apr 14, 2023
5445dfe
Update mmtk-core
wenyuzhao Apr 14, 2023
75a6d04
Update cargo version
wenyuzhao Apr 14, 2023
530aa92
WIP: Rename field unlog bits side metadata
wenyuzhao Apr 14, 2023
dc21642
Fix barrier
wenyuzhao Apr 15, 2023
1b7bb69
Compressed pointer support
wenyuzhao Apr 15, 2023
d27da84
Fix import
wenyuzhao Apr 15, 2023
c77edee
Fix Generational GCs
wenyuzhao Apr 19, 2023
04ab339
Merge commit '24776584572fa91ab3d7a09c0404c83414c8e4fd' into lxr-merge
wenyuzhao Apr 19, 2023
5e4c937
Merge commit '21eb88fe09b2c2d05923d063e3ae9b11ef6aca06' into lxr-merge
wenyuzhao Apr 19, 2023
aae6d2c
Merge tag 'v0.18.0' into lxr-merge
wenyuzhao Apr 19, 2023
c6bd5d4
Fix assertion failures
wenyuzhao Apr 19, 2023
c991bc4
cargo fmt
wenyuzhao Apr 19, 2023
7e417eb
Merge branch 'lxr' into lxr-merge
wenyuzhao Apr 19, 2023
5336c3e
Merge branch 'lxr-merge' of github.com:wenyuzhao/mmtk-openjdk into lx…
wenyuzhao Apr 19, 2023
bde4b05
Update mmtk-core
wenyuzhao Apr 19, 2023
3be9379
Remove `WeakProcessor` roots
wenyuzhao Apr 19, 2023
e2bbaeb
Revert "Remove `WeakProcessor` roots"
wenyuzhao Apr 19, 2023
3c7ac1b
Fix time.stw accountng; Improve class unloading performance
wenyuzhao Apr 21, 2023
d048758
Fix time.stw accounting
wenyuzhao Apr 21, 2023
2822c9c
Merge branch 'lxr' into lxr-merge
wenyuzhao Apr 30, 2023
cf9cb8a
Add jvmti hook
wenyuzhao May 9, 2023
26ec22f
Optimize update_weak_processor
wenyuzhao May 16, 2023
176f2ef
Revert weak processor optimization
wenyuzhao May 16, 2023
39cb2d6
Optimize code root scanning: Only scan young code roots
wenyuzhao May 18, 2023
cb69c9d
Fix nmethod unregister
wenyuzhao May 21, 2023
7a04371
root counters
wenyuzhao May 25, 2023
69b78d9
Fix openjdk weak storage unloading
wenyuzhao May 31, 2023
61c756b
parallel string table scanning
wenyuzhao Jun 2, 2023
6c424cd
immix field barrier
wenyuzhao Jun 6, 2023
c0623da
Upgrade to rust 1.70
wenyuzhao Jun 7, 2023
3d96ce6
Remove the second weak processor scan for RC pauses
wenyuzhao Jun 7, 2023
ae9f789
weak handle barrier support
wenyuzhao Jun 9, 2023
b44ccfc
minor
wenyuzhao Jun 10, 2023
9c6f98b
support bulk thread scanning
wenyuzhao Jun 11, 2023
e1449f8
Revert bulk thread scan
wenyuzhao Jun 12, 2023
53f36d1
Bulk thread scan
wenyuzhao Jun 12, 2023
eeb5455
8-Byte Mark Bit Coverage
wenyuzhao Jun 12, 2023
b521ade
update mmtk-core
wenyuzhao Jun 12, 2023
abec59b
update openjdk
wenyuzhao Jun 13, 2023
cd6e40f
stack root scanning timer
wenyuzhao Jun 15, 2023
848974d
Disable stack root timer
wenyuzhao Jun 27, 2023
cceda2b
Report weak CLD roots to remset
wenyuzhao Jun 29, 2023
10acf7b
minor
wenyuzhao Jun 29, 2023
5bf81d6
Update mmtk-core
wenyuzhao Jun 29, 2023
98eb6f9
Weak handle load barrier
wenyuzhao Jun 29, 2023
6e205bc
Merge commit '94f50cd4248b6e33cc76546b5fdc102e620cda1f' into lxr
wenyuzhao Jul 21, 2023
9d35cd3
Merge commit '47a85ed66d719b2ca5681fb0b5fe77cd981df747' into lxr
wenyuzhao Jul 21, 2023
a478fec
Merge commit 'b80877cba8947f9d46550b99d4931ba556784540' into lxr-merge
wenyuzhao Aug 2, 2023
e468630
Fix build error
wenyuzhao Aug 2, 2023
926d911
Merge commit '52680f92f9da008348e8da3a9721228a724832bf' into lxr-merge
wenyuzhao Aug 2, 2023
49f5ca0
Merge commit '21a3c45238268bc47831fdff8ebe9c63aa87d142' into lxr-merge
wenyuzhao Aug 2, 2023
526e043
Update mmtk-core
wenyuzhao Aug 2, 2023
cc3952d
Merge remote-tracking branch 'origin/master' into lxr-merge
wenyuzhao Aug 2, 2023
9e6214a
Update mmtk-core
wenyuzhao Aug 3, 2023
e461a61
Update mmtk-core
wenyuzhao Aug 6, 2023
f1b16c9
Update mmtk-core
wenyuzhao Aug 8, 2023
1bce41b
(WIP) Merge branch 'master' into compressed-oops
wenyuzhao Aug 9, 2023
4a3dd51
Fix build errors
wenyuzhao Aug 12, 2023
1cfb888
Merge branch 'master' into compressed-oops
wenyuzhao Aug 12, 2023
4612446
Use custom heap args
wenyuzhao Aug 16, 2023
e9c357c
Update inferfaces
wenyuzhao Aug 16, 2023
cd73c37
remove redundant
wenyuzhao Aug 16, 2023
ec82007
cleanup
wenyuzhao Aug 17, 2023
465c4d5
Delete derivable constants
wenyuzhao Aug 17, 2023
c1b7b6f
Remove `vm_space_size`
wenyuzhao Aug 17, 2023
de66ed3
Update
wenyuzhao Aug 17, 2023
bf901a6
Update api
wenyuzhao Aug 22, 2023
c615a5a
Update Cargo.lock
wenyuzhao Aug 24, 2023
bc9eb5d
Merge branch 'master' into compressed-oops
wenyuzhao Aug 24, 2023
6416987
cleanup
wenyuzhao Aug 24, 2023
89c109d
cleanup
wenyuzhao Aug 24, 2023
39da263
Update Cargo.lock
wenyuzhao Aug 24, 2023
8303535
Update Cargo.toml
wenyuzhao Aug 24, 2023
59b3cbc
Update mmtk-core
wenyuzhao Aug 25, 2023
b570e0b
Merge commit '91e163a3e7961232189c5f2c8496c1b4a75a4f9b' into lxr
wenyuzhao Aug 25, 2023
87d3f5f
Merge commit '129c88905c39fb4167dd25ed299cc2abd8c09572' into lxr
wenyuzhao Aug 25, 2023
964ba41
Merge tag 'v0.19.0' into lxr
wenyuzhao Aug 25, 2023
d382526
Update mmtk-core
wenyuzhao Aug 28, 2023
316328a
Merge branch 'compressed-oops' into lxr
wenyuzhao Aug 28, 2023
8a84dd4
cleanup
wenyuzhao Aug 28, 2023
1141a30
Update mmtk-core and rust toolchain
wenyuzhao Aug 30, 2023
08218fc
Update mmtk-core
wenyuzhao Sep 22, 2023
297a9d1
minor
wenyuzhao Oct 10, 2023
351f8e2
Optionally use discontig heap when compressed oops is disabled
wenyuzhao Oct 11, 2023
366f12a
Update `MMTkCollectorPolicy::_heap_alignment`
wenyuzhao Oct 11, 2023
d9e4a59
Fix build error
wenyuzhao Oct 12, 2023
03c8828
Merge commit '4aa89d0207f6bbd8e96e1feaf7661fd5e7d7b187' into lxr-merge
wenyuzhao Oct 12, 2023
16bf4a8
Merge commit '9ab13ae3ac9c68c5f694cdd527a63ca909e27b15' into lxr-merge
wenyuzhao Oct 12, 2023
8cf4ce5
Merge commit 'f0ff0b57945e890db15989f93a79695751ec2d73' into lxr-merge
wenyuzhao Oct 12, 2023
5a15bac
Update mmtk-core
wenyuzhao Oct 12, 2023
8fa93eb
Merge tag 'v0.20.0' into lxr-merge
wenyuzhao Oct 12, 2023
c5dfe06
noop flags
wenyuzhao Oct 16, 2023
61f3be5
minor
wenyuzhao Oct 16, 2023
7181a1a
minor
wenyuzhao Oct 16, 2023
73e22d3
Merge branch 'lxr' into lxr-merge
wenyuzhao Oct 17, 2023
c88bc99
Remove unnecessary bound check in allocation fast-path
wenyuzhao Oct 20, 2023
2ac0459
Remove rustflags `+sse4a`
wenyuzhao Oct 21, 2023
2124a47
wip: barrier eager branch
wenyuzhao Oct 31, 2023
a6e80ca
wip
wenyuzhao Nov 7, 2023
0d43896
wip
wenyuzhao Nov 8, 2023
07ea963
wip
wenyuzhao Nov 9, 2023
4bbae7a
wip
wenyuzhao Nov 13, 2023
e66b8c2
Refactor weak-roots related code
wenyuzhao Nov 21, 2023
6c52e71
Fix JNICritical_lock safepoint check errors
wenyuzhao Nov 22, 2023
9869048
Update mmtk-core
wenyuzhao Nov 23, 2023
8c87321
Pass `ConcGCThreads` to mmtk
wenyuzhao Dec 5, 2023
b164b35
Add `same_stw_and_conc_threads` flag
wenyuzhao Dec 5, 2023
9153895
max priority for gc worker threads
wenyuzhao Dec 5, 2023
9e67a7b
minor optimizations
wenyuzhao Dec 12, 2023
36cb147
Fix MMTK_CONC_THREADS
wenyuzhao Dec 12, 2023
c6fe72d
Update mmtk-core
wenyuzhao Dec 12, 2023
8c13fc9
minor
wenyuzhao Dec 12, 2023
cdbc8de
Merge branch 'lxr' of https://github.com/wenyuzhao/mmtk-openjdk into lxr
wenyuzhao Dec 12, 2023
b7c0f8a
Update mmtk-core
wenyuzhao Dec 19, 2023
dbad26e
LOG_CLS_UNLOAD
wenyuzhao Dec 19, 2023
f1014a6
Skip klass cleaning task if no class was unloaded
wenyuzhao Dec 20, 2023
e133065
force 12 or 6 gc worker threads
wenyuzhao Jan 10, 2024
73d7b96
Disable class unloading logging
wenyuzhao Jan 17, 2024
c11e26b
WIP: Fix code cache unloading
wenyuzhao Jan 18, 2024
dd9886c
cleanup
wenyuzhao Jan 18, 2024
80ac9de
Fix class unloading
wenyuzhao Jan 19, 2024
e74ec86
Reduce duplicated CLD scanning
wenyuzhao Jan 19, 2024
c406530
Fix code cache scanning performance
wenyuzhao Jan 19, 2024
a20da9c
Minor
wenyuzhao Jan 20, 2024
6cbb42b
Add more timers
wenyuzhao Jan 22, 2024
fcec162
revert
wenyuzhao Jan 22, 2024
e0ad684
wip
wenyuzhao Jan 23, 2024
98d0902
Fix WeakProcessor
wenyuzhao Jan 23, 2024
1d88404
Fix code cache roots
wenyuzhao Jan 23, 2024
d942eab
cleanup
wenyuzhao Jan 24, 2024
27091d2
Update mmtk-core
wenyuzhao Jan 24, 2024
2cf7c70
g3_compatibilities
wenyuzhao Jan 30, 2024
21a82fa
bump mmtk-core
wenyuzhao May 22, 2024
b9df8b5
Update Cargo.lock
wenyuzhao May 22, 2024
a40c38d
Fix WeakProcessor
wenyuzhao May 24, 2024
c0e5ee1
Update barrier
wenyuzhao May 27, 2024
46f70a5
barrier experiments
wenyuzhao May 27, 2024
00ee1ed
initial prefetch support
wenyuzhao Jul 21, 2024
53107d5
Update hash
wenyuzhao Aug 1, 2024
aad4d0e
Update hash
wenyuzhao Aug 1, 2024
f787e4b
Merge branch 'lxr-x/prefetch' into lxr
wenyuzhao Aug 1, 2024
4529947
Update hash
wenyuzhao Aug 1, 2024
6298ddc
Merge branch 'lxr' into lxr-merge
wenyuzhao Aug 1, 2024
6f9d50a
Update hash
wenyuzhao Aug 1, 2024
90984e3
Merge tag 'v0.21.0' into lxr-merge
wenyuzhao Aug 1, 2024
63a6085
Merge tag 'v0.22.0' into lxr-merge
wenyuzhao Aug 2, 2024
1f92c86
Merge tag 'v0.23.0' into lxr-merge
wenyuzhao Aug 2, 2024
b34c4f9
Merge tag 'v0.24.0' into lxr-merge
wenyuzhao Aug 2, 2024
78d58f1
Merge commit 'c44a6f8ba48b7fcaf16be33b294da53020df514a' into lxr-merge
wenyuzhao Aug 6, 2024
24e11cf
Merge commit '589c9ee6ba4d51937353fd4d599f2a4a1a488c19' into lxr-merge
wenyuzhao Aug 6, 2024
e1a7280
Merge commit '3d98c8b7b2d42da2d84e5e01e29e64a148b935a6' into lxr-merge
wenyuzhao Aug 6, 2024
23f1594
Merge tag 'v0.25.0' into lxr-merge
wenyuzhao Aug 6, 2024
0fca300
Merge commit 'b9e3aadb9f0956b46a331f402291346e9deceab6' into lxr-merge
wenyuzhao Aug 6, 2024
9189e25
Merge tag 'v0.26.0' into lxr-merge
wenyuzhao Aug 6, 2024
5f79679
Clean up
wenyuzhao Aug 6, 2024
689439a
Fix safepoint trigger
wenyuzhao Aug 8, 2024
9b39764
Update mmtk-core
wenyuzhao Aug 8, 2024
d348aec
Minor refactorings
wenyuzhao Sep 24, 2024
a0c8363
Fix rust 1.80 warnings
wenyuzhao Sep 24, 2024
09f87be
Minor
wenyuzhao Jan 10, 2025
c236740
Merge tag 'v0.27.0' into lxr-merge
wenyuzhao Apr 16, 2025
9e909aa
Merge tag 'v0.28.0' into lxr-merge
wenyuzhao Apr 16, 2025
cf0468f
Merge tag 'v0.29.0' into lxr-merge
wenyuzhao Apr 17, 2025
2d4386a
Merge tag 'v0.30.0' into lxr-merge
wenyuzhao Apr 20, 2025
34a3bfa
Merge branch 'master' into lxr-merge
wenyuzhao Apr 20, 2025
01177c1
fmt and fix warnings
wenyuzhao Apr 22, 2025
5065111
Update mmtk-core
wenyuzhao Apr 22, 2025
46546ed
Update mmtk-core
wenyuzhao Apr 28, 2025
3e27334
Demote re-registered nmethods (#336)
no-defun-allowed Dec 2, 2025
007d6e0
Move to Rust 1.92 (#338)
qinsoon Jan 9, 2026
7b30172
Bump version to v0.32.0 (#341)
qinsoon Feb 6, 2026
264ae72
Merge tag 'v0.31.0' into lxr-merge
wenyuzhao Feb 23, 2026
c24f64f
Merge commit 'ad9a6fae034e924733aaea9b2d7aa9c29b442ee5' into lxr-merge
wenyuzhao Feb 24, 2026
03d813e
Merge commit 'cf7879fb2ee95d3661d764386a9380c6cb79bf79' into lxr-merge
wenyuzhao Feb 24, 2026
30a43b1
Merge commit 'db91fd113105a8b08ce43a28fb93fc14e1757458' into lxr-merge
wenyuzhao Feb 24, 2026
a79b4a3
Merge commit '12517d0442976e4b77065fa24894cf88315a5bf4' into lxr-merge
wenyuzhao Feb 24, 2026
0f7569a
Merge commit '7965a5b790d584d8d54b541809441895fa24d4ea' into lxr-merge
wenyuzhao Feb 24, 2026
bdabc94
Merge commit 'e970e6828f2d78ab7a08de748714d77fd8a66208' into lxr-merge
wenyuzhao Feb 25, 2026
b73c6a8
Merge commit 'e350a01316b56172477906b62e07a2373232fe31' into lxr-merge
wenyuzhao Feb 25, 2026
f39a39e
Merge tag 'v0.32.0-jdk-11' into lxr-merge
wenyuzhao Feb 25, 2026
b98120a
Merge tag 'v0.32.0-jdk-21' into lxr-x/jdk21
wenyuzhao Mar 1, 2026
87c25eb
LXR without class unloading and weak processor working
wenyuzhao Mar 3, 2026
44e8b97
Optimizations: Reduce code cache roots & improve parallelism
wenyuzhao Mar 4, 2026
1b8e9a8
update_reserved_argument_area_size
wenyuzhao Mar 10, 2026
6d99555
Fix update_reserved_argument_area_size
wenyuzhao Mar 10, 2026
16bd5f9
Fix array_copy_requires_gc_barriers
wenyuzhao Mar 11, 2026
31a6fb8
optimize
wenyuzhao Mar 20, 2026
376df85
More optimizations
wenyuzhao Mar 20, 2026
53fb390
cleanup
wenyuzhao Mar 20, 2026
f676c19
More barrier optimizations
wenyuzhao Mar 20, 2026
3e25f1e
Fix h2o
wenyuzhao Mar 22, 2026
6fee9fc
Debug
wenyuzhao Mar 22, 2026
c673263
cleanup
wenyuzhao Mar 25, 2026
4cf4303
optimize
wenyuzhao Mar 29, 2026
88f5b80
class unloading working
wenyuzhao Mar 31, 2026
3d90d3a
Enhance fix_oop_relocations to support forward-only mode during class…
wenyuzhao Mar 31, 2026
2b09d2d
Minor
wenyuzhao Mar 31, 2026
1aca878
optimize
wenyuzhao Mar 31, 2026
522bfa9
cleanup
wenyuzhao Apr 1, 2026
eaff406
fix
wenyuzhao Apr 1, 2026
05a1d55
cleanup
wenyuzhao Apr 1, 2026
6bd3a64
Fix
wenyuzhao Apr 1, 2026
c7018d0
Fix
wenyuzhao Apr 1, 2026
f3d407b
Fix assertions
wenyuzhao Apr 1, 2026
8e2fac3
Revert block allocator changes
wenyuzhao Apr 3, 2026
cf6fbf2
cleanup
wenyuzhao Apr 3, 2026
ae7b844
Revert class unloading support
wenyuzhao Apr 4, 2026
85819a3
Revert weak refs
wenyuzhao Apr 7, 2026
6ed14cd
Remove bulk thread scanning support (scan_multiple_thread_roots)
wenyuzhao Apr 7, 2026
acc3d31
Remove dead feature flags, instrumentation, and stale declarations
wenyuzhao Apr 7, 2026
45e43d6
Remove array scanning optimization support from OpenJDK binding
wenyuzhao Apr 7, 2026
ef5a530
Add panic abort configuration for development profile in Cargo.toml
wenyuzhao Apr 7, 2026
095ebdd
Refactor object reference handling and clean up unused code in MMTk i…
wenyuzhao Apr 7, 2026
34239e1
Refactor object model and scanning code: remove unused methods and si…
wenyuzhao Apr 8, 2026
d9d8198
Refactor MMTk barrier set and roots closure: remove unused code and s…
wenyuzhao Apr 8, 2026
f203c49
Refactor barrier slow-paths to call Rust FFI directly, bypassing C++ …
wenyuzhao Apr 9, 2026
3dc8af4
Refactor MMTk barrier functions to remove mutator parameter from asse…
wenyuzhao Apr 15, 2026
e20459d
Implement ConcurrentPlan
wenyuzhao Apr 18, 2026
e88bb41
Remove VMCollection::set_concurrent_marking_state
wenyuzhao Apr 18, 2026
198abe0
Refactor work bucket stages and update root scanning logic
wenyuzhao Apr 28, 2026
abdac5c
Merge remote-tracking branch 'origin/jdk-21' into lxr-x/jdk21-simplif…
wenyuzhao Jul 26, 2026
b641338
Remove call to `mmtk_report_gc_start` in `mmtk_stop_all_mutators`
wenyuzhao Jul 26, 2026
e7553f4
Update mmtk-core
qinsoon Jul 28, 2026
b888874
Test LXR in CI
qinsoon Jul 28, 2026
716247a
Fix mmtk_enqueue_references
wks Jul 29, 2026
f77bcc8
Bump mmtk-core and deps revision
wks Jul 29, 2026
c93672d
Dont skip post_alloc for default allocation semantics
qinsoon Jul 30, 2026
a3ccf46
Reinit oop storage par state for second scanning for
qinsoon Jul 30, 2026
d61c340
Use MMTkBookKeepingCodeBlobClosure. Skip MMTkUpdateClosure in
qinsoon Jul 31, 2026
f378fb1
Update mmtk-core: queue flip workaround for conix
qinsoon Aug 3, 2026
008bf1c
Run LXR tests with no weak reference
qinsoon Aug 3, 2026
7b86f80
Update mmtk-core: fix concurrent ix
qinsoon Aug 3, 2026
dcc02e1
Remove Mutex::_no_safepoint_check_flag from JNICritical_lock
qinsoon Aug 5, 2026
a3ea49c
Merge branch 'jdk-21' into lxr-x/jdk21-simplified
wks Aug 6, 2026
47f098d
Merge remote-tracking branch 'wenyuzhao/lxr-x/jdk21-simplified' into …
wks Aug 6, 2026
48fb087
Rename markcompact plans (JDK21) (#365)
qinsoon Aug 6, 2026
06a34a6
Update mmtk-core. Enable finalization for non-lXR plans
qinsoon Aug 7, 2026
f07d8ca
Merge branch 'jdk-21' into lxr-x/jdk21-simplified
qinsoon Aug 7, 2026
2f439b0
Update mmtk-core
qinsoon Aug 7, 2026
27301ce
Update mmtk-core
wks Aug 7, 2026
55e9fa0
Use experimenal root-kind API
wks Aug 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/configs/normal-heap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ configs:
- "jdk21-master|dacapochopin_jdk21|ms|s|fail_on_oom|tph|preserve|mmtk_gc-MarkCompact"
- "jdk21-master|dacapochopin_jdk21|ms|s|fail_on_oom|tph|preserve|mmtk_gc-Compressor"
- "jdk21-master|dacapochopin_jdk21|ms|s|fail_on_oom|tph|preserve|mmtk_gc-ConcurrentImmix"
- "jdk21-master|dacapochopin_jdk21|ms|s|fail_on_oom|tph|preserve|mmtk_gc-LXR"

# This will be expanded in CI when we run with the config. Keep a new line at the end.
benchmarks:
Expand Down
38 changes: 38 additions & 0 deletions .github/scripts/ci-expected-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
batik:
SemiSpace: pass
GenCopy: pass
Expand All @@ -21,6 +22,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
biojava:
SemiSpace: pass
GenCopy: pass
Expand All @@ -31,6 +33,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
cassandra:
SemiSpace: pass
GenCopy: pass
Expand All @@ -41,6 +44,7 @@ results:
MarkCompact: ignore
Compressor: ignore
ConcurrentImmix: ignore
LXR: pass
eclipse:
SemiSpace: pass
GenCopy: pass
Expand All @@ -51,6 +55,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
fop:
SemiSpace: pass
GenCopy: pass
Expand All @@ -61,6 +66,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
graphchi:
SemiSpace: pass
GenCopy: pass
Expand All @@ -71,6 +77,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
h2:
SemiSpace: pass
GenCopy: pass
Expand All @@ -81,6 +88,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
h2o:
SemiSpace: pass
GenCopy: pass
Expand All @@ -91,6 +99,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
jme:
SemiSpace: pass
GenCopy: pass
Expand All @@ -101,6 +110,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
jython:
SemiSpace: pass
GenCopy: pass
Expand All @@ -111,6 +121,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
kafka:
SemiSpace: pass
GenCopy: pass
Expand All @@ -121,6 +132,7 @@ results:
MarkCompact: ignore
Compressor: pass
ConcurrentImmix: pass
LXR: pass
luindex:
SemiSpace: pass
GenCopy: pass
Expand All @@ -131,6 +143,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
lusearch:
SemiSpace: pass
GenCopy: pass
Expand All @@ -141,6 +154,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
pmd:
SemiSpace: pass
GenCopy: pass
Expand All @@ -151,6 +165,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
sunflow:
SemiSpace: pass
GenCopy: pass
Expand All @@ -161,6 +176,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
tomcat:
SemiSpace: pass
GenCopy: pass
Expand All @@ -171,6 +187,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
xalan:
SemiSpace: pass
GenCopy: pass
Expand All @@ -181,6 +198,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
zxing:
SemiSpace: pass
GenCopy: pass
Expand All @@ -191,6 +209,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass

release:
avrora:
Expand All @@ -203,6 +222,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
batik:
SemiSpace: pass
GenCopy: pass
Expand All @@ -213,6 +233,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
biojava:
SemiSpace: pass
GenCopy: pass
Expand All @@ -223,6 +244,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
cassandra:
SemiSpace: pass
GenCopy: pass
Expand All @@ -233,6 +255,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
eclipse:
SemiSpace: pass
GenCopy: pass
Expand All @@ -243,6 +266,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
fop:
SemiSpace: pass
GenCopy: pass
Expand All @@ -253,6 +277,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
graphchi:
SemiSpace: pass
GenCopy: pass
Expand All @@ -263,6 +288,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
h2:
SemiSpace: pass
GenCopy: pass
Expand All @@ -273,6 +299,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
h2o:
SemiSpace: pass
GenCopy: pass
Expand All @@ -283,6 +310,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
jme:
SemiSpace: pass
GenCopy: pass
Expand All @@ -293,6 +321,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
jython:
SemiSpace: pass
GenCopy: pass
Expand All @@ -303,6 +332,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
kafka:
SemiSpace: pass
GenCopy: pass
Expand All @@ -313,6 +343,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
luindex:
SemiSpace: pass
GenCopy: pass
Expand All @@ -323,6 +354,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
lusearch:
SemiSpace: pass
GenCopy: pass
Expand All @@ -333,6 +365,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
pmd:
SemiSpace: pass
GenCopy: pass
Expand All @@ -343,6 +376,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
sunflow:
SemiSpace: pass
GenCopy: pass
Expand All @@ -353,6 +387,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
tomcat:
SemiSpace: pass
GenCopy: pass
Expand All @@ -363,6 +398,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
xalan:
SemiSpace: ignore
GenCopy: ignore
Expand All @@ -373,6 +409,7 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
zxing:
SemiSpace: pass
GenCopy: pass
Expand All @@ -383,3 +420,4 @@ results:
MarkCompact: pass
Compressor: pass
ConcurrentImmix: pass
LXR: pass
1 change: 1 addition & 0 deletions .github/scripts/ci-test-forwarding-on-side.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ MMTK_PLAN=Immix run_subset 4
MMTK_PLAN=GenCopy run_subset 4
MMTK_PLAN=GenImmix run_subset 4
MMTK_PLAN=StickyImmix run_subset 4
MMTK_PLAN=LXR run_subset 4
Empty file modified README-legacy.md
100755 → 100644
Empty file.
Loading
Loading