You must be using some lambda expressions or stream api of Java 8. What helped me out of this mess is compiling my code with Java 7 to find those places and then you can either exclude them from instrumentation or re-write them without Java 8 :( Check this out https://stackoverflow.com/questions/30313255/reflections-java-8-invalid-constant-type