[aarch64-port-dev ] hs forest build failure on aarch64

Ningsheng Jian ningsheng.jian at linaro.org
Wed Oct 19 06:20:45 UTC 2016


Hi,

jdk9/hs forest build failed after the push of

http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/eba50697795d

Could someone please help to fix it?

It is caused by missing closing #endif. I think the following change
could fix that:

------
diff -r d5c67c13e5f9 src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp
--- a/src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp
 Tue Oct 18 19:08:24 2016 -0700
+++ b/src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp
 Wed Oct 19 14:13:52 2016 +0800
@@ -476,6 +476,7 @@
     }
 #endif
   }
+#endif
   // handle exceptions
   {
     Label L;
------

Thanks,
Ningsheng


More information about the aarch64-port-dev mailing list