< prev index next >

src/hotspot/share/runtime/stubRoutines.cpp

Print this page
*** 225,11 ***
      }
    }
    return nullptr;
  }
  
- 
  static BufferBlob* initialize_stubs(StubCodeGenerator::StubsKind kind,
                                      int code_size, int max_aligned_stubs,
                                      const char* timer_msg,
                                      const char* buffer_name,
                                      const char* assert_msg) {
--- 225,10 ---
< prev index next >