Hide Forgot
Description of problem: We do runs of SPECjvm2008 benchmark to get performance results of linux kernel. But when we running this benchmark on https://beaker.engineering.redhat.com/view/amd-seattle-05.lab.eng.rdu.redhat.com test always crashed with message ERROR: compiler exit code: 4. This machine is aarch64 machine and I tried it on another one aarch64 machine apm-mustang-ev3-13.lab.eng.rdu.redhat.com but I get the same result. I tried 2 version of openjdk 1.7.0 and 1.8.0 on both it crashes. How to reproduce: 1. Download benchmark from https://www.spec.org/jvm2008/ 2. See if you get value operations per minute for every operation in test (compiler, startup etc) Thanks Kamil
Alternately you can install the benchmark from Beaker repo: yum -y install performance-performance-SPECjvm2008-test-certification.noarch I will attach the rpm file to this BZ as well. After the installation do the following: cd /mnt/tests/performance/SPECjvm2008-test/certification/ Run benchmark with on ARM server ./runtest.sh After roughly 15 minutes go to cd SPECjvm2008/results and run find ./ -name "*error*" If you see file like this one compiler.compiler.bt2.i1.op1.error.log with ERROR: compiler exit code: 4 then you have reproduced the issue. We believe it's a bug in java. Please feel free to ping either kkolakow or jhladky if you need to get access to ARM server or you require help to reproduce the problem. Thanks Jirka
Created attachment 1128519 [details] rpm file with benchmark
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2140.html