mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
7071427: AdapterFingerPrint can hold 8 entries per int
Reviewed-by: kvn
This commit is contained in:
parent
dd43791e4a
commit
c895368552
2 changed files with 8 additions and 6 deletions
|
@ -243,6 +243,7 @@ void print_statistics() {
|
|||
FlagSetting fs(DisplayVMOutput, DisplayVMOutput && PrintC1Statistics);
|
||||
Runtime1::print_statistics();
|
||||
Deoptimization::print_statistics();
|
||||
SharedRuntime::print_statistics();
|
||||
nmethod::print_statistics();
|
||||
}
|
||||
#endif /* COMPILER1 */
|
||||
|
@ -254,8 +255,8 @@ void print_statistics() {
|
|||
#ifndef COMPILER1
|
||||
Deoptimization::print_statistics();
|
||||
nmethod::print_statistics();
|
||||
#endif //COMPILER1
|
||||
SharedRuntime::print_statistics();
|
||||
#endif //COMPILER1
|
||||
os::print_statistics();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue