src/share/vm/code/vtableStubs.hpp

changeset 2325
c760f78e0a53
parent 2314
f95d63e2154a
child 3969
1d7922586cf6
equal deleted inserted replaced
2324:6a2d73358ff7 2325:c760f78e0a53
23 */ 23 */
24 24
25 #ifndef SHARE_VM_CODE_VTABLESTUBS_HPP 25 #ifndef SHARE_VM_CODE_VTABLESTUBS_HPP
26 #define SHARE_VM_CODE_VTABLESTUBS_HPP 26 #define SHARE_VM_CODE_VTABLESTUBS_HPP
27 27
28 #include "code/vmreg.hpp"
28 #include "memory/allocation.hpp" 29 #include "memory/allocation.hpp"
29 30
30 // A VtableStub holds an individual code stub for a pair (vtable index, #args) for either itables or vtables 31 // A VtableStub holds an individual code stub for a pair (vtable index, #args) for either itables or vtables
31 // There's a one-to-one relationship between a VtableStub and such a pair. 32 // There's a one-to-one relationship between a VtableStub and such a pair.
32 33

mercurial