JDK-8207247 : AArch64: Enable Minimal and Client VM builds
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,12
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2018-07-13
  • Updated: 2022-02-06
  • Resolved: 2018-09-03
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
11.0.12Fixed 12 b10Fixed
Related Reports
Relates :  
Description
AArch64 port does not have support for Minimal and Client VM builds. ARM64 port is deprecated and has such a feature which is useful for size-optimized Docker, IoT and Embedded deployments. The idea is to facilitate aarch64 port to operate in such deployments by adding such functionality in this port.
Comments
Fix request(11u): Patch makes client and minimal VMs possible for linux on aarch64 which is interesting for embedded systems. Patch applies cleanly. Risk is low. It has been tested for a long time and only introduces additional/moves ifdef guards. Tested: * build: server, client, minimal, zero * jtreg: server VM hotspot tier1
26-03-2021

URL: http://hg.openjdk.java.net/jdk/jdk/rev/dca697c71e5d User: dpochepk Date: 2018-09-03 10:39:52 +0000
03-09-2018

http://cr.openjdk.java.net/~dchuyko/aleksei.voitylov/8207247/webrev.00
13-07-2018