/hg/release/icedtea7-2.4: Turn ARM32 JIT off by default; fails t...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Mar 27 20:23:42 UTC 2014


changeset 0e95da4065f2 in /hg/release/icedtea7-2.4
details: http://icedtea.classpath.org/hg/release/icedtea7-2.4?cmd=changeset;node=0e95da4065f2
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Mar 27 20:22:28 2014 +0000

	Turn ARM32 JIT off by default; fails to bootstrap.

	2014-03-27  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* acinclude.m4:
		(IT_ENABLE_ARM32JIT): Turn JIT off by default.
		* NEWS: Remove mention of turning JIT on by default.


diffstat:

 ChangeLog    |  6 ++++++
 NEWS         |  1 -
 acinclude.m4 |  2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 2b651084f99e -r 0e95da4065f2 ChangeLog
--- a/ChangeLog	Thu Mar 27 20:01:40 2014 +0000
+++ b/ChangeLog	Thu Mar 27 20:22:28 2014 +0000
@@ -1,3 +1,9 @@
+2014-03-27  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* acinclude.m4:
+	(IT_ENABLE_ARM32JIT): Turn JIT off by default.
+	* NEWS: Remove mention of turning JIT on by default.
+
 2014-03-27  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* acinclude.m4:
diff -r 2b651084f99e -r 0e95da4065f2 NEWS
--- a/NEWS	Thu Mar 27 20:01:40 2014 +0000
+++ b/NEWS	Thu Mar 27 20:22:28 2014 +0000
@@ -63,7 +63,6 @@
   - Include $(CFLAGS) in assembler stage
   - PR1626: ARM32 assembler update for hsx24. Use ARM32JIT to turn it on/off.
   - Replace literal offsets for METHOD_SIZEOFPARAMETERS and ISTATE_NEXT_FRAME with correct symbolic names.
-  - Turn ARM32 JIT on by default
 * AArch64 port
   - PR1713: Support AArch64 Port
 * Shark
diff -r 2b651084f99e -r 0e95da4065f2 acinclude.m4
--- a/acinclude.m4	Thu Mar 27 20:01:40 2014 +0000
+++ b/acinclude.m4	Thu Mar 27 20:22:28 2014 +0000
@@ -2643,7 +2643,7 @@
     esac
   ],
   [
-    enable_arm32jit=yes
+    enable_arm32jit=no
   ])
   AC_MSG_RESULT([$enable_arm32jit])
   AM_CONDITIONAL([ENABLE_ARM32JIT], test x"${enable_arm32jit}" = "xyes")


More information about the distro-pkg-dev mailing list