comparison src/cpu/x86/vm/frame_x86.cpp @ 18909:6fe49fc03fae

fixed unbalanced #ifdef Contributed-by: Igor Veresov <igor.veresov@oracle.com>
author Doug Simon <doug.simon@oracle.com>
date Thu, 22 Jan 2015 09:45:56 +0100
parents b8d3f84740c7
children be896a1983c0
comparison
equal deleted inserted replaced
18908:f70ce1a4472f 18909:6fe49fc03fae
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