Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8299214

Bytecode Fuzzer for irreducible/infinite loops and more

XMLWordPrintable

      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.

            epeter Emanuel Peter
            epeter Emanuel Peter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: