JDK-8211208 : make AllocateHeapAt an unsupported option on AIX
Type:Bug
Component:hotspot
Sub-Component:runtime
Affected Version:12
Priority:P3
Status:Resolved
Resolution:Fixed
OS:aix
CPU:generic
Submitted:2018-09-27
Updated:2019-01-07
Resolved:2018-09-28
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.
The XX-flag AllocateHeapAt is currently not supported on AIX. Additionally I am not aware of any current plans to support it.
So the flag should be rejected at startup (and some tests using it have to be made non-AIX).
Comments
Fix request
This is a test-files + AIX platform (arguments.cpp) only change; please bring it to jdk11u.
The change deals with rejecting the AllocateHeapAt option at startup + adjusting a few related tests.
I would like to get the tests for jdk11 green, especially as this is a LTS release and we will run these tests for a very long time.
The patch applies cleanly.