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

Build failed due to RejectedExecutionException #20338

Open pshipton opened 1 week ago

pshipton commented 1 week ago

https://openj9-jenkins.osuosl.org/job/Build_JDK21_aarch64_linux_Nightly/344

18:03:50  [stderr] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@ee2dca7b[Not completed, task = javacserver.server.CompilerThreadPool$$Lambda/0x000000002c279b58@8ccf687f] rejected from java.util.concurrent.ThreadPoolExecutor@1dcee916[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 10]
18:03:50  [stderr]  at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2081)
18:03:50  [stderr]  at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:841)
18:03:50  [stderr]  at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1376)
18:03:50  [stderr]  at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145)
18:03:50  [stderr]  at javacserver.server.CompilerThreadPool.dispatchCompilation(CompilerThreadPool.java:49)
18:03:50  [stderr]  at javacserver.server.Server.handleRequest(Server.java:211)
18:03:50  [stderr]  at javacserver.server.Server.lambda$start$1(Server.java:173)
18:03:50  [stderr]  at java.base/java.lang.Thread.run(Thread.java:1595)
18:03:50  CompileDemos.gmk:160: recipe for target '/home/jenkins/workspace/Build_JDK21_aarch64_linux_Nightly/build/linux-aarch64-server-release/support/demos/classes/jfc/CodePointIM/_the.BUILD_DEMO_CodePointIM_batch' failed
18:03:50  gmake[3]: *** [/home/jenkins/workspace/Build_JDK21_aarch64_linux_Nightly/build/linux-aarch64-server-release/support/demos/classes/jfc/CodePointIM/_the.BUILD_DEMO_CodePointIM_batch] Error 1
github-actions[bot] commented 1 week ago

Issue Number: 20338 Status: Open Recommended Components: comp:build, comp:vm, comp:test Recommended Assignees: jasonfengj9, keithc-ca, babsingh