< prev index next >

src/hotspot/cpu/x86/compressedKlass_x86.cpp

Print this page
*** 44,6 ***
--- 44,8 ---
  
    // Nothing more to optimize for on x64. If base != 0, we will always emit the full 64-bit immediate.
    return result;
  }
  
+ bool CompressedKlassPointers::pd_initialize(address addr, size_t len) { return false; }
+ 
  #endif // _LP64
< prev index next >