From 0bd1a16e91cd7d602fff3f4b0c8f98e7f3fc4e44 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 16 Jan 2017 18:53:59 -0800 Subject: [PATCH] ART: Align jvmti.h with jni.h Android follows the JNI specification and names the JNI function table without the underscore. Bug: 34343708 Test: m test-art-host Change-Id: I05d73734545f9077ad66aceb335bdc8a76603a71 --- runtime/openjdkjvmti/jvmti.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/openjdkjvmti/jvmti.h b/runtime/openjdkjvmti/jvmti.h index ee708cb19..de07c163f 100644 --- a/runtime/openjdkjvmti/jvmti.h +++ b/runtime/openjdkjvmti/jvmti.h @@ -74,7 +74,7 @@ typedef jobject jthreadGroup; typedef jlong jlocation; struct _jrawMonitorID; typedef struct _jrawMonitorID *jrawMonitorID; -typedef struct JNINativeInterface_ jniNativeInterface; +typedef struct JNINativeInterface jniNativeInterface; /* Constants */ -- 2.11.0