summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-13 21:03:03 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-13 21:03:03 +0000
commit965daed0d5e71b74e84c92d4e99c316edf76b3d6 (patch)
tree9e450f9a46004f388b904ee291f197c06e3c7f8a /libjava/include
parent500b8870f07e2ae2f48f0cbe57c26b36afc981b6 (diff)
downloadppe42-gcc-965daed0d5e71b74e84c92d4e99c316edf76b3d6.tar.gz
ppe42-gcc-965daed0d5e71b74e84c92d4e99c316edf76b3d6.zip
2004-07-13 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/7587 * interpret.cc (compile_mutex): New. (_Jv_InitInterpreter): New. Initialize compile_mutex. (run): Lock compile_mutex before calling compile() if compilation is required. * prims.cc (_Jv_CreateJavaVM): Call _Jv_InitInterpreter(). * include/java-interp.h (_Jv_InitInterpreter): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84644 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/java-interp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/include/java-interp.h b/libjava/include/java-interp.h
index c57c146dacb..12bc21f2436 100644
--- a/libjava/include/java-interp.h
+++ b/libjava/include/java-interp.h
@@ -35,6 +35,7 @@ _Jv_IsInterpretedClass (jclass c)
struct _Jv_ResolvedMethod;
+void _Jv_InitInterpreter ();
void _Jv_DefineClass (jclass, jbyteArray, jint, jint);
void _Jv_InitField (jobject, jclass, int);
OpenPOWER on IntegriCloud