Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 223 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 223 Bytes

openj9-crash

Reproducer for eclipse-openj9/openj9#13414

Build with mvn package

Run with openj9 11 for i in {1..100}; do java -javaagent:target/openj9-crash-1.0-SNAPSHOT.jar main.Main; done