projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 5.13.14-gnu1
[releases.git]
/
tools
/
build
/
feature
/
test-jvmti-cmlr.c
1
// SPDX-License-Identifier: GPL-2.0
2
#include <jvmti.h>
3
#include <jvmticmlr.h>
4
5
int main(void)
6
{
7
jvmtiCompiledMethodLoadInlineRecord rec __attribute__((unused));
8
jvmtiCompiledMethodLoadRecordHeader hdr __attribute__((unused));
9
PCStackInfo p __attribute__((unused));
10
return 0;
11
}