Commit Graph

6 Commits

Author SHA1 Message Date
7164743009 fix Array.makeObjectArray regression 2010-12-01 15:44:09 -07:00
a611ccda6f Merge remote branch 'origin/master' into openjdk
Conflicts:
	makefile
	src/compile.cpp
	src/compiler.cpp
	src/type-generator.cpp
2010-11-16 10:18:08 -07:00
7978102cb6 use register for indexing if constant offset is too large (or too small)
Immediate indexes on ARM must be no more than 12 bits, so we must use
a temporary register for values which don't fit.
2010-11-09 11:36:38 -07:00
e75b57a127 don't abort when compiling an array lookup with a constant negative index
Instead, just compile it as a direct call to the thunk which throws an
ArrayIndexOutOfBoundsException.
2010-09-25 15:48:15 -06:00
6297c8a906 add tests to Arrays.java and Longs.java 2009-02-02 19:12:07 -07:00
cae5202be0 split Misc.java into four separate files 2008-11-10 17:07:15 -07:00