JDK-8229919 : Support JNI Critical functions in object pinning API on x86_32 platforms
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8-shenandoah,11-shenandoah,13,14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-08-20
  • Updated: 2020-02-11
  • Resolved: 2019-10-16
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 14
14 b19Fixed
Related Reports
Relates :  
Description
JDK-8199868 was implemented only for x86_64 platforms, cause at the moment, Shenandoah has yet been supported on x86_32.

Now, Shenandoah is available on x86_32 platforms, we need to have JNI critical functions to support object pinning API on these platforms as well.

  
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/55fe0d93bdd3 User: zgu Date: 2019-10-16 02:23:10 +0000
16-10-2019

Code review: https://mail.openjdk.java.net/pipermail/hotspot-dev/2019-August/039224.html
23-08-2019