< prev index next >

src/hotspot/share/ci/ciMethod.hpp

Print this page

        

*** 243,252 **** --- 243,254 ---- // used when gc'ing an interpreter frame we need to use its viewpoint // during OSR when loading the locals. ResourceBitMap live_local_oops_at_bci(int bci); + bool needs_clinit_barrier() const; + #ifdef COMPILER1 const BitMap& bci_block_start(); #endif ciTypeFlow* get_flow_analysis();
< prev index next >