summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-27 23:13:31 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-27 23:13:31 +0000
commit59cd7d235dd485fd683c3630f36d8a7f2adaf2e8 (patch)
treea3f0341510abbe2d0ab09a84e4642d2e8f8a9400 /libjava/include
parent92e1ef5b09d3ef4dbf85932f01002b572252b0c5 (diff)
downloadppe42-gcc-59cd7d235dd485fd683c3630f36d8a7f2adaf2e8.tar.gz
ppe42-gcc-59cd7d235dd485fd683c3630f36d8a7f2adaf2e8.zip
Runtime support for PR gcj/2:
* prims.cc (_Jv_ThrowNullPointerException): New function. * include/jvm.h (_Jv_ThrowNullPointerException): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33492 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/jvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/include/jvm.h b/libjava/include/jvm.h
index 8660443f6ed..57f449b7b5a 100644
--- a/libjava/include/jvm.h
+++ b/libjava/include/jvm.h
@@ -186,6 +186,7 @@ _Jv_GetArrayElementFromElementType (jobject array,
}
extern "C" void _Jv_ThrowBadArrayIndex (jint bad_index);
+extern "C" void _Jv_ThrowNullPointerException (void);
extern "C" jobject _Jv_NewArray (jint type, jint size)
__attribute__((__malloc__));
extern "C" jobject _Jv_NewMultiArray (jclass klass, jint dims, ...)
OpenPOWER on IntegriCloud