Skip to content

List of functionalities to implement for JikesRVM #16

Open
@qinsoon

Description

@qinsoon

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions