Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2010-05-30 10:53:49 +0400
committerjfrijters <jfrijters>2010-05-30 10:53:49 +0400
commitce4dfa49da2f91d7aac74a908cef39959858e9bc (patch)
treea9c209ea449bdfb459c5ade94f0ff8b3a4ef0818 /openjdk/map.xml
parent64563f9af910ba94f7fbed06b0b7f6d2d757f6b0 (diff)
Removed exception mapping methods from Throwable and consolidated into a single method (actually, two methods, but the dynamic one should not be necessary and should be removed later).
Diffstat (limited to 'openjdk/map.xml')
-rw-r--r--openjdk/map.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/openjdk/map.xml b/openjdk/map.xml
index f0e78c34..2893f924 100644
--- a/openjdk/map.xml
+++ b/openjdk/map.xml
@@ -943,31 +943,6 @@
<exceptionMapping />
</body>
</method>
- <method name="__&lt;map&gt;" sig="(Ljava.lang.Throwable;Z)Ljava.lang.Throwable;" modifiers="public static">
- <attribute type="IKVM.Attributes.HideFromJavaAttribute" sig="()V" />
- <attribute type="System.ComponentModel.EditorBrowsableAttribute" sig="(Lcli.System.ComponentModel.EditorBrowsableState;)V">
- <parameter>Never</parameter>
- </attribute>
- <body>
- <ldarg_0 />
- <ldarg_1 />
- <call type="IKVM.Internal.ExceptionHelper" name="MapExceptionFast" sig="(Ljava.lang.Throwable;Z)Ljava.lang.Throwable;" />
- <ret />
- </body>
- </method>
- <method name="__&lt;map&gt;" sig="(Ljava.lang.Throwable;Lcli.System.Type;Z)Ljava.lang.Throwable;" modifiers="public static">
- <attribute type="IKVM.Attributes.HideFromJavaAttribute" sig="()V" />
- <attribute type="System.ComponentModel.EditorBrowsableAttribute" sig="(Lcli.System.ComponentModel.EditorBrowsableState;)V">
- <parameter>Never</parameter>
- </attribute>
- <body>
- <ldarg_0 />
- <ldarg_1 />
- <ldarg_2 />
- <call type="IKVM.Internal.ExceptionHelper" name="MapException" sig="(Ljava.lang.Throwable;Lcli.System.Type;Z)Ljava.lang.Throwable;" />
- <ret />
- </body>
- </method>
<method name="__&lt;unmap&gt;" sig="(Ljava.lang.Throwable;)Ljava.lang.Throwable;" modifiers="public static">
<attribute type="IKVM.Attributes.HideFromJavaAttribute" sig="()V" />
<attribute type="System.ComponentModel.EditorBrowsableAttribute" sig="(Lcli.System.ComponentModel.EditorBrowsableState;)V">