src/hotspot/share/runtime/arguments.cpp
changeset 53730 1d942423516c
parent 53727 2178d300d6b3
child 53750 2cf90fac6e39
--- a/src/hotspot/share/runtime/arguments.cpp	Tue Feb 12 15:31:40 2019 +0100
+++ b/src/hotspot/share/runtime/arguments.cpp	Tue Feb 05 17:40:15 2019 +0100
@@ -3794,8 +3794,8 @@
 #endif
 
 #if defined(AIX)
-  UNSUPPORTED_OPTION(AllocateHeapAt);
-  UNSUPPORTED_OPTION(AllocateOldGenAt);
+  UNSUPPORTED_OPTION_NULL(AllocateHeapAt);
+  UNSUPPORTED_OPTION_NULL(AllocateOldGenAt);
 #endif
 
 #ifndef PRODUCT