Skip to content
Snippets Groups Projects
Commit 271ede99 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Some badly-written Java code - including the "serial" benchmark of

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.
parent d16a9973
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment