root/tools/build/feature/test-jvmti-cmlr.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. main

   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 }

/* [<][>][^][v][top][bottom][index][help] */