Skip to content

Commit

Permalink
Perm exclude java/lang/StringBuilder/HugeCapacity.java
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pshipton committed Jan 5, 2021
1 parent 9208f55 commit f11f719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openjdk/ProblemList_openjdk16-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ java/lang/String/EqualsIgnoreCase.java https://github.com/eclipse/openj9/issues/
java/lang/String/StringRepeat.java https://github.com/eclipse/openj9/issues/6667 generic-all
java/lang/String/UnicodeCasingTest.java https://github.com/eclipse/openj9/issues/4597 linux-s390x
java/lang/String/nativeEncoding/StringPlatformChars.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/lang/StringBuilder/HugeCapacity.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/System/Logger/custom/CustomLoggerTest.java https://github.com/eclipse/openj9/issues/6674 generic-all
java/lang/System/Logger/default/DefaultLoggerTest.java https://github.com/eclipse/openj9/issues/6674 generic-all
java/lang/System/LoggerFinder/BaseLoggerFinderTest/BaseLoggerFinderTest.java https://github.com/eclipse/openj9/issues/6674 generic-all
Expand Down

0 comments on commit f11f719

Please sign in to comment.