src/share/vm/opto/indexSet.hpp

changeset 2557
f7de3327c683
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/opto/indexSet.hpp	Mon Feb 07 10:25:39 2011 -0800
     1.2 +++ b/src/share/vm/opto/indexSet.hpp	Mon Feb 07 10:34:39 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -352,13 +352,13 @@
    1.11    void tally_iteration_statistics() const;
    1.12  
    1.13    // BitBlock allocation statistics
    1.14 -  static uint _alloc_new;
    1.15 -  static uint _alloc_total;
    1.16 +  static julong _alloc_new;
    1.17 +  static julong _alloc_total;
    1.18  
    1.19    // Block density statistics
    1.20 -  static long _total_bits;
    1.21 -  static long _total_used_blocks;
    1.22 -  static long _total_unused_blocks;
    1.23 +  static julong _total_bits;
    1.24 +  static julong _total_used_blocks;
    1.25 +  static julong _total_unused_blocks;
    1.26  
    1.27    // Sanity tests
    1.28    void verify() const;

mercurial