Fix: Try loading classes using the thread context class loader
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 31 Oct 2014 18:03:47 +0000 (14:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 31 Oct 2014 18:05:14 +0000 (14:05 -0400)
commit9a9a2d37a0c63b94dc7bfd8156d9c0914843d51b
tree38aea1a1f963387f20e17bcbc34899991d705a6b
parentc3e14096db731a8624b55fb91a231e7a97a5e7cd
Fix: Try loading classes using the thread context class loader

LTTngAgent should load classes using the current thread context's
class loader and then try using the system class loader if a
ClassNotFoundException is thrown.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/org/lttng/ust/agent/LTTngAgent.java
This page took 0.023822 seconds and 4 git commands to generate.