< prev index next >

src/hotspot/share/ci/ciReplay.cpp

Print this page

        

*** 910,919 **** --- 910,921 ---- JvmtiExport::set_can_access_local_variables(value); } else if (strcmp(field, "can_hotswap_or_post_breakpoint") == 0) { JvmtiExport::set_can_hotswap_or_post_breakpoint(value); } else if (strcmp(field, "can_post_on_exceptions") == 0) { JvmtiExport::set_can_post_on_exceptions(value); + } else if (strcmp(field, "redefinition_count") == 0) { + JvmtiExport::set_redefinition_count(value); } else { report_error("Unrecognized JvmtiExport directive"); } } #endif // INCLUDE_JVMTI
< prev index next >