We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In GitLab by @caizixian on Apr 27, 2018, 15:58
JMXSupport.getCollectionCount()
JMXSupport.getCollectionTime()
JMXSupport.fullyBootedVM()
MemoryManager.gc()
MemoryManager.mightBeFP()
MemoryManager.addressInVM()
MemoryManager.objectInVM()
MemoryManager.modifyCheck()
MemoryManager.isImmortal()
MemoryManager.gcInProgress()
The text was updated successfully, but these errors were encountered:
In GitLab by @u6374399 on Apr 27, 2018, 17:24
changed the description
Sorry, something went wrong.
In GitLab by @u6374399 on Jun 22, 2018, 23:48
In GitLab by @u6374399 on Jun 25, 2018, 21:37
In GitLab by @caizixian on Jul 3, 2018, 12:57
marked the task MemoryManager.gc() Force a gc as completed
No branches or pull requests
In GitLab by @caizixian on Apr 27, 2018, 15:58
JMXSupport.getCollectionCount()
JMXSupport.getCollectionTime()
JMXSupport.fullyBootedVM()
MemoryManager.gc()
Force a gcMemoryManager.mightBeFP()
Check if the address is in an area that may contain stacksMemoryManager.addressInVM()
Checks if an address refers to an in-use area of memoryMemoryManager.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 objectMemoryManager.isImmortal()
whether the object is immortalMemoryManager.gcInProgress()
The text was updated successfully, but these errors were encountered: