So I've been reading around and found out that apparently JAD crashes when it tries to decompile a class with an invalid constant pool entry. I've been playing about with this purely out of curiosity, but I can't seem to make it happen - it either decompiles fine or can't be read correctly by the JVM. Is this outdated information that I have, or am I simply not doing it the correct way?
If I can't get this to work, it's no big deal as I've learned a lot about the Java class format, and as I said, it's just for fun.