mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
5108146: Merge i486 and amd64 cpu directories
6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
This commit is contained in:
parent
2697216f3a
commit
26c780da72
85 changed files with 18308 additions and 15496 deletions
|
@ -583,7 +583,7 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
/***********************************/ \
|
||||
\
|
||||
static_field(StubRoutines, _call_stub_return_address, address) \
|
||||
IA32_ONLY(static_field(StubRoutines::i486,_call_stub_compiled_return, address)) \
|
||||
IA32_ONLY(static_field(StubRoutines::x86,_call_stub_compiled_return, address)) \
|
||||
\
|
||||
/***************************************/ \
|
||||
/* PcDesc and other compiled code info */ \
|
||||
|
@ -1107,7 +1107,7 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
\
|
||||
declare_toplevel_type(StubQueue) \
|
||||
declare_toplevel_type(StubRoutines) \
|
||||
IA32_ONLY(declare_toplevel_type(StubRoutines::i486)) \
|
||||
IA32_ONLY(declare_toplevel_type(StubRoutines::x86)) \
|
||||
declare_toplevel_type(Stub) \
|
||||
declare_type(InterpreterCodelet, Stub) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue