comparison src/cpu/x86/vm/frame_x86.cpp @ 18949:886cf229e5ee

Merge
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 26 Jan 2015 21:19:36 +0100
parents 6fe49fc03fae
children be896a1983c0
comparison
equal deleted inserted replaced
18948:759d9ffc97fd 18949:886cf229e5ee
702 // stubGenerator to map to real names but it's most important to 702 // stubGenerator to map to real names but it's most important to
703 // claim these frame slots so the error checking works. 703 // claim these frame slots so the error checking works.
704 for (int i = 0; i < entry_frame_after_call_words; i++) { 704 for (int i = 0; i < entry_frame_after_call_words; i++) {
705 values.describe(frame_no, fp() - i, err_msg("call_stub word fp - %d", i)); 705 values.describe(frame_no, fp() - i, err_msg("call_stub word fp - %d", i));
706 } 706 }
707 }
708 #endif // AMD64 707 #endif // AMD64
708 }
709 } 709 }
710 #endif // !PRODUCT 710 #endif // !PRODUCT
711 711
712 intptr_t *frame::initial_deoptimization_info() { 712 intptr_t *frame::initial_deoptimization_info() {
713 // used to reset the saved FP 713 // used to reset the saved FP