diff options
Diffstat (limited to 'libjava/jni.cc')
-rw-r--r-- | libjava/jni.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libjava/jni.cc b/libjava/jni.cc index 8f4e4f1..8e586fa 100644 --- a/libjava/jni.cc +++ b/libjava/jni.cc @@ -48,6 +48,8 @@ details. */ #include <java-interp.h> #include <java-threads.h> +using namespace gcj; + // This enum is used to select different template instantiations in // the invocation code. enum invocation_type @@ -1502,9 +1504,6 @@ _Jv_JNI_ToReflectedMethod (JNIEnv *env, jclass klass, jmethodID id, { using namespace java::lang::reflect; - // FIXME. - static _Jv_Utf8Const *init_name = _Jv_makeUtf8Const ("<init>", 6); - jobject result = NULL; try |