src/hotspot/share/runtime/arguments.cpp
changeset 53730 1d942423516c
parent 53727 2178d300d6b3
child 53750 2cf90fac6e39
equal deleted inserted replaced
53729:9e1c9dc23c99 53730:1d942423516c
  3792 #if defined(_ALLBSD_SOURCE) || defined(AIX)  // UseLargePages is not yet supported on BSD and AIX.
  3792 #if defined(_ALLBSD_SOURCE) || defined(AIX)  // UseLargePages is not yet supported on BSD and AIX.
  3793   UNSUPPORTED_OPTION(UseLargePages);
  3793   UNSUPPORTED_OPTION(UseLargePages);
  3794 #endif
  3794 #endif
  3795 
  3795 
  3796 #if defined(AIX)
  3796 #if defined(AIX)
  3797   UNSUPPORTED_OPTION(AllocateHeapAt);
  3797   UNSUPPORTED_OPTION_NULL(AllocateHeapAt);
  3798   UNSUPPORTED_OPTION(AllocateOldGenAt);
  3798   UNSUPPORTED_OPTION_NULL(AllocateOldGenAt);
  3799 #endif
  3799 #endif
  3800 
  3800 
  3801 #ifndef PRODUCT
  3801 #ifndef PRODUCT
  3802   if (TraceBytecodesAt != 0) {
  3802   if (TraceBytecodesAt != 0) {
  3803     TraceBytecodes = true;
  3803     TraceBytecodes = true;