mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
6997456: Not possible to build just compiler2
Fix the compiler error. Allow to build just c2 specifying FORCE_TIERED=0 on the command line. Reviewed-by: never, kvn
This commit is contained in:
parent
b64a0fd5a4
commit
c3d3f0f262
4 changed files with 12 additions and 6 deletions
|
@ -198,7 +198,7 @@ void print_statistics() {
|
|||
if (CountCompiledCalls) {
|
||||
print_method_invocation_histogram();
|
||||
}
|
||||
if (ProfileInterpreter || C1UpdateMethodData) {
|
||||
if (ProfileInterpreter COMPILER1_PRESENT(|| C1UpdateMethodData)) {
|
||||
print_method_profiling_data();
|
||||
}
|
||||
if (TimeCompiler) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue