-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: hotspot
-
aix
As discussed in https://github.com/openjdk/jdk/pull/29671, AllowExtshm, _extshm and extshm() should be removed.
The diagnostic flag doesn't work because it is not parsed early enough:
EXTSHM=ON java -XX:+UnlockDiagnosticVMOptions -XX:+AllowExtshm -version
Error occurred during initialization of VM
EXTSHM is ON. Please remove EXTSHM from your environment.
We don't want to support it anyways.
The diagnostic flag doesn't work because it is not parsed early enough:
EXTSHM=ON java -XX:+UnlockDiagnosticVMOptions -XX:+AllowExtshm -version
Error occurred during initialization of VM
EXTSHM is ON. Please remove EXTSHM from your environment.
We don't want to support it anyways.