* Removed all Id tags.
[cacao.git] / src / cacaoh / headers.c
index c78c767aec7a24afb786dfaef0c8eec690710e2a..ab25e9b2a1b6de3740dc62164221169825aa10ac 100644 (file)
@@ -1,9 +1,9 @@
-/* headers.c - main for header generation (cacaoh)
+/* src/cacaoh/headers.c - functions for header generation
 
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-   R. Grafl, A. Krall, C. Kruegel, C. Oates, R. Obermaisser,
-   M. Probst, S. Ring, E. Steiner, C. Thalinger, D. Thuernbeck,
-   P. Tomsich, J. Wenninger
+   Copyright (C) 1996-2005, 2006, 2007 R. Grafl, A. Krall, C. Kruegel,
+   C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
+   E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
+   J. Wenninger, Institut f. Computersprachen - TU Wien
 
    This file is part of CACAO.
 
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
-
-   Contact: cacao@complang.tuwien.ac.at
-
-   Authors: Reinhard Grafl
-
-   Changes: Mark Probst
-            Philipp Tomsich
-
-   $Id: headers.c 664 2003-11-21 18:24:01Z jowenn $
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.
 
 */
 
 
-#include <stdlib.h>
-#include <string.h>
 #include "config.h"
-#include "global.h"
-#include "tables.h"
-#include "loader.h"
-#include "toolbox/chain.h"
-#include "toolbox/memory.h"
-#include "toolbox/loging.h"
-
-
-/******* replace some external functions  *********/
-functionptr native_findfunction (utf *cname, utf *mname, utf *desc, bool isstatic)
-{ return NULL; }
-
-java_objectheader *javastring_new (utf *text)         /* schani */
-{ return NULL; }
-
-void throw_classnotfoundexception() 
-{ 
-       panic("class not found----------"); 
-}
-/*  */
-void throw_classnotfoundexception2(utf* classname) 
-{ 
-       sprintf (logtext, "Loading class: ");
-        utf_sprint (logtext+strlen(logtext), classname);
-       panic("******class not found"); 
-}
-
-java_objectheader *literalstring_new (utf *u)
-{ return NULL; }  
-
-void literalstring_free(java_objectheader *o) { }
-void stringtable_update() { }
-void synchronize_caches() { }
-void asm_call_jit_compiler() { }
-void asm_calljavamethod() { }
-void asm_dumpregistersandcall() { }
-s4 asm_builtin_checkcast(java_objectheader *obj, classinfo *class) { return 0; }
-
-s4 asm_builtin_idiv(s4 a, s4 b) {return 0;}
-s4 asm_builtin_irem(s4 a, s4 b) {return 0;}
-s8 asm_builtin_ldiv(s8 a, s8 b) {return 0;}
-s8 asm_builtin_lrem(s8 a, s8 b) {return 0;}
-
-s4 asm_builtin_f2i(float a) { return 0; }
-s8 asm_builtin_f2l(float a) { return 0; }
-s4 asm_builtin_d2i(double a) { return 0; }
-s8 asm_builtin_d2l(double a) { return 0; }
-
-void asm_builtin_monitorenter(java_objectheader *o) {}
-void asm_builtin_monitorexit(java_objectheader *o) {}
 
-s4 asm_builtin_checkarraycast(java_objectheader *o,arraydescriptor *d) {return 0;}
-
-#if defined(__I386__)
-s4 asm_builtin_arrayinstanceof(java_objectheader *obj, classinfo *class) { return 0; }
+#include <assert.h>
+#include <ctype.h>
+#include <stdarg.h>
+#include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
 
-void asm_builtin_newarray (s4 size, vftbl *arrayvftbl) {}
+#if defined(ENABLE_THREADS)
+# if defined(__DARWIN__)
+#  include <signal.h>
+# endif
+# include <ucontext.h>
 #endif
 
-void asm_builtin_aastore(java_objectarray *a, s4 index, java_objectheader *o) {}
+#include "mm/gc-common.h"
+#include "mm/memory.h"
 
-u1 *createcompilerstub(methodinfo *m) {return NULL;}
-u1 *createnativestub(functionptr f, methodinfo *m) {return NULL;}
-u1 *oldcreatenativestub(functionptr f, methodinfo *m) {return NULL;}
+#include "toolbox/chain.h"
+#include "toolbox/logging.h"
 
-void removecompilerstub(u1 *stub) {}
-void removenativestub(u1 *stub) {}
+#include "vm/builtin.h"
+#include "vm/global.h"
+#include "vm/stringlocal.h"
 
-void asm_perform_threadswitch(u1 **from, u1 **to) {}
-u1* asm_initialize_thread_stack(void *func, u1 *stack) { return NULL; }
-void asm_switchstackandcall() {}
-void asm_handle_builtin_exception(classinfo *c) {}
+#include "vmcore/class.h"
+#include "vmcore/method.h"
+#include "vmcore/loader.h"
+#include "vmcore/options.h"
 
-java_objectheader *native_new_and_init(void *p) { return NULL; }
 
 /************************ global variables **********************/
 
-java_objectheader *exceptionptr;                       /* schani */
-
-bool verbose =  false;
-bool runverbose = false;
-bool collectverbose = false;
+#define ACC_NATIVELY_OVERLOADED    0x10000000
 
-static chain *nativemethod_chain;                             /* chain with native methods     */
-static chain *nativeclass_chain;                              /* chain with processed classes  */      
-static chain *ident_chain;        /* chain with method and field names in current class */
-static FILE *file = NULL;
-static u4 outputsize;
+chain *ident_chain;     /* chain with method and field names in current class */
+FILE *file = NULL;
+static uint32_t outputsize;
 static bool dopadding;
 
 
-static void printIDpart(int c) 
+static void printIDpart(int c)
 {
-       if ((c >= 'a' && c <= 'z')
-               || (c >= 'A' && c <= 'Z')
-               || (c >= '0' && c <= '9')
-               || (c == '_'))
+       if ((c >= 'a' && c <= 'z') ||
+               (c >= 'A' && c <= 'Z') ||
+               (c >= '0' && c <= '9') ||
+               (c == '_'))
                putc(c, file);
        else
                putc('_', file);
 }
 
 
-static void printID(utf *u)
+void printID(utf *u)
 {
        char *utf_ptr = u->text;
        int i;
 
-       for (i = 0; i < utf_strlen(u); i++) 
+       for (i = 0; i < utf_get_number_of_u2s(u); i++) 
                printIDpart(utf_nextu2(&utf_ptr));
 }
 
 
-static void addoutputsize (int len)
+static void addoutputsize(int len)
 {
-       u4 newsize,i;
-       if (!dopadding) return;
+       uint32_t newsize;
+       int32_t  i;
 
-       newsize = ALIGN(outputsize, len);
+       if (!dopadding)
+               return;
+
+       newsize = MEMORY_ALIGN(outputsize, len);
        
-       for (i = outputsize; i < newsize; i++) fprintf(file, "   u1 pad%d\n", (int) i);
+       for (i = outputsize; i < newsize; i++)
+               fprintf(file, "   uint8_t pad%d\n", (int) i);
+
        outputsize = newsize;
 }
 
 
-static char *printtype (char *utf_ptr)
+void printOverloadPart(utf *desc)
+{
+       char *utf_ptr=desc->text;
+       uint16_t c;
+
+       fprintf(file, "__");
+
+       while ((c = utf_nextu2(&utf_ptr)) != ')') {
+               switch (c) {
+               case 'I':
+               case 'S':
+               case 'B':
+               case 'C':
+               case 'Z':
+               case 'J':
+               case 'F':
+               case 'D': 
+                       fprintf(file, "%c", (char) c);
+                       break;
+               case '[':
+                       fprintf(file, "_3");
+                       break;
+               case 'L':
+                       putc('L', file);
+                       while ((c = utf_nextu2(&utf_ptr)) != ';')
+                               printIDpart(c);
+                       fprintf(file, "_2");
+                       break;
+               case '(':
+                       break;
+               default: 
+                       log_text("invalid method descriptor");
+                       assert(0);
+               }
+       }
+}
+
+static char *printtype(char *utf_ptr)
 {
-       u2 c;
+       uint16_t c;
 
        switch (utf_nextu2(&utf_ptr)) {
-       case 'V': fprintf (file, "void");
+       case 'V':
+               fprintf(file, "void");
                break;
        case 'I':
        case 'S':
        case 'B':
        case 'C':
-       case 'Z': addoutputsize (4);
-               fprintf (file, "s4");
+       case 'Z':
+               addoutputsize(4);
+               fprintf(file, "int32_t");
                break;
-       case 'J': addoutputsize (8);
-               fprintf (file, "s8");
+       case 'J':
+               addoutputsize(8);
+               fprintf(file, "int64_t");
                break;
-       case 'F': addoutputsize (4);
-               fprintf (file, "float");
+       case 'F':
+               addoutputsize(4);
+               fprintf(file, "float");
                break;
-       case 'D': addoutputsize (8);
-               fprintf (file, "double");
+       case 'D':
+               addoutputsize(8);
+               fprintf(file, "double");
                break;
        case '[':
-               addoutputsize ( sizeof(java_arrayheader*) ); 
+               addoutputsize ( sizeof(java_array_t*) ); 
                switch (utf_nextu2(&utf_ptr)) {
-               case 'I':  fprintf (file, "java_intarray*"); break;
-               case 'J':  fprintf (file, "java_longarray*"); break;
-               case 'Z':  fprintf (file, "java_booleanarray*"); break;
-               case 'B':  fprintf (file, "java_bytearray*"); break;
-               case 'S':  fprintf (file, "java_shortarray*"); break;
-               case 'C':  fprintf (file, "java_chararray*"); break;
-               case 'F':  fprintf (file, "java_floatarray*"); break;
-               case 'D':  fprintf (file, "java_doublearray*"); break;
+               case 'I':  fprintf (file, "java_intarray_t*"); break;
+               case 'J':  fprintf (file, "java_longarray_t*"); break;
+               case 'Z':  fprintf (file, "java_booleanarray_t*"); break;
+               case 'B':  fprintf (file, "java_bytearray_t*"); break;
+               case 'S':  fprintf (file, "java_shortarray_t*"); break;
+               case 'C':  fprintf (file, "java_chararray_t*"); break;
+               case 'F':  fprintf (file, "java_floatarray_t*"); break;
+               case 'D':  fprintf (file, "java_doublearray_t*"); break;
                                
-               case '[':  fprintf (file, "java_arrayarray*");                                         
-                       while ((c = utf_nextu2(&utf_ptr)) == '[') ;
-                       if (c=='L') 
+               case '[': fprintf(file, "java_objectarray_t*");
+                       while ((c = utf_nextu2(&utf_ptr)) == '[');
+                       if (c == 'L')
                                while (utf_nextu2(&utf_ptr) != ';');
                        break;
                            
-               case 'L':  fprintf (file, "java_objectarray*");
-                       while ( utf_nextu2(&utf_ptr) != ';');
+               case 'L':  fprintf(file, "java_objectarray_t*");
+                       while (utf_nextu2(&utf_ptr) != ';');
                        break;
-               default: panic ("invalid type descriptor");
+               default:
+                       log_text("invalid type descriptor");
+                       assert(0);
                }
                break;
                
        case 'L': 
-               addoutputsize ( sizeof(java_objectheader*));
+               addoutputsize ( sizeof(java_object_t*));
                fprintf (file, "struct ");
                while ( (c = utf_nextu2(&utf_ptr)) != ';' ) printIDpart (c);     
                fprintf (file, "*");
                break;
                                        
-       default:  panic ("Unknown type in field descriptor");
+       default:
+               log_text("Unknown type in field descriptor");
+               assert(0);
        }
        
        return utf_ptr;
 }
 
-/******* determine the number of entries of a utf string in the ident chain *****/
+
+/***** determine the number of entries of a utf string in the ident chain *****/
 
 static int searchidentchain_utf(utf *ident) 
 {
@@ -239,398 +229,252 @@ static int searchidentchain_utf(utf *ident)
        return count;
 }
 
-/**************** print structure for direct access to objects ******************/     
 
-static void printfields (classinfo *c)
+/************** print structure for direct access to objects ******************/
+
+static void printfields(classinfo *c)
 {
-       u4 i;
+       int32_t i;
        fieldinfo *f;
        int ident_count;
        
        if (!c) {
-               addoutputsize ( sizeof(java_objectheader) );
-               fprintf (file, "   java_objectheader header;\n");
+               addoutputsize(sizeof(java_object_t));
+               fprintf(file, "   java_object_t header;\n");
                return;
        }
                
-       printfields (c->super);
+       printfields(c->super.cls);
        
-       for (i=0; i<c->fieldscount; i++) {
+       for (i = 0; i < c->fieldscount; i++) {
                f = &(c->fields[i]);
                
-               if (! (f->flags & ACC_STATIC) ) {
-                       fprintf (file,"   ");
-                       printtype (f->descriptor->text);
-                       fprintf (file, " ");
-                       utf_fprint (file, f->name);
+               if (!(f->flags & ACC_STATIC)) {
+                       fprintf(file, "   ");
+                       printtype(f->descriptor->text);
+                       fprintf(file, " ");
+                       utf_fprint_printable_ascii(file, f->name);
 
                        /* rename multiple fieldnames */
                        if ((ident_count = searchidentchain_utf(f->name)))
-                               fprintf(file,"%d",ident_count - 1);             
-                       chain_addlast(ident_chain,f->name);     
+                               fprintf(file, "%d", ident_count - 1);
+                       chain_addlast(ident_chain, f->name);    
 
-                       fprintf (file, ";\n");
+                       fprintf(file, ";\n");
                }
        }
 }
 
+
 /***************** store prototype for native method in file ******************/
 
-static void printmethod (methodinfo *m)
+void printmethod(methodinfo *m)
 {
        char *utf_ptr;
-       u2 paramnum=1;
-       u2 ident_count;
+       int32_t paramnum = 1;
 
        /* search for return-type in descriptor */      
        utf_ptr = m->descriptor->text;
        while (utf_nextu2(&utf_ptr) != ')');
 
        /* create remarks */
-       fprintf (file,"/*\n * Class:     ");
-       utf_fprint (file, m->class->name);
-       fprintf (file,"\n * Method:    ");
-       utf_fprint (file, m->name);
-       fprintf (file,"\n * Signature: ");
-       utf_fprint (file, m->descriptor);
-       fprintf (file,"\n */\n");       
+       fprintf(file, "\n/*\n * Class:     ");
+       utf_fprint_printable_ascii(file, m->class->name);
+       fprintf(file, "\n * Method:    ");
+       utf_fprint_printable_ascii(file, m->name);
+       fprintf(file, "\n * Signature: ");
+       utf_fprint_printable_ascii(file, m->descriptor);
+       fprintf(file, "\n */\n");
 
        /* create prototype */                  
-       fprintf (file,"JNIEXPORT ");                            
-       printtype (utf_ptr);
-       fprintf (file," JNICALL Java_");
-       printID (m->class->name);           
-
-       /* rename overloaded method */
-       if ((ident_count = searchidentchain_utf(m->name)))
-               fprintf(file,"%d",ident_count - 1);             
-       chain_addlast(ident_chain,m->name);     
-
-       fprintf (file,"_");
-       printID (m->name);
-       fprintf (file," (JNIEnv *env ");
+       fprintf(file, "JNIEXPORT ");
+       printtype(utf_ptr);
+       fprintf(file, " JNICALL Java_");
+       printID(m->class->name);
+
+       chain_addlast(ident_chain, m->name);
+
+       fprintf(file, "_");
+       printID(m->name);
+
+       /* ATTENTION: We use a dummy flag here. */
+
+       if (m->flags & ACC_NATIVELY_OVERLOADED)
+               printOverloadPart(m->descriptor);
+
+       fprintf(file, "(JNIEnv *env");
        
-       utf_ptr = m->descriptor->text+1;
+       utf_ptr = m->descriptor->text + 1;
                        
-       if (! (m->flags & ACC_STATIC) ) {
-       
-               fprintf (file, ",  struct ");
-               printID (m->class->name);
-               fprintf (file, "* this ");
+       if (!(m->flags & ACC_STATIC)) {
+               fprintf(file, ", struct ");
+               printID(m->class->name);
+               fprintf(file, "* this");
 
-           } 
-       else
-           {
-               fprintf (file, ", jclass clazz ");
-           }
+       } else {
+               fprintf(file, ", jclass clazz");
+       }
 
-       if ((*utf_ptr)!=')') fprintf (file, ", "); 
+       if ((*utf_ptr) != ')') fprintf(file, ", ");
                        
-       while ((*utf_ptr)!=')') {
-               utf_ptr = printtype (utf_ptr);
-               fprintf (file, " par%d", paramnum++);
-               if ((*utf_ptr)!=')') fprintf (file, ", ");
+       while ((*utf_ptr) != ')') {
+               utf_ptr = printtype(utf_ptr);
+               fprintf(file, " par%d", paramnum++);
+               if ((*utf_ptr)!=')') fprintf(file, ", ");
        }
                        
-       fprintf (file, ");\n");
+       fprintf(file, ");\n\n");
 }
 
 
-/****************** remove package-name in fully-qualified classname *********************/
+/******* remove package-name in fully-qualified classname *********************/
 
-static void gen_header_filename(char *buffer, utf *u)
+void gen_header_filename(char *buffer, utf *u)
 {
-  int i, simplename_start;
-  int slash_cnt=0;
-
+       int32_t i;
   
-  for (i=0;i<utf_strlen(u);i++) {
-       if ((u->text[i] == '/') || (u->text[i] == '$')) buffer[i] = '_';  /* convert '$' and '/' to '_' */
-       else buffer[i]=u->text[i];
-  }
-  buffer[utf_strlen(u)]='\0';
+       for (i = 0; i < utf_get_number_of_u2s(u); i++) {
+               if ((u->text[i] == '/') || (u->text[i] == '$')) {
+                       buffer[i] = '_';  /* convert '$' and '/' to '_' */
+
+               } else {
+                       buffer[i] = u->text[i];
+               }
+       }
+       buffer[utf_get_number_of_u2s(u)] = '\0';
 }
 
-/*********** create headerfile for classes and store native methods in chain ************/
 
-static void headerfile_generate (classinfo *c)
+/* create headerfile for classes and store native methods in chain ************/
+
+void headerfile_generate(classinfo *c, char *opt_directory)
 {
        char header_filename[1024] = "";
        char classname[1024]; 
-       u2 i;
+       char uclassname[1024];
+       int32_t i;
        methodinfo *m;                  
-                     
-       /* store class in chain */                    
-       chain_addlast (nativeclass_chain, c);                                                           
-                               
-       /* open headerfile for class */
-       gen_header_filename(classname,c->name);                                                                                                                                         
+       int32_t j;
+       methodinfo *m2;
+       bool nativelyoverloaded;
 
-       /* create chain for renaming fields */
-       ident_chain = chain_new ();
-       
-       sprintf(header_filename, "nat/%s.h", classname);
-       file = fopen (header_filename, "w");
-       if (!file) panic ("Can not open file to store header information");                                                                                     
-       fprintf (file, "/* This file is machine generated, don't edit it !*/\n\n"); 
+       /* prevent compiler warnings */
 
-       /* create structure for direct access to objects */     
-       fprintf (file, "/* Structure information for class: ");
-       utf_fprint (file, c->name);
-       fprintf (file, " */\n\n");
-       fprintf (file, "typedef struct ");
-       printID (c->name);                                                      
-       fprintf (file, " {\n");
-       outputsize=0;
-       dopadding=true;
-       printfields (c);                                                        
-       fprintf (file, "} ");
-       printID (c->name);
-       fprintf (file, ";\n\n");                            
-
-       /* create chain for renaming overloaded methods */
-       chain_free(ident_chain);                                        
-       ident_chain = chain_new ();
+       nativelyoverloaded = false;
 
-       /* create method-prototypes */
-                               
-       for (i=0; i<c->methodscount; i++) {
-
-               m = &(c->methods[i]);
-
-               if (m->flags & ACC_NATIVE) {
-                       chain_addlast (nativemethod_chain, m);     
-                       printmethod(m);                                             
-               }                                                       
-       }
-                               
-
-       chain_free(ident_chain);                                 
-       fclose(file);
-}
-
-/******** print classname, '$' used to seperate inner-class name ***********/
+       /* open headerfile for class */
+       gen_header_filename(classname, c->name);
 
-void print_classname (classinfo *clazz)
-{
-       utf *u = clazz->name;
-    char *endpos  = u->text + u->blength;
-    char *utf_ptr = u->text; 
-       u2 c;
+       /* create chain for renaming fields */
+       ident_chain = chain_new();
+       
+       if (opt_directory) {
+               sprintf(header_filename, "%s/%s.h", opt_directory, classname);
 
-    while (utf_ptr<endpos) {
-               if ((c=utf_nextu2(&utf_ptr)) == '_')
-                       putc ('$',file);
-               else
-                       putc (c,file);
+       } else {
+               sprintf(header_filename, "%s.h", classname);
        }
-} 
-
-
-/*************** create table for locating native functions ****************/
-
-static void printnativetableentry (methodinfo *m)
-{
-       fprintf (file, "   { \"");
-       print_classname(m->class);
-       fprintf (file, "\",\n     \"");
-       utf_fprint (file, m->name);
-       fprintf (file, "\",\n     \"");
-       utf_fprint (file, m->descriptor);
-       fprintf (file, "\",\n     ");
-       if ( (m->flags & ACC_STATIC) !=0)  fprintf (file, "true");
-       else fprintf (file, "false");
-       fprintf (file, ",\n     ");
-       fprintf (file, "(functionptr) Java_");
-       printID (m->class->name);
-       fprintf (file,"_");
-       printID (m->name);
-       fprintf (file,"\n   },\n");
-}
-
-
-/***************************************************************************
-
-       create the nativetypes-headerfile which includes 
-       the headerfiles of the classes stored in the classes-chain 
 
-****************************************************************************/
-
-static void headers_finish ()
-{
-       methodinfo *m;
-       classinfo *c;
-       char classname[1024];
-       
-       file = fopen ("nativetypes.hh", "w");
-       if (!file) panic ("Can not open file 'native.h' to store header information");
-       
-       fprintf (file, "/* Headerfile for native methods: nativetypes.hh */\n");
-       fprintf (file, "/* This file is machine generated, don't edit it !*/\n\n");     
-       fprintf (file, "\n/* include native-Headerfiles */\n\n");
-                       
-       c = chain_first (nativeclass_chain);
-       while (c) {
-       
-               dopadding=false;
-               gen_header_filename(classname,c->name);                                                                                                                                                                                 
-               fprintf(file,"#include \"nat/%s.h\"\n",classname);              
-               c = chain_next (nativeclass_chain);             
+       file = fopen(header_filename, "w");
+       if (!file) {
+               log_text("Can not open file to store header information");
+               assert(0);
        }
 
-    fclose(file);
-       chain_free (nativeclass_chain);
-       
-       /* create table of native-methods */
-
-       file = fopen ("nativetable.hh", "w");
-       if (!file) panic ("Can not open file 'nativetable' to store native-link-table");
-
-       fprintf (file, "/* Table of native methods: nativetables.hh */\n");
-       fprintf (file, "/* This file is machine generated, don't edit it !*/\n\n"); 
+       fprintf(file, "/* This file is machine generated, don't edit it! */\n\n");
 
-       while ( (m = chain_first (nativemethod_chain)) != NULL) {
-               chain_remove (nativemethod_chain);              
-               printnativetableentry (m);
+       /* convert to uppercase */
+       for (i = 0; classname[i]; i++) {
+               uclassname[i] = toupper(classname[i]);
        }
-               
-       chain_free (nativemethod_chain);
-       fclose (file);
-
-}
-
+       uclassname[i] = '\0';
 
-/******************** internal function: print_usage ************************
-
-Prints usage information for the JAVA header generator to stdout.
-
-***************************************************************************/
-
-static void print_usage()
-{
-       printf("Usage: cacaoh class [class..]\n");
-}   
+       fprintf(file, "#ifndef _%s_H\n#define _%s_H\n\n", uclassname, uclassname);
 
+       /* create structure for direct access to objects */     
+       fprintf(file, "/* Structure information for class: ");
+       utf_fprint_printable_ascii(file, c->name);
+       fprintf(file, " */\n\n");
+       fprintf(file, "typedef struct ");
+       printID(c->name);                                                       
+       fprintf(file, " {\n");
+       outputsize = 0;
+       dopadding = true;
 
+       printfields(c);
 
-/************************** Function: main *******************************
+       fprintf(file, "} ");
+       printID(c->name);
+       fprintf(file, ";\n\n");
 
-   Main program.
-   
-**************************************************************************/
+       /* create chain for renaming overloaded methods */
+       chain_free(ident_chain);
+       ident_chain = chain_new();
 
-int main(int argc, char **argv)
-{
-       s4 i,a;
-       char *cp;
-       classinfo *topclass;
-       void *dummy;
-               
+       /* create method-prototypes */
+                               
+       /* find overloaded methods */
 
-       /********** internal (only used by main) *****************************/
-   
-       char classpath[500] = "";
-       char offsets_filename[1024] = ""; /* phil */
-       u4 heapsize = 100000;
+       for (i = 0; i < c->methodscount; i++) {
+               m = &(c->methods[i]);
 
-       /*********** options so only headers are generated *******************/
-   
-       makeinitializations=false;
-   
+               if (!(m->flags & ACC_NATIVE))
+                       continue;
 
-       /************ Collect some info from the environment *****************/
+               /* We use a dummy flag here. */
 
-       cp = getenv("CLASSPATH");
-       if (cp) {
-               strcpy(classpath + strlen(classpath), ":");
-               strcpy(classpath + strlen(classpath), cp);
-       }
+               if (!(m->flags & ACC_NATIVELY_OVERLOADED)) {
+                       nativelyoverloaded = false;
 
-       if (argc < 2) {
-               print_usage();
-               exit(10);
-       }
+                       for (j = i + 1; j < c->methodscount; j++) {
+                               m2 = &(c->methods[j]);
 
+                               if (!(m2->flags & ACC_NATIVE))
+                                       continue;
 
-       /**************************** Program start **************************/
+                               if (m->name == m2->name) {
+                                       m2->flags          |= ACC_NATIVELY_OVERLOADED;
+                                       nativelyoverloaded  = true;
+                               }
+                       }
+               }
 
-       log_init(NULL);
-       log_text("Java - header-generator started"); 
-       
-       sprintf(offsets_filename, "jit/%s/offsets.h", ARCH_DIR); /* phil */
-       file = fopen(offsets_filename, "w");
-       if (file == NULL) {
-               fprintf(stderr, "Can not open file '%s' for write", offsets_filename);
-               exit(-1);
+               if (nativelyoverloaded == true)
+                       m->flags |= ACC_NATIVELY_OVERLOADED;
        }
-       
-       fprintf(file, "/* This file is machine generated, don't edit it !*/\n\n"); 
-
-       fprintf (file, "#define offobjvftbl    %3d\n", (int) OFFSET(java_objectheader, vftbl));
-       fprintf (file, "#define offarraysize   %3d\n", (int) OFFSET(java_arrayheader, size));
-       fprintf (file, "#define offobjarrdata  %3d\n\n", (int) OFFSET(java_objectarray, data[0]));
-       fprintf (file, "#define offbaseval     %3d\n", (int) OFFSET(vftbl, baseval));
-       fprintf (file, "#define offdiffval     %3d\n\n", (int) OFFSET(vftbl, diffval));
-
-       fprintf (file, "#define offjniitemtype %3d\n", (int) OFFSET(jni_callblock, itemtype));
-       fprintf (file, "#define offjniitem     %3d\n", (int) OFFSET(jni_callblock, item));
-       fprintf (file, "#define sizejniblock   %3d\n\n", (int) sizeof(jni_callblock));
-
-       fclose (file);
-
-       suck_init (classpath);
-   
-       tables_init();
-       heap_init(heapsize, heapsize, &dummy);
-       loader_init();
 
+       for (i = 0; i < c->methodscount; i++) {
+               m = &(c->methods[i]);
 
-       /*********************** Load JAVA classes  **************************/
-       
-       nativemethod_chain = chain_new();
-       nativeclass_chain = chain_new();
-       
-       for (a = 1; a < argc; a++) {
-               cp = argv[a];
-
-               /* convert classname */
-               for (i = strlen(cp) - 1; i >= 0; i--)    
-                       switch (cp[i]) {
-                       case '.': cp[i]='/';
-                               break;
-                       case '_': cp[i]='$';    
-                       }
-       
-               topclass = loader_load(utf_new_char(cp));
-               
-        headerfile_generate(topclass);
+               if (m->flags & ACC_NATIVE)
+                       printmethod(m);
        }
 
-       headers_finish();
+       chain_free(ident_chain);
 
-       /************************ Release all resources **********************/
-
-       loader_close();
-       heap_close();
-       tables_close(literalstring_free);
-       
+       fprintf(file, "#endif\n\n");
 
-       /* Print "finished" message */
-
-       log_text("Java - header-generator stopped");
-       log_cputime();
-       mem_usagelog(1);
-       
-       return 0;
+       fclose(file);
 }
 
 
-void setVMClassField(classinfo *c)
+/******** print classname, '$' used to seperate inner-class name ***********/
+
+void print_classname(classinfo *clazz)
 {
-}
+       utf *u = clazz->name;
+    char *endpos  = u->text + u->blength;
+    char *utf_ptr = u->text; 
+       uint16_t c;
 
+    while (utf_ptr < endpos) {
+               if ((c = utf_nextu2(&utf_ptr)) == '_')
+                       putc('$', file);
+               else
+                       putc(c, file);
+       }
+} 
 
-void* Java_java_lang_VMObject_clone ( void *env ,  void  *clazz, void * this){return 0;}
 
 /*
  * These are local overrides for various environment variables in Emacs.
@@ -643,4 +487,5 @@ void* Java_java_lang_VMObject_clone ( void *env ,  void  *clazz, void * this){re
  * c-basic-offset: 4
  * tab-width: 4
  * End:
+ * vim:noexpandtab:sw=4:ts=4:
  */