Bugfix in native: fillInBacktrace. openjdk7-support
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 08 Feb 2013 10:40:02 +0100
branchopenjdk7-support
changeset 2048 7d86bfb97bfc
parent 2047 a9663b617b2a
child 2049 17a00367b040
Bugfix in native: fillInBacktrace.
JavaNativeMethodImpl_OpenJDK6.st
--- a/JavaNativeMethodImpl_OpenJDK6.st	Fri Feb 08 10:27:20 2013 +0100
+++ b/JavaNativeMethodImpl_OpenJDK6.st	Fri Feb 08 10:40:02 2013 +0100
@@ -10191,7 +10191,7 @@
     (java_lang_Throwable notNil and:[(exceptionObject isKindOf: java_lang_Throwable) not]) ifTrue: [
         self error:'Thrown object is not a java.lang.Throwable'.
     ].
-    con := self nativeContext sender.
+    con := "self nativeContext"thisContext sender.
 
     "/
     "/ we are not interrested in all intermediate Exception frames ...