Replaced the VmMethod reference in the statics table by a reference to the methods...
authorepr <epr@407389f7-7c16-0410-9eee-ad85acb55d7f>
Sun, 13 Feb 2005 20:13:01 +0000 (20:13 +0000)
committerepr <epr@407389f7-7c16-0410-9eee-ad85acb55d7f>
Sun, 13 Feb 2005 20:13:01 +0000 (20:13 +0000)
commitce738f03c769446e282ca2f2713f31e7e23dc353
treef8a0d217462f267d3fdf8cdcace1c77714591e3c
parent0b3038c44640e318a081e7e7dfccf6d284b796c6
Replaced the VmMethod reference in the statics table by a reference to the methods compiled code in the statics table.
Updated the compilers to cope with this change.

git-svn-id: https://jnode.svn.sourceforge.net/svnroot/jnode/trunk@1110 407389f7-7c16-0410-9eee-ad85acb55d7f
core/src/core/org/jnode/vm/classmgr/VmMethod.java
core/src/core/org/jnode/vm/classmgr/VmStatics.java
core/src/core/org/jnode/vm/x86/compiler/X86CompilerHelper.java
core/src/core/org/jnode/vm/x86/compiler/X86IMTCompiler32.java
core/src/core/org/jnode/vm/x86/compiler/X86IMTCompiler64.java
core/src/core/org/jnode/vm/x86/compiler/l1a/X86BytecodeVisitor.java
core/src/core/org/jnode/vm/x86/compiler/stub/X86StubCompiler.java