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

Add new test modes for J9vmTest #20727

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

LinHu2016
Copy link
Contributor

@LinHu2016 LinHu2016 commented Dec 2, 2024

Off Heap Feature would be enabled by default in near future, after Off Heap is enabled by default, J9vmTest variation Mode501 and Mode551(-Xjit -Xgcpolicy:balanced -Xnocompressedrefs /-Xcompressedrefs) would not cover Arraylet(Discontiguous Array) case.

Add new variation
Mode501 -XXgc:disableVirtualLargeObjectHeap
Mode551 -XXgc:disableVirtualLargeObjectHeap
for detecting any regrassion in old Arraylet case.

depends on: #18163

Off Heap Feature would be enabled by default in near future,
after Off Heap is enabled by default, J9vmTest variation Mode501
and Mode551(-Xjit -Xgcpolicy:balanced -Xnocompressedrefs
/-Xcompressedrefs) would not cover Arraylet(Discontiguous Array) case.

Add new variation
	<variation>Mode501 -XXgc:disableVirtualLargeObjectHeap</variation>
	<variation>Mode551 -XXgc:disableVirtualLargeObjectHeap</variation>
for detecting any regrassion in old Arraylet case.

Signed-off-by: lhu <[email protected]>
@llxia llxia added the comp:test label Dec 4, 2024
@llxia
Copy link
Contributor

llxia commented Dec 11, 2024

Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@llxia llxia merged commit 39acfec into eclipse-openj9:master Dec 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants