7071427: AdapterFingerPrint can hold 8 entries per int

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2011-07-27 15:06:35 -07:00
parent dd43791e4a
commit c895368552
2 changed files with 8 additions and 6 deletions

View file

@ -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();
}