comparison src/os/solaris/dtrace/generateJvmOffsets.cpp @ 1579:e9ff18c4ace7

Merge
author jrose
date Wed, 02 Jun 2010 22:45:42 -0700
parents c18cbe5936b8 1a5913bf5e19
children 3e8fbc61cee8
comparison
equal deleted inserted replaced
1562:dfe27f03244a 1579:e9ff18c4ace7
1 /* 1 /*
2 * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. 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);