8168567: Fix for 8166972 breaks aarch64 build
Summary: Addded missing #endif for aarch64 code.
Reviewed-by: kvn, aph
Contributed-by: Ningsheng Jian <ningsheng.jian@linaro.org>
--- a/hotspot/src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp Wed Oct 26 14:58:14 2016 +0530
+++ b/hotspot/src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp Mon Oct 24 13:36:06 2016 -0400
@@ -476,6 +476,7 @@
}
#endif
}
+#endif
// handle exceptions
{
Label L;