Print this page
rev 1025 : imported patch indy.compiler.patch
rev 1026 : imported patch indy.compiler.inline.patch

Split Close
Expand all
Collapse all
          --- old/src/share/vm/ci/ciCPCache.cpp
          +++ new/src/share/vm/ci/ciCPCache.cpp
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  size_t ciCPCache::get_f1_offset(int index) {
  33   33    // Calculate the offset from the constantPoolCacheOop to the f1
  34   34    // field.
  35   35    ByteSize f1_offset =
  36   36      constantPoolCacheOopDesc::entry_offset(index) +
  37   37      ConstantPoolCacheEntry::f1_offset();
  38   38  
  39   39    return in_bytes(f1_offset);
  40   40  }
  41   41  
       42 +
  42   43  // ------------------------------------------------------------------
  43   44  // ciCPCache::print
  44   45  //
  45   46  // Print debugging information about the cache.
  46   47  void ciCPCache::print() {
  47   48    Unimplemented();
  48   49  }
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX