Download and unzip https://download.dacapobench.org/chopin/dacapo-23.9-RC3-chopin.zip
Without -Xcomp or -Xmixed, the program runs fine.
java -Xcomp -XX:-TieredCompilation -jar dacapo-23.9-RC3-chopin.jar tradebeans
java -Xmixed -jar dacapo-23.9-RC3-chopin.jar tradebeans
The JVM exits silently after the following output.
Using scaled threading model. 32 processors detected, 32 threads used to drive the workload, in a possible range of [1,2048]
Version: daytrader svn-1904225 wildfly 26.1.3.Final (use -s for nominal benchmark stats)
Launching the server with timeout of 50 seconds (use -f to adjust timeout dialation).
This can be reproduced on JDK 11, 17, 21. 11 and 17 are from Temurin, and 21 was built from GitHub openjdk/jdk before GA was released.
fastdebug build doesn't produce extra error information. The exit was caused by a JVM_Halt JNI call.
This might be related toJDK-8067708, which is marked as a duplicate as JDK-8067373, which I cannot view.
Without -Xcomp or -Xmixed, the program runs fine.
java -Xcomp -XX:-TieredCompilation -jar dacapo-23.9-RC3-chopin.jar tradebeans
java -Xmixed -jar dacapo-23.9-RC3-chopin.jar tradebeans
The JVM exits silently after the following output.
Using scaled threading model. 32 processors detected, 32 threads used to drive the workload, in a possible range of [1,2048]
Version: daytrader svn-1904225 wildfly 26.1.3.Final (use -s for nominal benchmark stats)
Launching the server with timeout of 50 seconds (use -f to adjust timeout dialation).
This can be reproduced on JDK 11, 17, 21. 11 and 17 are from Temurin, and 21 was built from GitHub openjdk/jdk before GA was released.
fastdebug build doesn't produce extra error information. The exit was caused by a JVM_Halt JNI call.
This might be related to
- relates to
-
JDK-8067708 dacapo tradesoap fails with -XX:-TieredCompilation -Xcomp
-
- Closed
-
-
JDK-8067708 dacapo tradesoap fails with -XX:-TieredCompilation -Xcomp
-
- Closed
-