comparison src/share/vm/interpreter/templateTable.hpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents 58cf34613a72
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
374 # include "templateTable_arm.hpp" 374 # include "templateTable_arm.hpp"
375 #endif 375 #endif
376 #ifdef TARGET_ARCH_MODEL_ppc_32 376 #ifdef TARGET_ARCH_MODEL_ppc_32
377 # include "templateTable_ppc_32.hpp" 377 # include "templateTable_ppc_32.hpp"
378 #endif 378 #endif
379 #ifdef TARGET_ARCH_MODEL_ppc_64
380 # include "templateTable_ppc_64.hpp"
381 #endif
382 379
383 }; 380 };
384 #endif /* !CC_INTERP */ 381 #endif /* !CC_INTERP */
385 382
386 #endif // SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP 383 #endif // SHARE_VM_INTERPRETER_TEMPLATETABLE_HPP