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

Commits on Jan 5, 2021

  1. Perm exclude java/lang/StringBuilder/HugeCapacity.java

    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 committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    f11f719 View commit details
    Browse the repository at this point in the history