8003868: fix shark for latest HotSpot and LLVM

Reviewed-by: twisti
This commit is contained in:
Roman Kennke 2012-11-27 12:48:52 -08:00 committed by Christian Thalinger
parent 31411dbc32
commit 96562be9e5
30 changed files with 329 additions and 380 deletions

View file

@ -1015,11 +1015,7 @@ int AbstractInterpreter::size_top_interpreter_activation(Method* method) {
// Helper for figuring out if frames are interpreter frames
bool CppInterpreter::contains(address pc) {
#ifdef PRODUCT
ShouldNotCallThis();
#else
return false; // make frame::print_value_on work
#endif // !PRODUCT
}
// Result handlers and convertors