Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of functionalities to implement for JikesRVM #16

Open
1 of 10 tasks
qinsoon opened this issue Mar 26, 2020 · 4 comments
Open
1 of 10 tasks

List of functionalities to implement for JikesRVM #16

qinsoon opened this issue Mar 26, 2020 · 4 comments

Comments

@qinsoon
Copy link
Member

qinsoon commented Mar 26, 2020

In GitLab by @caizixian on Apr 27, 2018, 15:58

  • JMXSupport.getCollectionCount()
  • JMXSupport.getCollectionTime()
  • JMXSupport.fullyBootedVM()
    • Map a space name to its index.
    • Create an array of space names
  • MemoryManager.gc() Force a gc
  • MemoryManager.mightBeFP() Check if the address is in an area that may contain stacks
  • MemoryManager.addressInVM() Checks if an address refers to an in-use area of memory
  • MemoryManager.objectInVM() Checks if a reference refers to an object in an in-use area of memory.
  • MemoryManager.modifyCheck() Make sure that during GC, we don't update on a possibly moving object
  • MemoryManager.isImmortal() whether the object is immortal
  • MemoryManager.gcInProgress()
@qinsoon
Copy link
Member Author

qinsoon commented Mar 26, 2020

In GitLab by @u6374399 on Apr 27, 2018, 17:24

changed the description

@qinsoon
Copy link
Member Author

qinsoon commented Mar 26, 2020

In GitLab by @u6374399 on Jun 22, 2018, 23:48

changed the description

@qinsoon
Copy link
Member Author

qinsoon commented Mar 26, 2020

In GitLab by @u6374399 on Jun 25, 2018, 21:37

changed the description

@qinsoon
Copy link
Member Author

qinsoon commented Mar 26, 2020

In GitLab by @caizixian on Jul 3, 2018, 12:57

marked the task MemoryManager.gc() Force a gc as completed

@qinsoon qinsoon transferred this issue from mmtk/mmtk-core Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant