< prev index next >

src/share/vm/oops/method.cpp

Print this page

        

*** 101,110 **** --- 101,111 ---- if (access_flags.is_native()) { clear_native_function(); set_signature_handler(NULL); } + set_accessor_field_name(0); NOT_PRODUCT(set_compiled_invocation_count(0);) } // Release Method*. The nmethod will be gone when we get here because // we've walked the code cache.
< prev index next >