src/share/vm/c1/c1_Runtime1.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hs-comp-code-aging Cdiff src/share/vm/c1/c1_Runtime1.hpp

src/share/vm/c1/c1_Runtime1.hpp

Print this page

        

*** 154,164 **** static void throw_array_store_exception(JavaThread* thread, oopDesc* object); static void monitorenter(JavaThread* thread, oopDesc* obj, BasicObjectLock* lock); static void monitorexit (JavaThread* thread, BasicObjectLock* lock); ! static void deoptimize(JavaThread* thread); static int access_field_patching(JavaThread* thread); static int move_klass_patching(JavaThread* thread); static int move_mirror_patching(JavaThread* thread); static int move_appendix_patching(JavaThread* thread); --- 154,164 ---- static void throw_array_store_exception(JavaThread* thread, oopDesc* object); static void monitorenter(JavaThread* thread, oopDesc* obj, BasicObjectLock* lock); static void monitorexit (JavaThread* thread, BasicObjectLock* lock); ! static void deoptimize(JavaThread* thread, jint trap_request); static int access_field_patching(JavaThread* thread); static int move_klass_patching(JavaThread* thread); static int move_mirror_patching(JavaThread* thread); static int move_appendix_patching(JavaThread* thread);
src/share/vm/c1/c1_Runtime1.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File