DynamoRIO / DynamoRIO/dynamorio
[jdk8] SPECjvm 2008 tests won't run
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
we are seeing that SPECjvm 2008 runs won't even start the warm-up phase when launched with drrun. Typically specjvm runs may look like this:
```
/home/rahul/jdk1.8.0_201/bin/java -jar SPECjvm2008.jar -ikv -wt 15 -it 30 -bt 2 scimark.sparse.small
SPECjvm2008 Peak
Properties file: none
Benchmarks: scimark.sparse.small
```
with drrun we never get to this first message. I do see two threads running for short period but not convinced runs is successful since it never gets to warm-up and execution phase of the test. Although memory utilization is roughly 11GB which is quite high for sparse.small
```
/root/rahul/DynamoRIO-x86_64-Linux-7.90.18019-0/bin64/drrun -s 60 -debug -loglevel 3 -vm_size 1G -no_enable_reset -disable_traces -- ~/rahul/jdk1.8.0_201/bin/java -jar SPECjvm2008.jar -ikv -wt 15 -it 30 -bt 2 scimark.sparse.small
<(1+x) Handling our fault in a TRY at 0x00007f2e11e20d7c>
```
attached log debuglevel 3 for the java pid
[java.log.zip](https://github.com/DynamoRIO/dynamorio/files/3394206/java.log.zip)
[java.0.59824.zip](https://github.com/DynamoRIO/dynamorio/files/3394252/java.0.59824.zip)
Contributor guide
Assessment
This issue has not been assessed yet.