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>2004-12-02 11:43:05 +0300
committerjfrijters <jfrijters>2004-12-02 11:43:05 +0300
commitb8229f78cc743367867392a523d8b3a856a2fc27 (patch)
tree7d16eac06578fdd207b5ee08d8f2817142f6f487 /classpath/java/lang/ExceptionHelper.java
parentef5c340d43cefb6cd46888c6ddbbcc4772e400cf (diff)
*** empty log message ***
Diffstat (limited to 'classpath/java/lang/ExceptionHelper.java')
-rw-r--r--classpath/java/lang/ExceptionHelper.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/classpath/java/lang/ExceptionHelper.java b/classpath/java/lang/ExceptionHelper.java
index 00756634..3c545862 100644
--- a/classpath/java/lang/ExceptionHelper.java
+++ b/classpath/java/lang/ExceptionHelper.java
@@ -171,6 +171,7 @@ public final class ExceptionHelper
(System_Reflection_MethodBase.IsAssignableFrom(m.get_DeclaringType())
|| m.get_DeclaringType().get_FullName().startsWith("java.lang.ExceptionHelper")
|| m.get_DeclaringType().get_FullName().equals("System.RuntimeMethodHandle")
+ || m.get_DeclaringType().get_FullName().equals("java.lang.LibraryVMInterfaceImpl")
|| IsHideFromJava(m)
|| IsPrivateScope(m))) // NOTE we assume that privatescope methods are always stubs that we should exclude
{