src/share/vm/runtime/vmStructs.cpp

changeset 739
dc7f315e41f7
parent 677
d95b224e9f17
child 766
cecd8eb4e0ca
child 797
f8199438385b
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Tue Aug 26 15:49:40 2008 -0700
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Wed Aug 27 00:21:55 2008 -0700
     1.3 @@ -583,7 +583,7 @@
     1.4    /***********************************/                                                                                              \
     1.5                                                                                                                                       \
     1.6       static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
     1.7 -     IA32_ONLY(static_field(StubRoutines::i486,_call_stub_compiled_return,                    address))                              \
     1.8 +     IA32_ONLY(static_field(StubRoutines::x86,_call_stub_compiled_return,                     address))                              \
     1.9                                                                                                                                       \
    1.10    /***************************************/                                                                                          \
    1.11    /* PcDesc and other compiled code info */                                                                                          \
    1.12 @@ -1107,7 +1107,7 @@
    1.13                                                                            \
    1.14    declare_toplevel_type(StubQueue)                                        \
    1.15    declare_toplevel_type(StubRoutines)                                     \
    1.16 -  IA32_ONLY(declare_toplevel_type(StubRoutines::i486))                    \
    1.17 +  IA32_ONLY(declare_toplevel_type(StubRoutines::x86))                     \
    1.18    declare_toplevel_type(Stub)                                             \
    1.19             declare_type(InterpreterCodelet, Stub)                         \
    1.20                                                                            \

mercurial