* Renamed STATIC_CLASSPATH to ENABLE_STATICVM
[cacao.git] / src / vm / jit / alpha / asmpart.S
index 05ceb2ae959353ca38459bd91a45a1e93f875c71..0859cd3e9efbddf03b98dd5144a294b858458f31 100644 (file)
@@ -1,10 +1,9 @@
-/* jit/alpha/asmpart.S - Java-C interface functions for alpha
+/* src/vm/jit/alpha/asmpart.S - Java-C interface functions for alpha
 
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-   Institut f. Computersprachen, TU Wien
-   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 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.
 
    Authors: Andreas Krall
             Reinhard Grafl
 
-   $Id: asmpart.S 1072 2004-05-19 17:20:12Z stefan $
+   Changes: Joseph Wenninger
+            Christian Thalinger
+
+   $Id: asmpart.S 2611 2005-06-08 19:43:30Z twisti $
 
 */
 
 
 #include "config.h"        
-#include "offsets.h"
-
-
-#define        MethodPointer   -8
-#define        FrameSize       -12
-#define     IsSync          -16
-#define     IsLeaf          -20
-#define     IntSave         -24
-#define     FltSave         -28
-/* DEFINE LINE NUMBER STUFF HERE */
-#define     ExTableSize     -56
-#define     ExTableStart    -56
-
-#define     ExEntrySize     -32
-#define     ExStartPC       -8
-#define     ExEndPC         -16
-#define     ExHandlerPC     -24
-#define     ExCatchType     -32
-
-
-#define v0      $0
-
-#define t0      $1
-#define t1      $2
-#define t2      $3
-#define t3      $4
-#define t4      $5
-#define t5      $6
-#define t6      $7
-#define t7      $8
-
-#define        s0      $9
-#define        s1      $10
-#define        s2      $11
-#define        s3      $12
-#define        s4      $13
-#define        s5      $14
-#define        s6      $15
-
-#define a0      $16
-#define a1      $17
-#define a2      $18
-#define a3      $19
-#define a4      $20
-#define a5      $21
-
-#define t8      $22
-#define t9      $23
-#define t10     $24
-#define t11     $25
-#define ra      $26
-#define t12     $27
-
-#define pv      t12
-#define AT      $at
-#define gp      $29
-#define sp      $30
-#define zero    $31
-
-#define itmp1   $25
-#define itmp2   $28
-#define itmp3   $29
-
-#define xptr    itmp1
-#define xpc     itmp2
-
-#define sf0     $f2
-#define sf1     $f3
-#define sf2     $f4
-#define sf3     $f5
-#define sf4     $f6
-#define sf5     $f7
-#define sf6     $f8
-#define sf7     $f9
-
-#define fzero   $f31
-
-
-#define PAL_imb 134
+#include "vm/jit/alpha/offsets.h"
+#include "vm/jit/alpha/asmoffsets.h"
+#include "vm/jit/alpha/md-asm.h"
+
 
        .text
        .set    noat
 
 /********************* exported functions and variables ***********************/
 
+       .globl asm_sync_instruction_cache
        .globl has_no_x_instr_set
-       .globl synchronize_caches
+
        .globl asm_calljavafunction
+       .globl asm_calljavafunction_int
+
        .globl asm_calljavafunction2
-       .globl asm_calljavafunction2double
+       .globl asm_calljavafunction2int
        .globl asm_calljavafunction2long
+       .globl asm_calljavafunction2float
+       .globl asm_calljavafunction2double
+
        .globl asm_call_jit_compiler
+       .globl asm_throw_and_handle_exception
+       .globl asm_throw_and_handle_nat_exception
+       .globl asm_throw_and_handle_arithmetic_exception
+       .globl asm_throw_and_handle_arrayindexoutofbounds_exception
        .globl asm_handle_exception
        .globl asm_handle_nat_exception
-       .globl asm_check_clinit
-       .globl asm_builtin_checkcast    
-       .globl asm_builtin_checkarraycast
+
+       .globl asm_wrapper_patcher
+
+       .globl asm_builtin_arraycheckcast
        .globl asm_builtin_aastore
-       .globl asm_builtin_monitorenter
-       .globl asm_builtin_monitorexit
+
        .globl asm_builtin_idiv
        .globl asm_builtin_irem
        .globl asm_builtin_ldiv
        .globl asm_builtin_lrem
+
        .globl asm_perform_threadswitch
        .globl asm_initialize_thread_stack
        .globl asm_switchstackandcall
-       .globl asm_getcallingmethod
-       .globl asm_builtin_trace
-       .globl asm_builtin_exittrace
        .globl asm_criticalsections
        .globl asm_getclassvalues_atomic
+       .globl asm_prepare_native_stackinfo
+       .globl asm_remove_native_stackinfo
+       .globl asm_refillin_and_handle_exception
+
+
+/* asm_sync_instruction_cache **************************************************
+
+   XXX
+
+*******************************************************************************/
 
-/*************************** imported functions *******************************/
+       .ent    asm_sync_instruction_cache
 
-       .globl jit_compile
-       .globl _exceptionptr
-       .globl builtin_monitorexit
-       .globl builtin_throw_exception
-       .globl builtin_trace_exception
-       .globl class_java_lang_Object
+asm_sync_instruction_cache:
+       call_pal PAL_imb              /* synchronize instruction cache            */
+       jmp     zero,(ra)
 
+       .end    asm_sync_instruction_cache
 
 /*********************** function has_no_x_instr_set ***************************
 *                                                                              *
@@ -212,6 +155,7 @@ call_name:
        .quad   0                         /* method pointer (pointer to name)     */
 
 asm_calljavafunction:
+asm_calljavafunction_int:
        ldgp    gp,0(pv)
        lda     sp,-32(sp)                /* allocate stack space                 */
        stq     gp,24(sp)                 /* save global pointer                  */
@@ -244,10 +188,11 @@ calljava_ret:
 
 calljava_xhandler:
        ldq     gp,24(sp)                 /* restore global pointer               */
-       mov     itmp1,a0
+       mov     xptr,a0
        jsr     ra,builtin_throw_exception
        ldq     ra,0(sp)                  /* restore return address               */
        lda     sp,32(sp)                 /* free stack space                     */
+       mov     zero,v0                   /* return NULL                          */
        jmp     zero,(ra)
        .end    asm_calljavafunction
 
@@ -257,9 +202,8 @@ calljava_xhandler:
        .ent    asm_calljavafunction2
 
 call_name2:
-       .ascii  "calljavafunction2\0\0"
-
        .align  3
+
        .quad   0                         /* catch type all                       */
        .quad   calljava_xhandler2        /* handler pc                           */
        .quad   calljava_xhandler2        /* end pc                               */
@@ -277,8 +221,10 @@ call_name2:
        .quad   0                         /* method pointer (pointer to name)     */
 
 asm_calljavafunction2:
-asm_calljavafunction2double:
+asm_calljavafunction2int:
 asm_calljavafunction2long:
+asm_calljavafunction2float:
+asm_calljavafunction2double:
        ldgp    gp,0(pv)
        lda     sp,-40(sp)                /* allocate stack space                 */
        stq     ra,0(sp)                  /* save return address                  */
@@ -358,9 +304,10 @@ calljava_xhandler2:
        ldq     ra,0(sp)                  /* restore return address               */
        ldq     s6,24(sp)
        lda     sp,40(sp)                 /* free stack space                     */
+       mov     zero,v0                   /* return NULL                          */
        jmp     zero,(ra)
        .end    asm_calljavafunction2
-                                               
+
 
 /****************** function asm_call_jit_compiler *****************************
 *                                                                              *
@@ -382,10 +329,9 @@ calljava_xhandler2:
 *                                                                              *
 *******************************************************************************/
 
-
        .ent    asm_call_jit_compiler
-asm_call_jit_compiler:
 
+asm_call_jit_compiler:
        ldgp    gp,0(pv)
        ldl     t8,-8(ra)             /* load instruction LDQ PV,xxx($yy)         */
        srl     t8,16,t8              /* shift right register number $yy          */
@@ -406,18 +352,9 @@ asm_call_jit_compiler:
        addq    t8,$28,$28            /* compute update address                   */
 noregchange:
        lda     sp,-14*8(sp)          /* reserve stack space                      */
-       stq     a0,0*8(sp)            /* save all argument registers              */
-       stq     a1,1*8(sp)            /* they could be used by method             */
-       stq     a2,2*8(sp)
-       stq     a3,3*8(sp)
-       stq     a4,4*8(sp)
-       stq     a5,5*8(sp)
-       stt     $f16,6*8(sp)
-       stt     $f17,7*8(sp)
-       stt     $f18,8*8(sp)
-       stt     $f19,9*8(sp)
-       stt     $f20,10*8(sp)
-       stt     $f21,11*8(sp)
+
+       SAVE_ARGUMENT_REGISTERS(0)    /* save 6 int/6 float argument registers    */
+
        stq     $28,12*8(sp)          /* save method pointer                      */
        stq     ra,13*8(sp)           /* save return address                      */
 
@@ -425,24 +362,14 @@ noregchange:
        jsr     ra,jit_compile        /* jit compiler                             */
        ldgp    gp,0(ra)
 
-       call_pal PAL_imb              /* synchronise instruction cache            */
+       RESTORE_ARGUMENT_REGISTERS(0) /* restore 6 int/6 float argument registers */
 
-       ldq     a0,0*8(sp)            /* load argument registers                  */
-       ldq     a1,1*8(sp)
-       ldq     a2,2*8(sp)
-       ldq     a3,3*8(sp)
-       ldq     a4,4*8(sp)
-       ldq     a5,5*8(sp)
-       ldt     $f16,6*8(sp)
-       ldt     $f17,7*8(sp)
-       ldt     $f18,8*8(sp)
-       ldt     $f19,9*8(sp)
-       ldt     $f20,10*8(sp)
-       ldt     $f21,11*8(sp)
        ldq     $28,12*8(sp)          /* load method pointer                      */
        ldq     ra,13*8(sp)           /* load return address                      */
        lda     sp,14*8(sp)           /* deallocate stack area                    */
 
+       beq     v0,asm_call_jit_compiler_exception
+
        ldl     t8,-8(ra)             /* load instruction LDQ PV,xxx($yy)         */
        sll     t8,48,t8
        sra     t8,48,t8              /* isolate offset                           */
@@ -450,14 +377,267 @@ noregchange:
        addq    t8,$28,t8             /* compute update address via method pointer*/
        stq     v0,0(t8)              /* save new method address there            */
 
-       mov     v0,pv                 /* load method address into pv              */
+       call_pal PAL_imb              /* synchronise instruction cache            */
 
+       mov     v0,pv                 /* load method address into pv              */
        jmp     zero,(pv)             /* and call method. The method returns      */
                                      /* directly to the caller (ra).             */
 
+asm_call_jit_compiler_exception:
+#if defined(USE_THREADS) && defined(NATIVE_THREADS)
+       subq    sp,1*8,sp
+       stq     ra,0*8(sp)
+       jsr     ra,builtin_asm_get_exceptionptrptr
+       ldq     ra,0*8(sp)
+       addq    sp,1*8,sp
+#else
+       lda     v0,_exceptionptr
+#endif
+       ldq     xptr,0(v0)            /* get the exception pointer                */
+       stq     zero,0(v0)            /* clear the exception pointer              */
+
+       subq    ra,4,xpc
+       br      asm_handle_nat_exception
+
        .end    asm_call_jit_compiler
 
 
+/**************** function asm_refillin_and_handle_exception *******************
+*                                                                              *
+*   This function handles an exception. It does not use the usual calling      *
+*   conventions. The exception is passed in REG_ITMP1 and the                  *
+*   pc from the exception raising position is passed in REG_ITMP2.             *
+*   a0 contains the PV of the function causing the problem                     *
+*                                                                              *
+*   void asm_handle_arithmetic_exception (exceptionclass, exceptionpc);        *
+*                                                                              *
+*******************************************************************************/
+       .ent asm_refillin_and_handle_exception
+asm_refillin_and_handle_exception:
+       ldgp    gp,0(pv)
+        ldl     t0,0(ra)              /* load instruction LDA PV,xxx(RA)          */
+        sll     t0,48,t0
+        sra     t0,48,t0              /* isolate offset                           */
+        addq    t0,ra,pv              /* compute update address                   */
+        ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
+        srl     t0,16,t0              /* isolate instruction code                 */
+        lda     t0,-0x177b(t0)        /* test for LDAH                            */
+        bne     t0, asm_refillin_and_handle_exception_cont
+        ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
+        sll     t0,16,t0              /* compute high offset                      */
+        addl    t0,0,t0               /* sign extend high offset                  */
+        addq    t0,pv,pv              /* compute update address                   */
+
+asm_refillin_and_handle_exception_cont:
+
+       mov     sp,t0
+       lda     sp,-6*8(sp) /* prepare stackframe*/
+       stq     pv,5*8(sp) /* store pv of caller */
+       stq     xptr,4*8(sp) /*exception ptr*/
+       stq     xpc,3*8(sp) /*address of failure*/
+       stq     t0,2*8(sp) /*begin of java stack frame*/
+       stq     pv,1*8(sp) /* store pv of caller */
+       stq     zero,0*8(sp)    /*builtin (invisible) function */
+       jsr     ra,asm_prepare_native_stackinfo /* puts 2 additional quadwords on stack */
+       ldgp    gp,0(ra)
+
+       ldq     a2,utf_void__java_lang_Throwable
+       ldq     a1,utf_fillInStackTrace
+       ldq     t0,6*8(sp)
+       ldq     t1,offobjvftbl(t0)      
+       ldq     a0,offclass(t1)
+       jsr     ra,class_resolvemethod
+       ldgp    gp,0(ra)
+       /* now we have the method */
+
+       /*refillin */
+       mov     v0,a0
+       ldq     a1,6*8(sp)
+       jsr     ra,asm_calljavafunction
+       ldgp    gp,0(ra)
+
+       /*remove frame*/
+       jsr ra,asm_remove_native_stackinfo
+       ldgp    gp,0(ra)
+
+
+       /*finish*/
+       ldq     xpc,0(sp)       
+       ldq     xptr,1*8(sp)
+        ldq    pv,2*8(sp)
+       lda sp,3*8(sp)
+       br asm_handle_exception
+
+       .end asm_refillin_and_handle_exception
+
+/****** function asm_throw_and_handle_arrayindexoutofbounds_exception **********
+*                                                                              *
+*   This function handles an exception. It does not use the usual calling      *
+*   conventions. The integer parameter is passed in REG_ITMP1 and the          *
+*   pc from the exception raising position is passed in REG_ITMP2.             *
+*                                                                              *
+*   void asm_handle_arithmetic_exception (exceptionclass, exceptionpc);        *
+*                                                                              *
+*******************************************************************************/
+
+       .ent asm_throw_and_handle_arrayindexoutofbounds_exception
+
+asm_throw_and_handle_arrayindexoutofbounds_exception:
+       ldgp    gp,0(pv)
+
+       ldl     t0,0(ra)              /* load instruction LDA PV,xxx(RA)          */
+       sll     t0,48,t0
+       sra     t0,48,t0              /* isolate offset                           */
+       addq    t0,ra,pv              /* compute update address                   */
+       ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
+       srl     t0,16,t0              /* isolate instruction code                 */
+       lda     t0,-0x177b(t0)        /* test for LDAH                            */
+       bne     t0,asm_throw_and_handle_arrayindexoutofbounds_exception_cont
+       ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
+       sll     t0,16,t0              /* compute high offset                      */
+       addl    t0,0,t0               /* sign extend high offset                  */
+       addq    t0,pv,pv              /* compute update address                   */
+
+asm_throw_and_handle_arrayindexoutofbounds_exception_cont:
+       mov     sp,t0
+       lda     sp,-6*8(sp) /*prepare stackframe*/
+       stq     pv,5*8(sp)  /*pv of failure*/
+       stq     itmp1,4*8(sp) /*int parameter  of the exception*/
+       stq     xpc,3*8(sp) /*address of failure */
+       stq     t0,2*8(sp) /*store begin of java stack frame*/
+       stq     pv,1*8(sp) /*store pv of caller in structure*/
+       stq     zero,0*8(sp) /*builtin (invisible function)*/
+
+       jsr     ra,asm_prepare_native_stackinfo /* puts 2 additional quadwords on stack */
+       ldgp    gp,0(ra)
+
+       ldq     a0,6*8(sp)  /*int  of exception*/
+       jsr     ra,new_arrayindexoutofboundsexception
+       ldgp    gp,0(ra)
+
+       mov     v0,itmp1 /*itmp1 is not touched in asm_remove_native_stackinfo*/
+
+       jsr     ra,asm_remove_native_stackinfo
+       ldgp    gp,0(ra)
+
+       ldq     itmp2,0(sp)     
+       ldq     pv,2*8(sp)
+       lda     sp,3*8(sp)
+       br      asm_handle_exception
+
+       .end asm_throw_and_handle_arrayindexoutofbounds_exception
+
+
+/* asm_throw_and_handle_arithmetic_exception ***********************************
+
+   DOCUMENT ME!
+
+*******************************************************************************/
+
+       .ent asm_throw_and_handle_arithmetic_exception
+
+asm_throw_and_handle_arithmetic_exception:
+       ldl     t0,0(ra)              /* load instruction LDA PV,xxx(RA)          */
+       sll     t0,48,t0
+       sra     t0,48,t0              /* isolate offset                           */
+       addq    t0,ra,pv              /* compute update address                   */
+       ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
+       srl     t0,16,t0              /* isolate instruction code                 */
+       lda     t0,-0x177b(t0)        /* test for LDAH                            */
+       bne     t0,asm_throw_and_handle_arithmetic_exception_cont
+       ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
+       sll     t0,16,t0              /* compute high offset                      */
+       addl    t0,0,t0               /* sign extend high offset                  */
+       addq    t0,pv,pv              /* compute update address                   */
+
+asm_throw_and_handle_arithmetic_exception_cont:
+       mov     sp,t0
+       lda     sp,-6*8(sp) /*prepare stackframe*/
+        stq     pv,5*8(sp)  /*pv of failure*/
+       stq     itmp1,4*8(sp) /*exception string of the exception*/
+       stq     xpc,3*8(sp) /*address of failure */
+       stq     t0,2*8(sp) /*store begin of java stack frame*/
+       stq     pv,1*8(sp) /*store pv of caller in structure*/
+       stq     zero,0*8(sp) /*builtin (invisible function)*/
+       jsr     ra,asm_prepare_native_stackinfo /* puts 2 additional quadwords on stack */
+       ldgp    gp,0(ra)
+
+       jsr     ra,new_arithmeticexception
+       ldgp    gp,0(ra)
+       mov     v0,itmp1 /*itmp1 is not touched in asm_remove_native_stackinfo*/
+
+       jsr ra,asm_remove_native_stackinfo
+       ldgp    gp,0(ra)
+
+       ldq itmp2,0(sp) 
+        ldq    pv,2*8(sp)
+       lda sp,3*8(sp)
+       br asm_handle_exception
+
+       .end asm_throw_and_handle_arithmetic_exception
+
+
+/* asm_throw_and_handle_exception **********************************************
+
+   DOCUMENT ME!!!
+
+*******************************************************************************/
+
+       .ent asm_throw_and_handle_nat_exception
+
+asm_throw_and_handle_nat_exception:
+       ldgp    gp,0(pv)
+       ldl     t0,0(ra)              /* load instruction LDA PV,xxx(RA)          */
+       sll     t0,48,t0
+       sra     t0,48,t0              /* isolate offset                           */
+       addq    t0,ra,pv              /* compute update address                   */
+       ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
+       srl     t0,16,t0              /* isolate instruction code                 */
+       lda     t0,-0x177b(t0)        /* test for LDAH                            */
+       bne     t0,asm_throw_and_handle_exception
+       ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
+       sll     t0,16,t0              /* compute high offset                      */
+       addl    t0,0,t0               /* sign extend high offset                  */
+       addq    t0,pv,pv              /* compute update address                   */
+
+       .aent asm_throw_and_handle_exception
+
+asm_throw_and_handle_exception:
+       mov     sp,t0
+       lda     sp,-6*8(sp)           /* prepare stackframe                       */
+       stq     pv,5*8(sp)            /* pv of failure                            */
+       stq     xptr,4*8(sp)          /* classname of the exception               */
+       stq     xpc,3*8(sp)           /* address of failure                       */
+       stq     t0,2*8(sp)            /* store begin of java stack frame          */
+       stq     pv,1*8(sp)            /* store pv of caller in structure          */
+       stq     zero,0*8(sp)          /* builtin (invisible function)             */
+                                     /* puts 2 additional quadwords on stack     */
+
+       br      ra,L_asm_throw_and_handle_exception_load_gp
+L_asm_throw_and_handle_exception_load_gp:
+       ldgp    gp,0(ra)              /* load gp (it's not set correctly in jit)  */
+
+       jsr     ra,asm_prepare_native_stackinfo
+       ldgp    gp,0(ra)
+
+       ldq     a0,6*8(sp)            /* classname of exception                   */
+       jsr     ra,new_exception
+       ldgp    gp,0(ra)
+
+       mov     v0,xptr               /* xptr (itmp1) is not touched in           */
+                                     /* asm_remove_native_stackinfo              */
+
+       jsr     ra,asm_remove_native_stackinfo
+       ldgp    gp,0(ra)
+
+       ldq     itmp2,0(sp)
+       ldq     pv,2*8(sp)
+       lda     sp,3*8(sp)
+       br      asm_handle_exception
+
+       .end asm_throw_and_handle_nat_exception
+
+
 /********************* function asm_handle_exception ***************************
 *                                                                              *
 *   This function handles an exception. It does not use the usual calling      *
@@ -471,6 +651,7 @@ noregchange:
 *******************************************************************************/
 
        .ent    asm_handle_nat_exception
+
 asm_handle_nat_exception:
        ldl     t0,0(ra)              /* load instruction LDA PV,xxx(RA)          */
        sll     t0,48,t0
@@ -479,13 +660,14 @@ asm_handle_nat_exception:
        ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
        srl     t0,16,t0              /* isolate instruction code                 */
        lda     t0,-0x177b(t0)        /* test for LDAH                            */
-       bne     t0,asm_handle_exception       
+       bne     t0,asm_handle_exception
        ldl     t0,4(ra)              /* load instruction LDAH PV,xxx(PV)         */
        sll     t0,16,t0              /* compute high offset                      */
        addl    t0,0,t0               /* sign extend high offset                  */
        addq    t0,pv,pv              /* compute update address                   */
 
        .aent    asm_handle_exception
+
 asm_handle_exception:
        lda     sp,-18*8(sp)          /* allocate stack                           */
        stq     t0,0*8(sp)            /* save possible used registers             */
@@ -567,7 +749,7 @@ ex_table_loop:
        br      ra,L_class_load_ra    /* set ra for gp loading                    */
 L_class_load_ra:
        ldgp    gp,0(ra)              /* load gp                                  */
-       jsr     ra,class_load         /* class_load(exceptionclass)               */
+       jsr     ra,load_class_bootstrap
 
        ldq     t0,0*8(sp)            /* restore used register                    */
        ldq     t1,1*8(sp)
@@ -598,7 +780,7 @@ L_class_loaded:
        br      ra,L_class_link_ra    /* set ra for gp loading                    */
 L_class_link_ra:
        ldgp    gp,0(ra)              /* load gp                                  */
-       jsr     ra,class_link         /* class_load(exceptionclass)               */
+       jsr     ra,link_class
 
        ldq     t0,0*8(sp)            /* restore used register                    */
        ldq     t1,1*8(sp)
@@ -663,6 +845,8 @@ empty_table:
 ex_already_cleared:
        ldl     t0,IsSync(pv)         /* t0 = SyncOffset                          */
        beq     t0,no_monitor_exit    /* if zero no monitorexit                   */
+
+#if defined(USE_THREADS)
        addq    sp,t0,t0              /* add stackptr to Offset                   */
        ldq     a0,-8(t0)             /* load monitorexit pointer                 */
 
@@ -688,6 +872,7 @@ ex_mon_load:
        ldq     pv,5*8(sp)
        ldq     ra,6*8(sp)
        lda     sp,7*8(sp)            /* deallocate stack                         */
+#endif
 
 no_monitor_exit:
        ldl     t0,FrameSize(pv)      /* t0 = frame size                          */
@@ -723,14 +908,14 @@ ex_flt1:
        negl    t1,t1                 /* negate register count                    */
        s4addq  t1,t2,t2              /* t2 = ex_flt_sav - 4 * register count     */
        jmp     zero,(t2)             /* jump to save position                    */
-       ldt     $f2,-64(t0)
-       ldt     $f3,-56(t0)
-       ldt     $f4,-48(t0)
-       ldt     $f5,-40(t0)
-       ldt     $f6,-32(t0)
-       ldt     $f7,-24(t0)
-       ldt     $f8,-16(t0)
-       ldt     $f9,-8(t0)
+       ldt     fs0,-64(t0)
+       ldt     fs1,-56(t0)
+       ldt     fs2,-48(t0)
+       ldt     fs3,-40(t0)
+       ldt     fs4,-32(t0)
+       ldt     fs5,-24(t0)
+       ldt     fs6,-16(t0)
+       ldt     fs7,-8(t0)
 ex_flt2:
        ldl     t0,0(ra)              /* load instruction LDA PV,xxx(RA)          */
        sll     t0,48,t0
@@ -749,130 +934,81 @@ ex_flt2:
        .end    asm_handle_nat_exception
 
 
-/********************* asm_check_clinit ****************************************
-*                                                                              *
-*   Does null check and calls monitorenter or throws an exception              *
-*                                                                              *
+/* asm_wrapper_patcher *********************************************************
+
+   XXX
+
+   Stack layout:
+        32   return address into JIT code (patch position)
+     24   pointer to virtual java_objectheader
+     16   machine code (which is patched back later)
+      8   unresolved class/method/field reference
+      0   patcher function pointer to call
+
+   ATTENTION: itmp3 == gp! But we don't need gp do call the patcher function.
+
 *******************************************************************************/
                
-    .ent    asm_check_clinit
+       .ent    asm_wrapper_patcher
 
-asm_check_clinit:
-       ldgp    gp,0(pv)
+asm_wrapper_patcher:
+       lda     sp,-(12+27+4)*8(sp)   /* create stack frame                       */
 
-       ldl             itmp2,offclassinit(itmp1)
-       bne             itmp2,L_is_initialized
-       
-       subq    sp,7*8,sp
-       stq             ra,0*8(sp)
-       stq             a0,1*8(sp)            /* save argument registers for leaf         */
-       stq             a1,2*8(sp)            /* functions and native stub                */
-       stq             a2,3*8(sp)
-       stq             a3,4*8(sp)
-       stq             a4,5*8(sp)
-       stq             a5,6*8(sp)
-               
-       mov             itmp1,a0
-       jsr             ra,class_init
+       SAVE_ARGUMENT_REGISTERS(0)    /* save 6 int/6 float argument registers    */
+       SAVE_TEMPORARY_REGISTERS(12)  /* save 11 int/16 float temporary registers */
+
+       stq     itmp1,(12+27+0)*8(sp) /* save itmp1                               */
+       stq     itmp2,(12+27+1)*8(sp) /* save itmp2                               */
+       stq     ra,(12+27+2)*8(sp)    /* save method return address (for leafs)   */
+       stq     pv,(12+27+3)*8(sp)    /* save pv of calling java function         */
+
+       lda     a0,(1+12+27+4)*8(sp)  /* pass sp, skip patcher function pointer   */
+       ldq     pv,(0+12+27+4)*8(sp)  /* get function pointer                     */
+       jmp     ra,(pv)               /* call the patcher function                */
+       ldgp    gp,0(ra)
                
-       ldgp    gp,0(ra)
-       ldq             ra,0*8(sp)
-       ldq             a0,1*8(sp)            /* restore argument registers               */
-       ldq             a1,2*8(sp)
-       ldq             a2,3*8(sp)
-       ldq             a3,4*8(sp)
-       ldq             a4,5*8(sp)
-       ldq             a5,6*8(sp)
-       addq    sp,7*8,sp
-
-       beq     v0,L_initializererror
-
-L_is_initialized:
-       mov     ra,itmp1              /* now patch the calling code               */
-       subq    itmp1,(3*4),itmp1     /* go back 3 instructions                   */
-       ldah    itmp2,-15392(zero)    /* br -- 0xc3e0 == -15392                   */
-       lda     itmp2,4(itmp2)        /* jump over 4 instructions                 */
-       stl     itmp2,0(itmp1)        /* store the new branch: br +4              */
-
-       jmp             zero,(ra)
-
-L_initializererror:
-#if defined(USE_THREADS) && defined(NATIVE_THREADS)
-       subq    sp,1*8,sp
-       stq     ra,0*8(sp)
-       jsr     ra,builtin_asm_get_exceptionptrptr
-       ldq     ra,0*8(sp)
-       addq    sp,1*8,sp
-       ldq     xptr,0(v0)            /* get the exception pointer                */
-       stq     zero,0(v0)            /* clear the exception pointer              */
-#else
-       lda     itmp3,_exceptionptr
-       ldq     xptr,0(itmp3)
-       stq     zero,0(itmp3)
-#endif
+       RESTORE_ARGUMENT_REGISTERS(0) /* restore 6 int/6 float argument registers */
+       RESTORE_TEMPORARY_REGISTERS(12)/* restore 11 integer temporary registers  */
 
-       subq    ra,4,xpc
-       br      asm_handle_nat_exception
+       ldq     itmp1,(12+27+0)*8(sp) /* restore itmp1                            */
+       ldq     itmp2,(12+27+1)*8(sp) /* restore itmp2                            */
+       ldq     ra,(12+27+2)*8(sp)    /* restore method return address (for leafs)*/
+       ldq     pv,(12+27+3)*8(sp)    /* restore pv of calling java function      */
 
-       .end    asm_check_clinit
+       ldq     itmp3,(4+12+27+4)*8(sp)/* get return address (into JIT code)      */
+       lda     sp,(5+12+27+4)*8(sp)  /* remove stack frame                       */
 
-               
-/********************* function asm_builtin_monitorenter ***********************
-*                                                                              *
-*   Does null check and calls monitorenter or throws an exception              *
-*                                                                              *
-*******************************************************************************/
+       beq     v0,L_asm_wrapper_patcher_exception
 
-       .ent    asm_builtin_monitorenter
-asm_builtin_monitorenter:
-       ldgp    gp,0(pv)
-       lda     pv,builtin_monitorenter
-       beq     a0,nb_monitorenter        /* if (null) throw exception            */
-       jmp     zero,(pv)                 /* else call builtin_monitorenter       */
-
-nb_monitorenter:
-       subq    sp,8,sp
-    stq     ra,0(sp)
-       ldq     a0,string_java_lang_NullPointerException
-    jsr     ra,new_exception_message
-    ldgp    gp,0(ra)
-       mov     v0,xptr
-    ldq     ra,0(sp)
-       addq    sp,8,sp
-       
-       lda     xpc,-4(ra)                /* faulting address is return adress - 4*/
-       br      asm_handle_nat_exception
-       .end    asm_builtin_monitorenter
+       jmp     zero,(itmp3)          /* jump to new patched code                 */
 
+L_asm_wrapper_patcher_exception:
+       mov     itmp3,xpc             /* return address into JIT code is xpc      */
 
-/********************* function asm_builtin_monitorexit ************************
-*                                                                              *
-*   Does null check and calls monitorexit or throws an exception               *
-*                                                                              *
-*******************************************************************************/
+       br      itmp1,L_asm_wrapper_patcher_exception_load_gp
+L_asm_wrapper_patcher_exception_load_gp:
+       ldgp    gp,0(itmp1)           /* itmp3 == gp, load the current gp         */
 
-       .ent    asm_builtin_monitorexit
-asm_builtin_monitorexit:
-       ldgp    gp,0(pv)
-       lda     pv,builtin_monitorexit
-       beq     a0,nb_monitorexit         /* if (null) throw exception            */
-       jmp     zero,(pv)                 /* else call builtin_monitorexit        */
-
-nb_monitorexit:
-       subq    sp,8,sp
-    stq     ra,0(sp)
-       ldq     a0,string_java_lang_NullPointerException
-    jsr     ra,new_exception_message
-    ldgp    gp,0(ra)
-       mov     v0,xptr
-    ldq     ra,0(sp)
-       addq    sp,8,sp
-       
-       lda     xpc,-4(ra)                /* faulting address is return adress - 4*/
-       br      asm_handle_nat_exception
-       .end    asm_builtin_monitorexit
+#if defined(USE_THREADS) && defined(NATIVE_THREADS)
+       subq    sp,3*8,sp
+       stq     xpc,0*8(sp)           /* save return address (xpc)                */
+       stq     ra,1*8(sp)
+       stq     pv,2*8(sp)
+       jsr     ra,builtin_asm_get_exceptionptrptr
+       ldq     xpc,0*8(sp)           /* restore return address (xpc)             */
+       ldq     ra,1*8(sp)
+       ldq     pv,2*8(sp)
+       addq    sp,3*8,sp
+#else
+       lda     v0,_exceptionptr
+#endif
+       ldq     xptr,0(v0)            /* get the exception pointer                */
+       stq     zero,0(v0)            /* clear the exception pointer              */
+       br      asm_handle_exception  /* we have the pv of the calling java func. */
 
+       .end    asm_wrapper_patcher
 
+               
 /************************ function asm_builtin_idiv ****************************
 *                                                                              *
 *   Does null check and calls idiv or throws an exception                      *
@@ -888,18 +1024,9 @@ asm_builtin_idiv:
        jmp     zero,(pv)                 /* else call builtin_idiv               */
 
 nb_idiv:
-       subq    sp,8,sp
-       stq     ra,0(sp)
-       ldq     a0,string_java_lang_ArithmeticException
-       ldq     a1,string_java_lang_ArithmeticException_message
-       jsr     ra,new_exception_message
-       ldgp    gp,0(ra)
-       mov     v0,xptr
-       ldq     ra,0(sp)
-       addq    sp,8,sp
-       
+       ldq     xptr,string_java_lang_ArithmeticException_message
        lda     xpc,-4(ra)                /* faulting address is return adress - 4*/
-       br      asm_handle_nat_exception
+       br      asm_throw_and_handle_arithmetic_exception
 
        .end    asm_builtin_idiv
 
@@ -919,18 +1046,9 @@ asm_builtin_ldiv:
        jmp     zero,(pv)                 /* else call builtin_ldiv               */
 
 nb_ldiv:
-       subq    sp,8,sp
-       stq     ra,0(sp)
-       ldq     a0,string_java_lang_ArithmeticException
-       ldq     a1,string_java_lang_ArithmeticException_message
-       jsr     ra,new_exception_message
-       ldgp    gp,0(ra)
-       mov     v0,xptr
-       ldq     ra,0(sp)
-       addq    sp,8,sp
-
+       ldq     xptr,string_java_lang_ArithmeticException_message
        lda     xpc,-4(ra)                /* faulting address is return adress - 4*/
-       br      asm_handle_nat_exception
+       br      asm_throw_and_handle_arithmetic_exception
 
        .end    asm_builtin_ldiv
 
@@ -950,18 +1068,9 @@ asm_builtin_irem:
        jmp     zero,(pv)                 /* else call builtin_irem               */
 
 nb_irem:
-       subq    sp,8,sp
-       stq     ra,0(sp)
-       ldq     a0,string_java_lang_ArithmeticException
-       ldq     a1,string_java_lang_ArithmeticException_message
-       jsr     ra,new_exception_message
-       ldgp    gp,0(ra)
-       mov     v0,xptr
-       ldq     ra,0(sp)
-       addq    sp,8,sp
-
+       ldq     xptr,string_java_lang_ArithmeticException_message
        lda     xpc,-4(ra)                /* faulting address is return adress - 4*/
-       br      asm_handle_nat_exception
+       br      asm_throw_and_handle_arithmetic_exception
 
        .end    asm_builtin_irem
 
@@ -981,36 +1090,27 @@ asm_builtin_lrem:
        jmp     zero,(pv)                 /* else call builtin_lrem               */
 
 nb_lrem:
-       subq    sp,8,sp
-       stq     ra,0(sp)
-       ldq     a0,string_java_lang_ArithmeticException
-       ldq     a1,string_java_lang_ArithmeticException_message
-       jsr     ra,new_exception_message
-       ldgp    gp,0(ra)
-       mov     v0,xptr
-       ldq     ra,0(sp)
-       addq    sp,8,sp
-
+       ldq     xptr,string_java_lang_ArithmeticException_message
        lda     xpc,-4(ra)                /* faulting address is return adress - 4*/
-       br      asm_handle_nat_exception
+       br      asm_throw_and_handle_arithmetic_exception
 
        .end    asm_builtin_lrem
 
 
-/******************* function asm_builtin_checkarraycast ***********************
-*                                                                              *
-*   Does the cast check and eventually throws an exception                     *
-*                                                                              *
+/* asm_builtin_arraycheckcast **************************************************
+
+   Does the cast check and eventually throws an exception.
+
 *******************************************************************************/
 
-       .ent    asm_builtin_checkarraycast
+       .ent    asm_builtin_arraycheckcast
 
-asm_builtin_checkarraycast:
+asm_builtin_arraycheckcast:
        ldgp    gp,0(pv)
        lda     sp,-16(sp)                /* allocate stack space                 */
        stq     ra,0(sp)                  /* save return address                  */
        stq     a0,8(sp)                  /* save object pointer                  */
-       jsr     ra,builtin_checkarraycast /* builtin_checkarraycast               */
+       jsr     ra,builtin_arraycheckcast
        ldgp    gp,0(ra)
        beq     v0,nb_carray_throw        /* if (false) throw exception           */
        ldq     ra,0(sp)                  /* restore return address               */
@@ -1019,6 +1119,12 @@ asm_builtin_checkarraycast:
        jmp     zero,(ra)
 
 nb_carray_throw:
+       ldq     ra,0(sp)
+       lda     sp,16(sp)
+       lda     xpc,-4(ra)
+       ldq     xptr,string_java_lang_ClassCastException
+       jmp     zero,asm_throw_and_handle_nat_exception
+#if 0
        ldq     a0,string_java_lang_ClassCastException
     jsr     ra,new_exception
     ldgp    gp,0(ra)
@@ -1028,8 +1134,9 @@ nb_carray_throw:
        lda     sp,16(sp)                 /* free stack space                     */
        lda     xpc,-4(ra)                /* faulting address is return adress - 4*/
        br      asm_handle_nat_exception
+#endif
 
-       .end    asm_builtin_checkarraycast
+       .end    asm_builtin_arraycheckcast
 
 
 /******************* function asm_builtin_aastore ******************************
@@ -1062,11 +1169,14 @@ asm_builtin_aastore:
        stq     a1,offobjarrdata(a0)      /* store objectptr in array             */
        jmp     zero,(ra)
 
-nb_aastore_null:       
+nb_aastore_null:
+       ldq     xptr,string_java_lang_NullPointerException
+       mov     ra,xpc
+       jmp     zero,asm_throw_and_handle_nat_exception
+#if 0  
        subq    sp,8,sp                   /* allocate stack space                 */
        stq     ra,0(sp)                  /* save return address                  */
-       ldq     a0,string_java_lang_NullPointerException
-    jsr     ra,new_exception
+    jsr     ra,new_nullpointerexception
     ldgp    gp,0(ra)
        mov     v0,xptr
        ldq     ra,0(sp)
@@ -1074,8 +1184,14 @@ nb_aastore_null:
 
        mov     ra,xpc                    /* faulting address is return adress    */
        br      asm_handle_nat_exception
-
+#endif
 nb_aastore_bound:
+       ldq     ra,0(sp)
+       lda     sp,24(sp)
+       mov     ra,xpc
+       mov     a1,xptr
+       jmp     zero,asm_throw_and_handle_arrayindexoutofbounds_exception
+#if 0
        ldq     a0,string_java_lang_ArrayIndexOutOfBoundsException
     jsr     ra,new_exception_int      /* a1 already contains the index        */
     ldgp    gp,0(ra)
@@ -1085,12 +1201,15 @@ nb_aastore_bound:
        lda     sp,24(sp)                 /* free stack space                     */
        mov     ra,xpc                    /* faulting address is return adress    */
        br      asm_handle_nat_exception
-
+#endif
 nb_aastore_throw:
+       mov     ra,xpc
+       ldq     xptr,string_java_lang_ArrayStoreException
+       jmp     zero,asm_throw_and_handle_nat_exception
+#if 0
        subq    sp,8,sp                   /* allocate stack space                 */
        stq     ra,0(sp)                  /* save return address                  */
-       ldq     a0,string_java_lang_ArrayStoreException
-    jsr     ra,new_exception
+    jsr     ra,new_arraystoreexception
     ldgp    gp,0(ra)
        mov     v0,xptr
        ldq     ra,0(sp)
@@ -1098,7 +1217,7 @@ nb_aastore_throw:
 
        mov     ra,xpc                    /* faulting address is return adress    */
        br      asm_handle_nat_exception
-
+#endif
        .end    asm_builtin_aastore
 
 
@@ -1153,14 +1272,14 @@ asm_perform_threadswitch:
        stq     s4, 32(sp)
        stq     s5, 40(sp)
        stq     s6, 48(sp)
-       stt     sf0, 56(sp)
-       stt     sf1, 64(sp)
-       stt     sf2, 72(sp)
-       stt     sf3, 80(sp)
-       stt     sf4, 88(sp)
-       stt     sf5, 96(sp)
-       stt     sf6, 104(sp)
-       stt     sf7, 112(sp)
+       stt     fs0, 56(sp)
+       stt     fs1, 64(sp)
+       stt     fs2, 72(sp)
+       stt     fs3, 80(sp)
+       stt     fs4, 88(sp)
+       stt     fs5, 96(sp)
+       stt     fs6, 104(sp)
+       stt     fs7, 112(sp)
        stq     ra, 120(sp)
        stq     sp, 0(a0)
        stq     sp, 0(a2)
@@ -1172,14 +1291,14 @@ asm_perform_threadswitch:
        ldq     s4, 32(sp)
        ldq     s5, 40(sp)
        ldq     s6, 48(sp)
-       ldt     sf0, 56(sp)
-       ldt     sf1, 64(sp)
-       ldt     sf2, 72(sp)
-       ldt     sf3, 80(sp)
-       ldt     sf4, 88(sp)
-       ldt     sf5, 96(sp)
-       ldt     sf6, 104(sp)
-       ldt     sf7, 112(sp)
+       ldt     fs0, 56(sp)
+       ldt     fs1, 64(sp)
+       ldt     fs2, 72(sp)
+       ldt     fs3, 80(sp)
+       ldt     fs4, 88(sp)
+       ldt     fs5, 96(sp)
+       ldt     fs6, 104(sp)
+       ldt     fs7, 112(sp)
        ldq     ra, 120(sp)
        mov     ra, pv
        addq    sp, 128, sp
@@ -1227,14 +1346,14 @@ asm_switchstackandcall:
 asm_getclassvalues_atomic:
 _crit_restart2:
 _crit_begin2:
-       ldq t0,offbaseval(a0)
-       ldq t1,offdiffval(a0)
-       ldq t2,offbaseval(a1)
+       ldl     t0,offbaseval(a0)
+       ldl     t1,offdiffval(a0)
+       ldl     t2,offbaseval(a1)
 _crit_end2:
-       stq t0,offcast_super_baseval(a2)
-       stq t1,offcast_super_diffval(a2)
-       stq t2,offcast_sub_baseval(a2)
-       jmp zero,(ra)
+       stl     t0,offcast_super_baseval(a2)
+       stl     t1,offcast_super_diffval(a2)
+       stl     t2,offcast_sub_baseval(a2)
+       jmp      zero,(ra)
 
        .end    asm_getclassvalues_atomic
 
@@ -1242,14 +1361,38 @@ _crit_end2:
 
 asm_criticalsections:
 #if defined(USE_THREADS) && defined(NATIVE_THREADS)
-    .quad _crit_begin1
-    .quad _crit_end1
-    .quad _crit_restart1
-    .quad _crit_begin2
-    .quad _crit_end2
-    .quad _crit_restart2
+    .quad   _crit_begin1
+    .quad   _crit_end1
+    .quad   _crit_restart1
+    .quad   _crit_begin2
+    .quad   _crit_end2
+    .quad   _crit_restart2
 #endif
-    .long 0
+    .quad   0
+
+
+       .ent asm_prepare_native_stackinfo
+asm_prepare_native_stackinfo:
+       lda sp,-24(sp)
+       stq ra,0(sp)
+       jsr ra,builtin_asm_get_stackframeinfo
+       stq v0,16(sp)
+       ldq t0,0(v0)
+       stq t0,8(sp)
+       ldq ra,0(sp)
+       lda sp,8(sp)
+       stq sp,0(v0)
+       ret
+       .end asm_prepare_native_stackinfo
+
+       .ent asm_remove_native_stackinfo
+asm_remove_native_stackinfo:
+       ldq t0,0(sp)
+       ldq t1,8(sp)
+       stq t0,0(t1)
+       lda sp,40(sp)
+       ret
+       .end asm_remove_native_stackinfo
 
 /*
  * These are local overrides for various environment variables in Emacs.