When loading certain classes a NullPointerException is throwed.
When I try to load CountDownLatch.class from java.util.concurrent backport having the class file in the file system and using new serp.bytecode.Project().loadClass(inputStream) a NPE is raised.
I'm attaching an eclipse project with a "main" class that reproduces the problem systematically.
Compressed Eclipse project