Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
I have written a bytecode fuzzer during the work of JDK-8280126 (dead irreducible loops). It has uncovered more bugs, all related to infinite loops (no exit, never terminate): JDK-8297642 JDK-8296318 JDK-8296389 JDK-8296412 While these are special cases, most of them can still be reproduced not only in jasm, but also java - it is just much easier to write a reproducer in jasm. This task is here to port the fuzzer I wrote in python3 to java, and hopefully eventually integrate it into the CI.
|