8284903: Fix typos in hotspot

Reviewed-by: cjplummer, coleenp, kvn, lucy, stefank
This commit is contained in:
Magnus Ihse Bursie 2022-04-19 19:10:52 +00:00
parent 13fb1eed52
commit 4594696f54
446 changed files with 1196 additions and 1197 deletions

View file

@ -133,7 +133,7 @@ intptr_t* Deoptimization::UnrollBlock::value_addr_at(int register_number) const
int Deoptimization::UnrollBlock::size_of_frames() const {
// Acount first for the adjustment of the initial frame
// Account first for the adjustment of the initial frame
int result = _caller_adjustment;
for (int index = 0; index < number_of_frames(); index++) {
result += frame_sizes()[index];
@ -2709,7 +2709,7 @@ void Deoptimization::print_statistics() {
void
Deoptimization::update_method_data_from_interpreter(MethodData* trap_mdo, int trap_bci, int reason) {
// no udpate
// no update
}
int Deoptimization::trap_state_has_reason(int trap_state, int reason) {