mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8284903: Fix typos in hotspot
Reviewed-by: cjplummer, coleenp, kvn, lucy, stefank
This commit is contained in:
parent
13fb1eed52
commit
4594696f54
446 changed files with 1196 additions and 1197 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue