changeset 22475:5b1d16455b92

removed duplicate line
author Doug Simon <doug.simon@oracle.com>
date Thu, 27 Aug 2015 17:08:25 +0200
parents 40768fa93e48
children 6050079bb7bd
files src/share/vm/prims/nativeLookup.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/prims/nativeLookup.cpp	Thu Aug 27 17:08:03 2015 +0200
+++ b/src/share/vm/prims/nativeLookup.cpp	Thu Aug 27 17:08:25 2015 +0200
@@ -130,7 +130,6 @@
   void     JNICALL JVM_InitJVMCIClassLoader(JNIEnv *env, jclass c, jobject loader);
   void     JNICALL JVM_InitializeJVMCINatives(JNIEnv *env, jclass compilerToVMClass);
   jobject  JNICALL JVM_GetJVMCIRuntime(JNIEnv *env, jclass c);
-  jobject  JNICALL JVM_GetJVMCIRuntime(JNIEnv *env, jclass c);
   jobject  JNICALL JVM_GetJVMCIServiceImpls(JNIEnv *env, jclass c, jclass serviceClass);
 #endif
 }