From: <pcm...@us...> - 2007-08-13 21:25:21
|
Revision: 511 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=511&view=rev Author: pcmehlitz Date: 2007-08-13 14:25:13 -0700 (Mon, 13 Aug 2007) Log Message: ----------- * more TS mode changes: some missing INVOKEx interceptions, consistent ATHROW and VM.handleException treatment (ATHROW should use the same criteria) a real problem are skipping generic method calls, since we don't know about the expected type. It's now using the heuristic that such a call is usually followed by a CHECKCAST, but that's only empirical observation. Anyways, with this, TestUnprotectedRW works again * added CHECKCAST.getTypeName() for better inspection Modified Paths: -------------- trunk/extensions/symts/src/gov/nasa/jpf/ts/ATHROW.java trunk/extensions/symts/src/gov/nasa/jpf/ts/TSInstructionFactory.java trunk/extensions/symts/src/gov/nasa/jpf/ts/TSVM.java trunk/extensions/symts/test/gov/nasa/jpf/ts/TestUnprotectedRW.java trunk/src/gov/nasa/jpf/jvm/bytecode/CHECKCAST.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |