mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8074718: Merge templateTable_x86 _32 and _64 .hpp files
TemplateTable_x86 32 and 64 bit files have been merged. Reviewed-by: hseigel, coleenp
This commit is contained in:
parent
a16c45029d
commit
f0fa5ca5f0
3 changed files with 6 additions and 50 deletions
|
@ -351,10 +351,8 @@ class TemplateTable: AllStatic {
|
|||
// Platform specifics
|
||||
#if defined TEMPLATETABLE_MD_HPP
|
||||
# include TEMPLATETABLE_MD_HPP
|
||||
#elif defined TARGET_ARCH_MODEL_x86_32
|
||||
# include "templateTable_x86_32.hpp"
|
||||
#elif defined TARGET_ARCH_MODEL_x86_64
|
||||
# include "templateTable_x86_64.hpp"
|
||||
#elif defined (TARGET_ARCH_MODEL_x86_32) || defined (TARGET_ARCH_MODEL_x86_64)
|
||||
# include "templateTable_x86.hpp"
|
||||
#elif defined TARGET_ARCH_MODEL_sparc
|
||||
# include "templateTable_sparc.hpp"
|
||||
#elif defined TARGET_ARCH_MODEL_zero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue