8211208: make AllocateHeapAt an unsupported option on AIX

Reviewed-by: shade, tschatzl
This commit is contained in:
Matthias Baesken 2018-09-27 17:13:07 +02:00
parent 52780f275c
commit 5d3b3156e8
5 changed files with 8 additions and 4 deletions

View file

@ -3851,6 +3851,10 @@ jint Arguments::parse(const JavaVMInitArgs* initial_cmd_args) {
UNSUPPORTED_OPTION(UseLargePages);
#endif
#if defined(AIX)
UNSUPPORTED_OPTION(AllocateHeapAt);
#endif
ArgumentsExt::report_unsupported_options();
#ifndef PRODUCT