equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. |
2 * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Sun designates this |
7 * published by the Free Software Foundation. Sun designates this |
35 #include "oobj.h" |
35 #include "oobj.h" |
36 #include "interpreter.h" |
36 #include "interpreter.h" |
37 #include "bool.h" |
37 #include "bool.h" |
38 #include "utf.h" |
38 #include "utf.h" |
39 #include "tree.h" |
39 #include "tree.h" |
40 #include "sys_api.h" |
|
41 |
40 |
42 extern bool_t verify_class_codes(ClassClass *cb); |
41 extern bool_t verify_class_codes(ClassClass *cb); |
43 |
42 |
44 static bool_t verify_constant_pool(ClassClass *cb); |
43 static bool_t verify_constant_pool(ClassClass *cb); |
45 |
44 |