8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX

Reviewed-by: dholmes, goetz, ihse
This commit is contained in:
Matthias Baesken 2019-02-05 17:40:15 +01:00
parent 9efdb33a59
commit 8218872024
5 changed files with 51 additions and 44 deletions

View file

@ -3794,8 +3794,8 @@ jint Arguments::parse(const JavaVMInitArgs* initial_cmd_args) {
#endif
#if defined(AIX)
UNSUPPORTED_OPTION(AllocateHeapAt);
UNSUPPORTED_OPTION(AllocateOldGenAt);
UNSUPPORTED_OPTION_NULL(AllocateHeapAt);
UNSUPPORTED_OPTION_NULL(AllocateOldGenAt);
#endif
#ifndef PRODUCT