From: <pcm...@us...> - 2008-08-19 18:58:32
|
Revision: 962 http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=962&view=rev Author: pcmehlitz Date: 2008-08-19 18:58:29 +0000 (Tue, 19 Aug 2008) Log Message: ----------- * cleanup of LDC (the BCEL <5.1 hack reg. Type.CLASS references) this still needs a fix to instantiate CP string constants during class load time, to avoid the per-instruction execute overhead that is currently required since the string object location might change between different paths * also changed LDC_W to be an LDC * accessors and field visibility fixed for LDCs and RETURNs Modified Paths: -------------- trunk/src/gov/nasa/jpf/jvm/StackFrame.java trunk/src/gov/nasa/jpf/jvm/ThreadInfo.java trunk/src/gov/nasa/jpf/jvm/bytecode/ARETURN.java trunk/src/gov/nasa/jpf/jvm/bytecode/DRETURN.java trunk/src/gov/nasa/jpf/jvm/bytecode/FRETURN.java trunk/src/gov/nasa/jpf/jvm/bytecode/IRETURN.java trunk/src/gov/nasa/jpf/jvm/bytecode/LDC.java trunk/src/gov/nasa/jpf/jvm/bytecode/LDC2_W.java trunk/src/gov/nasa/jpf/jvm/bytecode/LDC_W.java trunk/src/gov/nasa/jpf/jvm/bytecode/LRETURN.java trunk/src/gov/nasa/jpf/jvm/bytecode/RETURN.java trunk/src/gov/nasa/jpf/jvm/bytecode/ReturnInstruction.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |