You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I port to OpenJDK 17, MMTk's GCs become less space-efficient compared to how their parallel GC changes from 11 to 17.
These are the raw results I get from running minheap for 3 and 5 iterations (note that minheap is not handling crashes well so there are some bad numbers):
3 iterations:
After I port to OpenJDK 17, MMTk's GCs become less space-efficient compared to how their parallel GC changes from 11 to 17.
These are the raw results I get from running
minheap
for 3 and 5 iterations (note thatminheap
is not handling crashes well so there are some bad numbers):3 iterations:
5 iterations:
These might indicate the issue that my porting makes MMTk cost more memory to run or makes the memory leak more serious or both.
The text was updated successfully, but these errors were encountered: