mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX
Reviewed-by: dholmes, goetz, ihse
This commit is contained in:
parent
9efdb33a59
commit
8218872024
5 changed files with 51 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue