changeset 1878:748156804502

Make Thumb2 JIT the default build
author Edward Nevill <ed@camswl.com>
date Tue, 09 Feb 2010 09:15:27 +0000
parents c399b5cbbbaf
children fc600c234771
files ChangeLog ports/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S ports/hotspot/src/cpu/zero/vm/thumb2.cpp
diffstat 3 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 03 11:59:46 2010 -0500
+++ b/ChangeLog	Tue Feb 09 09:15:27 2010 +0000
@@ -1,3 +1,8 @@
+2010-02-09  Edward Nevill <ed@camswl.com>
+
+	* cppInterpreter_arm.S / thumb2.cpp
+	Make Thumb2 JIT the default build
+
 2010-02-03  Deepak Bhole <dbhole@redhat.com>
 
 	* plugin/icedteanp/IcedTeaNPPlugin.cc 
--- a/ports/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S	Wed Feb 03 11:59:46 2010 -0500
+++ b/ports/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S	Tue Feb 09 09:15:27 2010 +0000
@@ -15,6 +15,11 @@
 @ 2 along with this work; if not, write to the Free Software Foundation,
 @ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 
+#undef THUMB2EE
+#if !defined(DISABLE_THUMB2) && defined(HOTSPOT_ASM) && !defined(SHARK)
+#define THUMB2EE
+#endif
+
 #ifdef HOTSPOT_ASM
 
 #define ARMv4
--- a/ports/hotspot/src/cpu/zero/vm/thumb2.cpp	Wed Feb 03 11:59:46 2010 -0500
+++ b/ports/hotspot/src/cpu/zero/vm/thumb2.cpp	Tue Feb 09 09:15:27 2010 +0000
@@ -16,6 +16,11 @@
  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#undef THUMB2EE
+#if !defined(DISABLE_THUMB2) && defined(HOTSPOT_ASM) && !defined(SHARK)
+#define THUMB2EE
+#endif
+
 #ifdef THUMB2EE
 
 #define T2EE_PRINT_COMPILATION