Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 29a428f

Browse files
author
Igor Veresov
committedFeb 8, 2021
8261229: MethodData is not correctly initialized with TieredStopAtLevel=3
Reviewed-by: thartmann
1 parent 48c932e commit 29a428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/share/compiler/compilerDefinitions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ bool CompilationModeFlag::initialize() {
8080

8181
// Now that the flag is parsed, we can use any methods of CompilerConfig.
8282
if (normal()) {
83-
if (CompilerConfig::is_c1_only()) {
83+
if (CompilerConfig::is_c1_simple_only()) {
8484
_mode = Mode::QUICK_ONLY;
8585
} else if (CompilerConfig::is_c2_or_jvmci_compiler_only()) {
8686
_mode = Mode::HIGH_ONLY;

0 commit comments

Comments
 (0)