1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class sun_rmi_transport_GC */
4
5#ifndef _Included_sun_rmi_transport_GC
6#define _Included_sun_rmi_transport_GC
7#ifdef __cplusplus
8extern "C" {
9#endif
10#undef sun_rmi_transport_GC_NO_TARGET
11#define sun_rmi_transport_GC_NO_TARGET 9223372036854775807LL
12/*
13 * Class: sun_rmi_transport_GC
14 * Method: maxObjectInspectionAge
15 * Signature: ()J
16 */
17JNIEXPORT jlong JNICALL Java_sun_rmi_transport_GC_maxObjectInspectionAge
18 (JNIEnv *, jclass);
19
20#ifdef __cplusplus
21}
22#endif
23#endif
24