JDK-8209996 : [PPC64] Fix JFR profiling.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 8,11,12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: ppc
  • Submitted: 2018-08-27
  • Updated: 2023-12-07
  • Resolved: 2018-08-29
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 11 JDK 12 Other
11.0.2Fixed 12 b09Fixed openjdk8u302Fixed
Related Reports
Relates :  
Description
jtreg test TestFullStackTrace.java fails on PPC64
Comments
Fix Request (8u) The following jdk_jfr tests in 8u fail without this: jdk/jfr/api/consumer/TestRecordedFullStackTrace.java jdk/jfr/event/profiling/TestFullStackTrace.java Patch applies to 8u with usual reshufflings. Patched JDK does not regress jdk_jfr tests on ppc64le (there are some failures for non-problem-listed tests).
15-04-2021

Fix Request This is a fix only affecting a ppc platform file. The bug it fixes prevents correct stack traces used with jfr on ppc. The patch applies cleanly.
02-10-2018

URL: http://hg.openjdk.java.net/jdk/jdk/rev/0157a3ab61b1 User: simonis Date: 2018-08-29 15:10:16 +0000
29-08-2018