mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
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:
parent
a81872e33e
commit
165af4bdae
3 changed files with 5 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue