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:29 +0000 (14:05 -0400)
commit15c78a9ed33de9a23b0fad4994d1c7d5caba178c
treefa4f4a5cb1ed8b701b67a2255ffd2faf62174171
parent267342461b9f9f9958b11c560fec1500a7a075d3
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.025787 seconds and 4 git commands to generate.