src/hotspot/share/runtime/arguments.cpp
changeset 53232 32c6cc430526
parent 53177 2692d1bfe83a
parent 53214 386df79e2011
child 53266 57d8566a2732
equal deleted inserted replaced
53213:716c746165b2 53232:32c6cc430526
  3791   UNSUPPORTED_OPTION(UseLargePages);
  3791   UNSUPPORTED_OPTION(UseLargePages);
  3792 #endif
  3792 #endif
  3793 
  3793 
  3794 #if defined(AIX)
  3794 #if defined(AIX)
  3795   UNSUPPORTED_OPTION(AllocateHeapAt);
  3795   UNSUPPORTED_OPTION(AllocateHeapAt);
       
  3796   UNSUPPORTED_OPTION(AllocateOldGenAt);
  3796 #endif
  3797 #endif
  3797 
  3798 
  3798 #ifndef PRODUCT
  3799 #ifndef PRODUCT
  3799   if (TraceBytecodesAt != 0) {
  3800   if (TraceBytecodesAt != 0) {
  3800     TraceBytecodes = true;
  3801     TraceBytecodes = true;