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>2008-08-14 10:51:32 +0400
committerjfrijters <jfrijters>2008-08-14 10:51:32 +0400
commit21c028191cd12f1fbec5c20eacec1dc6005a0492 (patch)
tree33132e5c759daa2229cf822206e0eee9f79ddad8 /openjdk/map.xml
parent714af027ed3053ba306b3421441864846a0b992c (diff)
Moved generated exception mapping code from ExceptionHelper to Throwable and made it slightly less hacky.
Diffstat (limited to 'openjdk/map.xml')
-rw-r--r--openjdk/map.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/openjdk/map.xml b/openjdk/map.xml
index c068130c..90b994eb 100644
--- a/openjdk/map.xml
+++ b/openjdk/map.xml
@@ -925,6 +925,12 @@
<ret />
</body>
</method>
+ <method name="__mapImpl" sig="(Ljava.lang.Throwable;)Ljava.lang.Throwable;" modifiers="static">
+ <body>
+ <!-- this emits the conversion code based on the <exceptionMappings /> defined below -->
+ <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">