mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8216271: Make AllocateOldGenAt an unsupported option on AIX
Reviewed-by: shade, tschatzl
This commit is contained in:
parent
0007eebae3
commit
bd692b8d6d
7 changed files with 13 additions and 12 deletions
|
@ -3819,6 +3819,7 @@ jint Arguments::parse(const JavaVMInitArgs* initial_cmd_args) {
|
|||
|
||||
#if defined(AIX)
|
||||
UNSUPPORTED_OPTION(AllocateHeapAt);
|
||||
UNSUPPORTED_OPTION(AllocateOldGenAt);
|
||||
#endif
|
||||
|
||||
ArgumentsExt::report_unsupported_options();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue