-
Nadav Har'El authored
SPECjvm2008, uses the Thread.getContextClassLoader() class loader to load classes - instead of using the current class-loader as any decent code does when using reflection. To allow this ugly, but officially supported, usage, we need to set the context class loader in RunJar.java.
Nadav Har'El authoredSPECjvm2008, uses the Thread.getContextClassLoader() class loader to load classes - instead of using the current class-loader as any decent code does when using reflection. To allow this ugly, but officially supported, usage, we need to set the context class loader in RunJar.java.