eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

OpenJDK java/math/BigInteger/LargeValueExceptions timeout #18190

Open pshipton opened 1 year ago

pshipton commented 1 year ago

Internal build OMR acceptance - paix822 java/math/BigInteger/LargeValueExceptions.java

12:25:42  "MainThread" Id=32 RUNNABLE
12:25:42    at java.math.BigInteger.exactDivideBy3(BigInteger.java:1895)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1808)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1794)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1797)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1797)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1800)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1800)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1800)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1794)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1794)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiplyToomCook3(BigInteger.java:1800)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1591)
12:25:42    at java.math.BigInteger.multiply(BigInteger.java:1495)
12:25:42    at LargeValueExceptions.multiplyDefiniteOverflow(LargeValueExceptions.java:151)
pshipton commented 1 month ago

https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Nightly_testList_1/320 jdk_math_0 java/math/BigInteger/LargeValueExceptions.java

20:01:52  command: testng -Xmx4g LargeValueExceptions
20:01:52  reason: User specified action: run testng/othervm -Xmx4g LargeValueExceptions 
20:01:52  started: Mon Sep 30 23:36:47 UTC 2024
20:01:52  Mode: othervm [/othervm specified]
20:01:52  Timeout information:
20:01:52  Running jcmd on process 3744015
20:01:52  Timeout signalled after 300 seconds
20:01:52  Dump written to /home/jenkins/workspace/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Nightly_testList_1/aqa-tests/TKG/output_17277357176376/jdk_math_0/work/scratch/2/core.20240930.235252.3744015.0001.dmp
20:01:52  Timeout handler interrupted: 
20:01:52  java.lang.InterruptedException
20:01:52    at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1696)
20:01:52    at java.base/java.lang.ProcessImpl.waitFor(ProcessImpl.java:425)
20:01:52    at jtreg.openj9.CoreDumpTimeoutHandler.runJcmdCommand(CoreDumpTimeoutHandler.java:117)
20:01:52    at jtreg.openj9.CoreDumpTimeoutHandler.runJcmd(CoreDumpTimeoutHandler.java:137)
20:01:52    at jtreg.openj9.CoreDumpTimeoutHandler.runActions(CoreDumpTimeoutHandler.java:55)
20:01:52    at com.sun.javatest.regtest.TimeoutHandler.handleTimeout(TimeoutHandler.java:132)
20:01:52    at com.sun.javatest.regtest.exec.ProcessCommand$2.run(ProcessCommand.java:317)
20:01:52  --- Timeout information end.