8168567: Fix for 8166972 breaks aarch64 build
authordrwhite
Mon, 24 Oct 2016 13:36:06 -0400
changeset 42053 74a66849b650
parent 42052 b3a1c6c4f86e
child 42054 498d02c046db
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>
hotspot/src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp
--- 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;