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>2011-09-29 09:56:50 +0400
committerjfrijters <jfrijters>2011-09-29 09:56:50 +0400
commit7c7e061ed26cdde0e80c14c6c313d5ccbd93cf9b (patch)
tree3e67e387f8e477e31a9c6525bf9b1a1e4375f90b /openjdk/map.xml
parent90faaee89ef6805e68b3c8484bfbc3e643a9668c (diff)
Don't map System.Security.VerificationException to java.lang.VerifyError.
Diffstat (limited to 'openjdk/map.xml')
-rw-r--r--openjdk/map.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/openjdk/map.xml b/openjdk/map.xml
index 1d811fe5..904a2ff0 100644
--- a/openjdk/map.xml
+++ b/openjdk/map.xml
@@ -2826,7 +2826,6 @@
</exception>
<exception src="System.ArrayTypeMismatchException" dst="java.lang.ArrayStoreException" />
<exception src="System.StackOverflowException" dst="java.lang.StackOverflowError" />
- <exception src="System.Security.VerificationException" dst="java.lang.VerifyError" />
<exception src="System.Threading.ThreadAbortException" dst="java.lang.ThreadDeath">
<code>
<castclass type="System.Threading.ThreadAbortException" />