< prev index next >

src/hotspot/share/c1/c1_Compiler.cpp

Print this page

        

*** 77,87 **** } } } int Compiler::code_buffer_size() { - assert(SegmentedCodeCache, "Should be only used with a segmented code cache"); return Compilation::desired_max_code_buffer_size() + Compilation::desired_max_constant_size(); } BufferBlob* Compiler::init_buffer_blob() { // Allocate buffer blob once at startup since allocation for each --- 77,86 ----
< prev index next >