JavaNativeMethodImpl_OpenJDK6.st
branchopenjdk7-support
changeset 2044 15d698503afe
parent 2036 9c8c02899a2f
child 2046 3309a3bc8615
--- a/JavaNativeMethodImpl_OpenJDK6.st	Fri Feb 08 01:21:22 2013 +0100
+++ b/JavaNativeMethodImpl_OpenJDK6.st	Fri Feb 08 01:31:44 2013 +0100
@@ -10190,7 +10190,7 @@
     (java_lang_Throwable notNil and:[(exceptionObject isKindOf: java_lang_Throwable) not]) ifTrue: [
         self error:'Thrown object is not a java.lang.Throwable'.
     ].
-    con := thisContext sender.
+    con := self nativeContext sender.
 
     "/
     "/ we are not interrested in all intermediate Exception frames ...
@@ -10219,7 +10219,7 @@
     "Created: / 04-01-1998 / 14:27:40 / cg"
     "Modified: / 08-05-1998 / 21:29:53 / cg"
     "Modified: / 21-10-2011 / 13:41:48 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
-    "Modified: / 28-10-2011 / 22:15:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-02-2013 / 01:27:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 _java_lang_Throwable_getStackTraceDepth: this