mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8025856: Fix typos in the GC code
Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
This commit is contained in:
parent
4c7c3f0613
commit
81ba2e32c0
150 changed files with 524 additions and 545 deletions
|
@ -65,7 +65,7 @@ class CheckForUnmarkedOops : public OopClosure {
|
|||
}
|
||||
};
|
||||
|
||||
// Checks all objects for the existance of some type of mark,
|
||||
// Checks all objects for the existence of some type of mark,
|
||||
// precise or imprecise, dirty or newgen.
|
||||
class CheckForUnmarkedObjects : public ObjectClosure {
|
||||
private:
|
||||
|
@ -84,7 +84,7 @@ class CheckForUnmarkedObjects : public ObjectClosure {
|
|||
}
|
||||
|
||||
// Card marks are not precise. The current system can leave us with
|
||||
// a mismash of precise marks and beginning of object marks. This means
|
||||
// a mismatch of precise marks and beginning of object marks. This means
|
||||
// we test for missing precise marks first. If any are found, we don't
|
||||
// fail unless the object head is also unmarked.
|
||||
virtual void do_object(oop obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue