mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -2003,7 +2003,7 @@ void GenerateOopMap::print_time() {
|
|||
// ============ Main Entry Point ===========
|
||||
//
|
||||
GenerateOopMap::GenerateOopMap(methodHandle method) {
|
||||
// We have to initialize all variables here, that can be queried direcly
|
||||
// We have to initialize all variables here, that can be queried directly
|
||||
_method = method;
|
||||
_max_locals=0;
|
||||
_init_vars = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue