Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Jiri Olsa | 285932a | 2016-11-02 14:35:48 +0100 | [diff] [blame] | 2 | #include <jvmti.h> |
3 | #include <jvmticmlr.h> | ||||
4 | |||||
5 | int main(void) | ||||
6 | { | ||||
7 | JavaVM jvm __attribute__((unused)); | ||||
8 | jvmtiEventCallbacks cb __attribute__((unused)); | ||||
9 | jvmtiCapabilities caps __attribute__((unused)); | ||||
10 | jvmtiJlocationFormat format __attribute__((unused)); | ||||
11 | jvmtiEnv jvmti __attribute__((unused)); | ||||
12 | |||||
13 | return 0; | ||||
14 | } |