< prev index next >

src/hotspot/share/ci/ciReplay.hpp

Print this page
*** 132,8 ***
  // Replay file format version history
  // 0: legacy (no version number)
  // 1: first instanceKlass sets protection domain (8275868)
  //    replace current_mileage with invocation_count (8276095)
  // 2: incremental inlining support (8254108)
! #define REPLAY_VERSION 2 // current version, bump up for incompatible changes
  
  #endif // SHARE_CI_CIREPLAY_HPP
--- 132,9 ---
  // Replay file format version history
  // 0: legacy (no version number)
  // 1: first instanceKlass sets protection domain (8275868)
  //    replace current_mileage with invocation_count (8276095)
  // 2: incremental inlining support (8254108)
! // 3: value class array support (8375548)
+ #define REPLAY_VERSION 3 // current version, bump up for incompatible changes
  
  #endif // SHARE_CI_CIREPLAY_HPP
< prev index next >