--- old/src/hotspot/share/ci/ciMethod.hpp 2019-05-01 16:15:29.000000000 -0700 +++ new/src/hotspot/share/ci/ciMethod.hpp 2019-05-01 16:15:28.000000000 -0700 @@ -245,6 +245,8 @@ ResourceBitMap live_local_oops_at_bci(int bci); + bool needs_clinit_barrier() const; + #ifdef COMPILER1 const BitMap& bci_block_start(); #endif