comparison src/cpu/zero/vm/cppInterpreter_zero.cpp @ 7195:2cd5e15048e6

8003868: fix shark for latest HotSpot and LLVM Reviewed-by: twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
author twisti
date Tue, 27 Nov 2012 12:48:52 -0800
parents a3e2f723f2a5
children db9981fd3124
comparison
equal deleted inserted replaced
7194:beebba0acc11 7195:2cd5e15048e6
1013 } 1013 }
1014 1014
1015 // Helper for figuring out if frames are interpreter frames 1015 // Helper for figuring out if frames are interpreter frames
1016 1016
1017 bool CppInterpreter::contains(address pc) { 1017 bool CppInterpreter::contains(address pc) {
1018 #ifdef PRODUCT
1019 ShouldNotCallThis();
1020 #else
1021 return false; // make frame::print_value_on work 1018 return false; // make frame::print_value_on work
1022 #endif // !PRODUCT
1023 } 1019 }
1024 1020
1025 // Result handlers and convertors 1021 // Result handlers and convertors
1026 1022
1027 address CppInterpreterGenerator::generate_result_handler_for( 1023 address CppInterpreterGenerator::generate_result_handler_for(