hotspot/src/os/solaris/dtrace/generateJvmOffsets.cpp
changeset 5686 5435e77aa3df
parent 3261 c7d5aae8d3f7
child 5702 201c5cde25bb
equal deleted inserted replaced
5539:261ecc5bb65e 5686:5435e77aa3df
     1 /*
     1 /*
     2  * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 2003-2010 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   230 
   230 
   231   GEN_OFFS(CodeBlob, _name);
   231   GEN_OFFS(CodeBlob, _name);
   232   GEN_OFFS(CodeBlob, _header_size);
   232   GEN_OFFS(CodeBlob, _header_size);
   233   GEN_OFFS(CodeBlob, _instructions_offset);
   233   GEN_OFFS(CodeBlob, _instructions_offset);
   234   GEN_OFFS(CodeBlob, _data_offset);
   234   GEN_OFFS(CodeBlob, _data_offset);
   235   GEN_OFFS(CodeBlob, _oops_offset);
       
   236   GEN_OFFS(CodeBlob, _oops_length);
       
   237   GEN_OFFS(CodeBlob, _frame_size);
   235   GEN_OFFS(CodeBlob, _frame_size);
   238   printf("\n");
   236   printf("\n");
   239 
   237 
   240   GEN_OFFS(nmethod, _method);
   238   GEN_OFFS(nmethod, _method);
       
   239   GEN_OFFS(nmethod, _oops_offset);
   241   GEN_OFFS(nmethod, _scopes_data_offset);
   240   GEN_OFFS(nmethod, _scopes_data_offset);
   242   GEN_OFFS(nmethod, _scopes_pcs_offset);
   241   GEN_OFFS(nmethod, _scopes_pcs_offset);
   243   GEN_OFFS(nmethod, _handler_table_offset);
   242   GEN_OFFS(nmethod, _handler_table_offset);
   244   GEN_OFFS(nmethod, _deoptimize_offset);
   243   GEN_OFFS(nmethod, _deoptimize_offset);
   245   GEN_OFFS(nmethod, _orig_pc_offset);
   244   GEN_OFFS(nmethod, _orig_pc_offset);