summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-19 01:16:30 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-19 01:16:30 +0000
commitd00d5d353b80d127f38803bd7e2b9cd8c07588bb (patch)
treeec5509829a5ead4d92fffe9ed882573355f2da97 /libjava/include
parente10fe9d4bcc4f3f7e024e94ada9b3f858d4e025b (diff)
downloadppe42-gcc-d00d5d353b80d127f38803bd7e2b9cd8c07588bb.tar.gz
ppe42-gcc-d00d5d353b80d127f38803bd7e2b9cd8c07588bb.zip
PR java/20056:
* include/jvm.h (_Jv_Linker::has_field_p): Declare. * link.cc (has_field_p): New function. * verify.cc (check_field_constant): Added 'putfield' argument. (verify_instructions_0): Updated. (type::equals): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95259 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 235c8ed21cc..61e426f2e66 100644
--- a/libjava/include/jvm.h
+++ b/libjava/include/jvm.h
@@ -278,6 +278,7 @@ private:
public:
+ static bool has_field_p (jclass, _Jv_Utf8Const *);
static void print_class_loaded (jclass);
static void resolve_class_ref (jclass, jclass *);
static void wait_for_state(jclass, int);
OpenPOWER on IntegriCloud