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

Perm exclude java/lang/StringBuilder/HugeCapacity.java #2141

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

pshipton
Copy link
Contributor

@pshipton pshipton commented Jan 5, 2021

The test is not compatible with OpenJ9.
a) It requires -XX:+CompactStrings to be the default.
b) It assumes new byte[Integer.MAX_VALUE] throws OOM, but OpenJ9
supports this.

The test exists prior to Java 16, but contains @ignore so doesn't run.
From Java 16 it contains @requires (sun.arch.data.model == "64" & os.maxMemory >= 6G).

Issue eclipse-openj9/openj9#10582

Signed-off-by: Peter Shipton Peter_Shipton@ca.ibm.com

The test is not compatible with OpenJ9.
a) It requires `-XX:+CompactStrings` to be the default.
b) It assumes `new byte[Integer.MAX_VALUE]` throws OOM, but OpenJ9
supports this.

The test exists prior to Java 16, but contains `@ignore` so doesn't run.
From Java 16 it contains `@requires (sun.arch.data.model == "64" &
os.maxMemory >= 6G)`.

Issue eclipse-openj9/openj9#10582

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@pshipton
Copy link
Contributor Author

pshipton commented Jan 5, 2021

@smlambert fyi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test excluded type:openjdk Refers to openjdk regression test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants