8173037: V [jvm.dll+0x2343fc] GraphBuilder::args_list_for_profiling+0x8c

Disabled WB Compilaton at unsupported levels.

Reviewed-by: kvn
This commit is contained in:
Jamsheed Mohammed C M 2017-01-22 22:18:49 -08:00
parent a81872e33e
commit 165af4bdae
3 changed files with 5 additions and 3 deletions

View file

@ -1829,7 +1829,7 @@ bool Arguments::compilation_mode_selected() {
void Arguments::select_compilation_mode_ergonomically() {
#if defined(_WINDOWS) && !defined(_LP64)
if (FLAG_IS_DEFAULT(NeverActAsServerClassMachine)) {
NeverActAsServerClassMachine = true;
FLAG_SET_ERGO(bool, NeverActAsServerClassMachine, true);
}
#endif
if (NeverActAsServerClassMachine) {