Removed need for VmMethod reference in statics table in stub compiler.
authorepr <epr@407389f7-7c16-0410-9eee-ad85acb55d7f>
Sun, 13 Feb 2005 19:21:09 +0000 (19:21 +0000)
committerepr <epr@407389f7-7c16-0410-9eee-ad85acb55d7f>
Sun, 13 Feb 2005 19:21:09 +0000 (19:21 +0000)
commitcba5911239e32f925638bac6f42560284dbe064b
treeec2e522cdbac783b78f2c033932fdba7ef86a32c
parent8a8ccc403a91f064df3799932acad9424750396b
Removed need for VmMethod reference in statics table in stub compiler.
This in preparation of replacing the VmMethod reference in the statics table by a reference to the methods compiled code in the statics table

git-svn-id: https://jnode.svn.sourceforge.net/svnroot/jnode/trunk@1108 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/compiler/EntryPoints.java
core/src/core/org/jnode/vm/x86/compiler/X86JumpTable.java
core/src/core/org/jnode/vm/x86/compiler/stub/X86StubCompiler.java
core/src/native/x86/jnode.asm
core/src/native/x86/vm-jumptable.asm