src/JavaVM.st
branchjk_new_structure
changeset 1017 23971b5214d8
parent 1016 2b20730b8717
child 1021 8ae6c261878a
--- a/src/JavaVM.st	Sun Oct 09 21:47:18 2011 +0000
+++ b/src/JavaVM.st	Sun Oct 09 21:56:42 2011 +0000
@@ -6707,7 +6707,7 @@
 _java_security_AccessController_doPrivileged: aJavaContext 
     <javanative: 'java/security/AccessController' name: 'doPrivileged'>
     "we don't care about permissions, we will just allow this. Now it's guaranteed that called code will not perform access permission checks"
-    aJavaContext stackFrame printString infoPrintCR.
+    
     JavaVM privilegedAccessQuery answer: true
         do: [
             (aJavaContext argAt: 1) printString infoPrintCR.
@@ -6715,7 +6715,7 @@
         ].
 
     "Created: / 20-10-2010 / 12:31:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 09-10-2011 / 23:27:39 / Marcel Hlopko <hlopik@gmail.com>"
+    "Modified: / 09-10-2011 / 23:56:31 / Marcel Hlopko <hlopik@gmail.com>"
 !
 
 _java_security_AccessController_getStackAccessControlContext: nativeContext