Print this page


Split Close
Expand all
Collapse all
          --- old/src/os/solaris/dtrace/generateJvmOffsets.cpp
          +++ new/src/os/solaris/dtrace/generateJvmOffsets.cpp
   1    1  /*
   2      - * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
        2 + * Copyright 2003-2010 Sun Microsystems, Inc.  All Rights Reserved.
   3    3   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4    4   *
   5    5   * This code is free software; you can redistribute it and/or modify it
   6    6   * under the terms of the GNU General Public License version 2 only, as
   7    7   * published by the Free Software Foundation.
   8    8   *
   9    9   * This code is distributed in the hope that it will be useful, but WITHOUT
  10   10   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11   11   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12   12   * version 2 for more details (a copy is included in the LICENSE file that
↓ open down ↓ 212 lines elided ↑ open up ↑
 225  225    GEN_OFFS(VirtualSpace, _low_boundary);
 226  226    GEN_OFFS(VirtualSpace, _high_boundary);
 227  227    GEN_OFFS(VirtualSpace, _low);
 228  228    GEN_OFFS(VirtualSpace, _high);
 229  229    printf("\n");
 230  230  
 231  231    GEN_OFFS(CodeBlob, _name);
 232  232    GEN_OFFS(CodeBlob, _header_size);
 233  233    GEN_OFFS(CodeBlob, _instructions_offset);
 234  234    GEN_OFFS(CodeBlob, _data_offset);
 235      -  GEN_OFFS(CodeBlob, _oops_offset);
 236      -  GEN_OFFS(CodeBlob, _oops_length);
 237  235    GEN_OFFS(CodeBlob, _frame_size);
 238  236    printf("\n");
 239  237  
 240  238    GEN_OFFS(nmethod, _method);
      239 +  GEN_OFFS(nmethod, _oops_offset);
 241  240    GEN_OFFS(nmethod, _scopes_data_offset);
 242  241    GEN_OFFS(nmethod, _scopes_pcs_offset);
 243  242    GEN_OFFS(nmethod, _handler_table_offset);
 244  243    GEN_OFFS(nmethod, _deoptimize_offset);
 245  244    GEN_OFFS(nmethod, _orig_pc_offset);
 246  245  
 247  246    GEN_OFFS(PcDesc, _pc_offset);
 248  247    GEN_OFFS(PcDesc, _scope_decode_offset);
 249  248  
 250  249    printf("\n");
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX