Allow compiling the Java agent with Java 1.6
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 29 Jul 2015 20:29:54 +0000 (16:29 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 29 Jul 2015 20:34:59 +0000 (16:34 -0400)
commit01a00a70d0b9f325bee6e85d685d32054e73c768
treeeec18d84cfef7703669f67bb2e09d70d9415d731
parentc9851a60c4cbc4a21cac54daa6593a3d363343df
Allow compiling the Java agent with Java 1.6

Previous patch d60dfbe inadvertently made use of
ReflectiveOperationException, which was introduced in Java 7.
To continue being able to compile the agent with Java 6, we
can list individual exception types instead.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/LTTngAgent.java
This page took 0.024794 seconds and 5 git commands to generate.