comparison src/share/vm/oops/generateOopMap.cpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents 37f87013dfd8
children be93aad57795
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
2001 2001
2002 // 2002 //
2003 // ============ Main Entry Point =========== 2003 // ============ Main Entry Point ===========
2004 // 2004 //
2005 GenerateOopMap::GenerateOopMap(methodHandle method) { 2005 GenerateOopMap::GenerateOopMap(methodHandle method) {
2006 // We have to initialize all variables here, that can be queried direcly 2006 // We have to initialize all variables here, that can be queried directly
2007 _method = method; 2007 _method = method;
2008 _max_locals=0; 2008 _max_locals=0;
2009 _init_vars = NULL; 2009 _init_vars = NULL;
2010 2010
2011 #ifndef PRODUCT 2011 #ifndef PRODUCT