JDK-8077838 : Recent developments for ppc.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2015-04-15
  • Updated: 2015-06-03
  • Resolved: 2015-04-24
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
This change contains a lot of recent developments for ppc, mostly by SAP.
 - Recognition of Power 8 processors (by Tiago Daitx). 
 - Support for more new Power 8 instructions.
 - Support for transactional memory. This is implemented but not yet tested
   thoroughly due to limitiations of the OS support. Not enabled.
 - java.lang.math.*Exact intrinsics
 - Some C2 optimizations and fixes:
   * Handling of flag registers. Some instructions would lead to uncompilable
     methods due to not allocatable register patterns.
   * Free some integer registers to use them for allocation. Handle compressed
     oops base as constant.
   * Unscaled class compression.
 - Type profiling fixes.