JDK-8203290 : [AIX] Check functionality of JDK-8199712 (Flight Recorder)
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • CPU: ppc
  • Submitted: 2018-05-16
  • Updated: 2022-02-24
  • Resolved: 2022-02-17
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 19
19 b11Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Check JFR on these platforms: AIX, linux ppc64 (LE and BE), s390x.
JDK-8203288 contains the basic code for these platforms, but it is incomplete and has not been tested.
Look for "// Not yet implemented" in vm_version_ext_ppc/s390.cpp, os_aix.cpp and os_perf_aix.cpp.
Update: Linux has been addressed by related issues already. Only AIX is remaining.
Comments
Changeset: c0275e18 Author: Tyler Steele <tyler.steele@ibm.com> Committer: Thomas Stuefe <stuefe@openjdk.org> Date: 2022-02-17 08:49:22 +0000 URL: https://git.openjdk.java.net/jdk/commit/c0275e18b7cb4a01385b79ced46560322aeacc97
17-02-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/6885 Date: 2021-12-17 19:07:54 +0000
22-12-2021

JFR is working fine on Linux ppc and s390. Only the AIX port is still open.
11-01-2019

Initially assigning to Volker, please reassign as you see fit. I think it requires a few trivial changes, but it needs to be tested. I can only build s390x, and so have a opportunity to fix it incorrectly.
16-05-2018