< prev index next >

src/hotspot/share/jvmci/jvmciEnv.cpp

Print this page

        

*** 519,529 **** offsets, orig_pc_offset, debug_info, dependencies, code_buffer, frame_words, oop_map_set, handler_table, &implicit_tbl, ! compiler, comp_level, installed_code, speculation_log); // Free codeBlobs //code_buffer->free_blob(); if (nm == NULL) { // The CodeCache is full. Print out warning and disable compilation. --- 519,531 ---- offsets, orig_pc_offset, debug_info, dependencies, code_buffer, frame_words, oop_map_set, handler_table, &implicit_tbl, ! compiler, comp_level, ! JNIHandles::make_weak_global(installed_code), ! JNIHandles::make_weak_global(speculation_log)); // Free codeBlobs //code_buffer->free_blob(); if (nm == NULL) { // The CodeCache is full. Print out warning and disable compilation.
< prev index next >