adoptium / aqa-systemtest

Java load testing and other full system application tests
Apache License 2.0
19 stars 65 forks source link

jdk22 MathLoadTest OutOfMemoryError: too large to fit in a String #486

Closed pshipton closed 7 months ago

pshipton commented 8 months ago

Found this running OpenJ9 (https://github.com/eclipse-openj9/openj9/issues/18695) but it also occurs running Hotspot.

https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22%2B30-ea-beta/OpenJDK22U-jdk_aarch64_mac_hotspot_ea_22-0-30.tar.gz

14:39:44  openjdk version "22-beta" 2024-03-19
14:39:44  OpenJDK Runtime Environment Temurin-22+30-202401042332 (build 22-beta+30-ea)
14:39:44  OpenJDK 64-Bit Server VM Temurin-22+30-202401042332 (build 22-beta+30-ea, mixed mode)

https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/3178

MLT 06:41:16.932 - Out of memory exception. Aborting test run
MLT java.lang.OutOfMemoryError: too large to fit in a String
MLT     at java.math.BigDecimal.getValueString(BigDecimal.java:3542) ~[?:?]
MLT     at java.math.BigDecimal.toPlainString(BigDecimal.java:3524) ~[?:?]
MLT     at net.adoptopenjdk.test.bigdecimal.TestSuite039.testItem_0359(TestSuite039.java:2492) ~[bin/:?]