OSDN Git Service

Update header include for jvmti.h
authorAlex Light <allight@google.com>
Tue, 14 Mar 2017 21:33:32 +0000 (14:33 -0700)
committerAlex Light <allight@google.com>
Tue, 14 Mar 2017 21:33:32 +0000 (14:33 -0700)
Test: ./test/testrunner/testrunner.py --host -j40 -t 980-redefine-object
Change-Id: I516936595926669f5049bf725e1ce52bc447b190

test/980-redefine-object/redefine_object.cc

index ff450dd..daae087 100644 (file)
@@ -21,7 +21,7 @@
 #include "base/logging.h"
 #include "base/macros.h"
 #include "jni.h"
-#include "openjdkjvmti/jvmti.h"
+#include "jvmti.h"
 #include "ScopedUtfChars.h"
 
 #include "ti-agent/common_helper.h"