JDK-8354636 : [PPC64] Clean up comments regarding frame manager
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2025-04-15
  • Updated: 2025-06-11
  • Resolved: 2025-06-04
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 25
25 b26Fixed
Related Reports
Cloners :  
Relates :  
Description
The PPC64 code was originally using the C++ interpreter which has been replaced by the template interpreter. (Only the zero build still uses the C++ interpreter.) There are some leftovers from the C++ interpreter in the PPC64 comments which should get replaced, especially "frame manager".

This was found during the review of JDK-8351666.
Comments
Changeset: ab235000 Branch: master Author: Martin Doerr <mdoerr@openjdk.org> Date: 2025-06-04 08:31:37 +0000 URL: https://git.openjdk.org/jdk/commit/ab235000349bfd268e80a7cb99bf07a229406119
04-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25616 Date: 2025-06-03 14:29:49 +0000
03-06-2025