< prev index next >

src/hotspot/share/runtime/arguments.cpp

Print this page
rev 53569 : 8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX

*** 3782,3793 **** #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); ! UNSUPPORTED_OPTION(AllocateOldGenAt); #endif #ifndef PRODUCT if (TraceBytecodesAt != 0) { TraceBytecodes = true; --- 3782,3793 ---- #if defined(_ALLBSD_SOURCE) || defined(AIX) // UseLargePages is not yet supported on BSD and AIX. UNSUPPORTED_OPTION(UseLargePages); #endif #if defined(AIX) ! UNSUPPORTED_OPTION_NULL(AllocateHeapAt); ! UNSUPPORTED_OPTION_NULL(AllocateOldGenAt); #endif #ifndef PRODUCT if (TraceBytecodesAt != 0) { TraceBytecodes = true;
< prev index next >