# HG changeset patch # User mbaesken # Date 1573638927 -3600 # Wed Nov 13 10:55:27 2019 +0100 # Node ID 049a91a48523b9a7827726334d709f66e86e85fc # Parent b7b170ba3ba964e08fe68e6342abfd83172bc70f 8234070: solaris sparc build fails in templateInterpreterGenerator.cpp diff --git a/src/hotspot/share/interpreter/templateInterpreterGenerator.cpp b/src/hotspot/share/interpreter/templateInterpreterGenerator.cpp --- a/src/hotspot/share/interpreter/templateInterpreterGenerator.cpp +++ b/src/hotspot/share/interpreter/templateInterpreterGenerator.cpp @@ -373,7 +373,6 @@ if (PrintBytecodePairHistogram) histogram_bytecode_pair(t); if (TraceBytecodes) trace_bytecode(t); if (StopInterpreterAt > 0) stop_interpreter_at(); - __ verify_FPU(1, t->tos_in()); #endif // !PRODUCT int step = 0; if (!t->does_dispatch()) {