hotspot Udiff src/cpu/x86/vm/sharedRuntime_x86_64.cpp (original) (raw)

< prev index next >

Print this page

rev 12543 : imported patch x86 rev 12553 : imported patch always_tag_x86


@@ -1,7 +1,7 @@ /*


@@ -2577,18 +2577,36 @@ restore_native_result(masm, ret_type, stack_slots); }

__ reset_last_Java_frame(false);

+#if INCLUDE_ALL_GCS

+#endif // INCLUDE_ALL_GCS

}

if (CheckJNICalls) { // clear_pending_jni_exception_check __ movptr(Address(r15_thread, JavaThread::pending_jni_exception_check_fn_offset()), NULL_WORD);

< prev index next >