< prev index next >

src/hotspot/share/runtime/arguments.cpp

Print this page
rev 51881 : 8211208: make AllocateHeapAt an unsupported option on AIX

@@ -3848,10 +3848,14 @@
 
 #if defined(_ALLBSD_SOURCE) || defined(AIX)  // UseLargePages is not yet supported on BSD and AIX.
   UNSUPPORTED_OPTION(UseLargePages);
 #endif
 
+#if defined(AIX)
+  UNSUPPORTED_OPTION(AllocateHeapAt);
+#endif
+
   ArgumentsExt::report_unsupported_options();
 
 #ifndef PRODUCT
   if (TraceBytecodesAt != 0) {
     TraceBytecodes = true;
< prev index next >