JDK-8285675 : Temporary fix for arm32 SafeFetch
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • CPU: arm
  • Submitted: 2022-04-26
  • Updated: 2022-04-26
Related Reports
Relates :  
Description
JDK-8283326 reworked the SafeFetch implementation and, on most platforms, switched to static assembly. 

On arm (32-bit), this change led to strange crashes (JDK-8284997). These problems are time consuming to analyze (among other things they only occur when building natively on a Rasberry Pi with one particular Docker setup). 

As a temporary workaround I'd like to switch SafeFetch to the sigjmp method for arm, until I find time to analyze these problems in more detail.
Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8399 Date: 2022-04-26 13:31:00 +0000
26-04-2022