From: <pcm...@us...> - 2007-08-10 23:04:59
|
Revision: 509 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=509&view=rev Author: pcmehlitz Date: 2007-08-10 16:04:58 -0700 (Fri, 10 Aug 2007) Log Message: ----------- * added a little escape analysis to the TS execution mode, keeping track of PUTFIELDs that store references which can reach the test object * with this, added a filter for methods that use a relevant reference as argument, implemented this for INVOKEVIRTUAL and INVOKESPECIAL all other methods are now skipped, except of simulating returns Modified Paths: -------------- trunk/extensions/symts/src/gov/nasa/jpf/ts/TSInstructionFactory.java trunk/extensions/symts/src/gov/nasa/jpf/ts/TSVM.java trunk/src/gov/nasa/jpf/jvm/StackFrame.java trunk/src/gov/nasa/jpf/jvm/ThreadInfo.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |