JDK-8074718 : Merge templateTable_x86 _32 and _64 .hpp files
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-03-09
  • Updated: 2015-06-03
  • Resolved: 2015-03-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b64Fixed
Related Reports
Relates :  
Description
Merge the templateTable_x86_32/64.hpp files also.

Edit share/vm/interpreter/templateTable.hpp to only include templateTable_x86.hpp

Also

philli% diff templateTable_x86_*.hpp
2c2
<  * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
---
>  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
25,26c25,26
< #ifndef CPU_X86_VM_TEMPLATETABLE_X86_32_HPP
< #define CPU_X86_VM_TEMPLATETABLE_X86_32_HPP
---
> #ifndef CPU_X86_VM_TEMPLATETABLE_X86_64_HPP
> #define CPU_X86_VM_TEMPLATETABLE_X86_64_HPP
42c42
< #endif // CPU_X86_VM_TEMPLATETABLE_X86_32_HPP
---
> #endif // CPU_X86_VM_TEMPLATETABLE_X86_64_HPP

Should be 

#ifndef CPU_X86_VM_TEMPLATETABLE_X86_HPP
#define ^above
...
#endif // ^above