From: <fra...@us...> - 2009-04-21 10:48:15
|
Revision: 1423 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1423&view=rev Author: frankrimlinger Date: 2009-04-21 10:48:00 +0000 (Tue, 21 Apr 2009) Log Message: ----------- Work on reflective target launcher in progress. NullPointerException insider of Symboliclistenr.instructionExecuted. This happens during the processing of INVOKEVIRTUAL for the target method. There might be an issue since this instruction was generated by reflection. Hopefully I will not have to tweak anything outside of mango. I settled on file i/o to pass the arguments to the main() routine. I really wanted to use a listener, but this would still involve modifying the constant pool, and there was just no need to go there. Modified Paths: -------------- branches/mango/MangoJPF/javapathfinder-trunk-MIRROR/mango/symbc/MangoTargetLauncher.java Added Paths: ----------- branches/mango/MangoJPF/javapathfinder-trunk-MIRROR/mainArgFile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |