comparison src/share/vm/oops/generateOopMap.cpp @ 614:3db67f76d308

Merge
author acorn
date Thu, 05 Mar 2009 22:07:29 -0500
parents 98cb887364d3
children be93aad57795
comparison
equal deleted inserted replaced
613:5caef2219893 614:3db67f76d308
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