From: <pc...@us...> - 2009-03-18 00:25:45
|
Revision: 1287 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1287&view=rev Author: pcorina Date: 2009-03-18 00:25:36 +0000 (Wed, 18 Mar 2009) Log Message: ----------- added handling of sub-classing in lazy initialization still we do not create a new object for all the possible types (too expensive) fixed bugs in GETSTATIC (ClassInfo was used instead of typeClassInfo) Modified Paths: -------------- trunk/extensions/symbc/src/gov/nasa/jpf/symbc/JPF_gov_nasa_jpf_symbc_Debug.java trunk/extensions/symbc/src/gov/nasa/jpf/symbc/SymbolicInstructionFactory.java trunk/extensions/symbc/src/gov/nasa/jpf/symbc/bytecode/GETFIELD.java trunk/extensions/symbc/src/gov/nasa/jpf/symbc/bytecode/GETSTATIC.java trunk/extensions/symbc/src/gov/nasa/jpf/symbc/heap/HeapNode.java trunk/extensions/symbc/src/gov/nasa/jpf/symbc/heap/Helper.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |