mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -71,7 +71,7 @@ testing.
|
|||
to figure out which test post-dominates. The real problem is that it doesn't
|
||||
matter which one you pick. After you pick up, the dominating-test elider in
|
||||
IGVN can remove the test and allow you to hoist up to the dominating test on
|
||||
the choosen oop bypassing the test on the not-choosen oop. Seen in testing.
|
||||
the chosen oop bypassing the test on the not-chosen oop. Seen in testing.
|
||||
Oops.
|
||||
|
||||
(3) Leave the CastPP's in. This makes the graph more accurate in some sense;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue