* builtintable_internal: Removed ICMD_CHECKCAST.
authortwisti <none@none>
Thu, 12 Jan 2006 21:55:07 +0000 (21:55 +0000)
committertwisti <none@none>
Thu, 12 Jan 2006 21:55:07 +0000 (21:55 +0000)
src/vm/builtintable.inc

index 8e0f886f6f2ff2e65fb57f5382f93185cf802500..0e0ee9aeb1ad68c6d680b295576fe9943f451d0c 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: builtintable.inc 4130 2006-01-10 21:58:12Z twisti $
+   $Id: builtintable.inc 4167 2006-01-12 21:55:07Z twisti $
 
 */
 
@@ -234,17 +234,6 @@ static builtintable_entry builtintable_internal[] = {
                NULL
        },
 #endif
-
-
-       /* assembler code patching functions **************************************/
-
-       {
-               ICMD_CHECKCAST,
-               PATCHER_builtin_arraycheckcast,
-               "([Ljava/lang/Class;[Ljava/lang/Class;)[Ljava/lang/Object;",
-               "arraycheckcast (NOT RESOLVED)",
-               NULL
-       },
 };