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

Fix max size reporting issue for Large Object Area #7792

Merged
merged 1 commit into from Nov 20, 2019

Conversation

LinHu2016
Copy link
Contributor

Update calculating max size for MemoryPool LOA, alignment
the size with heapAlignment to ceiling instead of floor to match
PR omr#4451
The issue could potentially cause the Exception (in thread
 "MemoryMXBean notification dispatcher"
 java.lang.IllegalArgumentException: committed value cannot
 be larger than the max value)

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

	- Update calculating max size for MemoryPool LOA, alignment
	the size with heapAlignment to ceiling instead of floor to match
	PR omr#4451
	- The issue could potentially cause the Exception (in thread
	 "MemoryMXBean notification dispatcher"
	 java.lang.IllegalArgumentException: committed value cannot
	 be larger than the max value)

Signed-off-by: Lin Hu <linhu@ca.ibm.com>
@amicic
Copy link
Contributor

amicic commented Nov 19, 2019

jenkins test sanity plinux jdk11

@amicic amicic merged commit 59df6b6 into eclipse-openj9:master Nov 20, 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

3 participants