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

Report max storage limits for JIT Data/Code Cache via JMX #5261

Merged
merged 1 commit into from Mar 26, 2019

Conversation

LinHu2016
Copy link
Contributor

@LinHu2016 LinHu2016 commented Mar 26, 2019

- report max storage limits of JIT Data Cache and JIT Code Cache
via the max value of MemoryUsage(getUsage, getPeakUsage) of
java.lang.management.MemoryPoolMXBean (memoryType: non-heap).
- report max storage limits of JIT Data Cache and JIT Code Cache
via the max value of MemoryUsage(GcInfo) of
com.sun.management.GarbageCollectorMXBean

(GarbageCollectionNotificationInfo, getLastGcInfo).

Port of #5068

Signed-off-by: Lin Hu linhu@ca.ibm.com

	- report max storage limits of JIT Data Cache and JIT Code Cache
	via the max value of MemoryUsage(getUsage, getPeakUsage) of
	java.lang.management.MemoryPoolMXBean (memoryType: non-heap).
	- report max storage limits of JIT Data Cache and JIT Code Cache
	via the max value of MemoryUsage(GcInfo) of
	com.sun.management.GarbageCollectorMXBean
(GarbageCollectionNotificationInfo, getLastGcInfo).

Signed-off-by: Lin Hu <linhu@ca.ibm.com>
@pshipton pshipton merged commit 687d0d9 into eclipse-openj9:v0.14.0-release Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants