* src/native/jni.c (_Jv_jni_vmargs_from_objectarray): Indent.
authortwisti <none@none>
Sun, 10 Jun 2007 19:30:25 +0000 (19:30 +0000)
committertwisti <none@none>
Sun, 10 Jun 2007 19:30:25 +0000 (19:30 +0000)
configure.ac
src/native/jni.c
src/vm/exceptions.c
src/vm/exceptions.h
src/vm/jit/s390/emit.c
src/vmcore/linker.h
src/vmcore/utf8.c
src/vmcore/utf8.h

index f4d3f8000a2a1891efd711c5d09fb4dab0f44df0..a725e4f62eff63f8146915eedb2bc883b644daa2 100644 (file)
@@ -22,7 +22,7 @@ dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 dnl 02110-1301, USA.
 dnl 
-dnl $Id: configure.ac 8050 2007-06-08 20:04:34Z twisti $
+dnl $Id: configure.ac 8056 2007-06-10 14:49:57Z michi $
 
 dnl Process this file with autoconf to produce a configure script.
 
index 6f6529d9ea76c543213b4960d5fb8c0dd224b9c1..388dda4f8ca998136d31839c1e81d5622e3522e2 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: jni.c 8045 2007-06-07 21:52:21Z twisti $
+   $Id: jni.c 8058 2007-06-10 19:30:25Z twisti $
 
 */
 
@@ -389,27 +389,27 @@ static bool _Jv_jni_vmargs_from_objectarray(java_objectheader *o,
                        }
                        break;
                
-                       case TYPE_ADR:
-                               if (!resolve_class_from_typedesc(paramtypes, true, true, &c))
-                                       return false;
-
-                               if (params->data[j] != 0) {
-                                       if (paramtypes->arraydim > 0) {
-                                               if (!builtin_arrayinstanceof(params->data[j], c))
-                                                       goto illegal_arg;
-
-                                       } else {
-                                               if (!builtin_instanceof(params->data[j], c))
-                                                       goto illegal_arg;
-                                       }
+               case TYPE_ADR:
+                       if (!resolve_class_from_typedesc(paramtypes, true, true, &c))
+                               return false;
+
+                       if (params->data[j] != 0) {
+                               if (paramtypes->arraydim > 0) {
+                                       if (!builtin_arrayinstanceof(params->data[j], c))
+                                               goto illegal_arg;
+
+                               } else {
+                                       if (!builtin_instanceof(params->data[j], c))
+                                               goto illegal_arg;
                                }
+                       }
 
-                               vmargs[i].type   = TYPE_ADR;
-                               vmargs[i].data.l = (u8) (ptrint) params->data[j];
-                               break;
+                       vmargs[i].type   = TYPE_ADR;
+                       vmargs[i].data.l = (u8) (ptrint) params->data[j];
+                       break;
 
-                       default:
-                               goto illegal_arg;
+               default:
+                       goto illegal_arg;
                }
        }
 
index f2adb8830c2f62c085faad44d78d5eabe7dc39de..79dca438c8ca953ade9307b6a5c90e75786e8f3b 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: exceptions.c 8048 2007-06-07 22:41:54Z twisti $
+   $Id: exceptions.c 8056 2007-06-10 14:49:57Z michi $
 
 */
 
index 89166dde3c46a8a34e4f2a18e87a6f11497f9a24..bd58a9270697b36e5a7a56d09870e62941c5f318 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: exceptions.h 8047 2007-06-07 22:20:37Z twisti $
+   $Id: exceptions.h 8056 2007-06-10 14:49:57Z michi $
 
 */
 
index 13e768fc0067c75d2595c1e79adeee1016ce48c2..02f961863dfb0e7b5e32afc7651ad62e9b5fd20b 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: emit.c 8046 2007-06-07 22:02:16Z pm $
+   $Id: emit.c 8056 2007-06-10 14:49:57Z michi $
 
 */
 
index 149c6083a7ef5b60e5186eab4db7d1f4310bb5ef..1035798f6107248036ddbb0d5a77d440b49624bc 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: linker.h 8042 2007-06-07 17:43:29Z twisti $
+   $Id: linker.h 8056 2007-06-10 14:49:57Z michi $
 */
 
 
index e1ea629ca12fa8a4c5341f3823e3dbe66fe8d94f..4e045fdf361abc7b119ee14971c533ea76f0d2bc 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: utf8.c 8048 2007-06-07 22:41:54Z twisti $
+   $Id: utf8.c 8056 2007-06-10 14:49:57Z michi $
 
 */
 
index b966e5f4eecfb7715bc49e5a94472f851e4b24b2..83f990b0954a171d7cafcb5790a832433560bf23 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: utf8.h 8048 2007-06-07 22:41:54Z twisti $
+   $Id: utf8.h 8056 2007-06-10 14:49:57Z michi $
 
 */