Joel Dice
|
b35a5a6db6
|
add new test to Subroutine to trigger latent bug compiling multiple jsr instructions to the same address
|
2009-06-10 18:11:27 -06:00 |
|
Joel Dice
|
70eedcdf97
|
replace slashes with dots in value returned by StackTraceElement.getClassName to make Classpath's java.util.logging.Logger happy
|
2009-06-06 21:08:36 -06:00 |
|
Joel Dice
|
61ba2d617e
|
meant to include this in the last commit
|
2009-06-06 20:38:02 -06:00 |
|
Joel Dice
|
20ea82ec2e
|
various tweaks for Classpath compatibility
|
2009-06-06 20:32:44 -06:00 |
|
Joel Dice
|
4fca1d64ba
|
fix thinko in String.regionMatches; ignore case when checking charsetName in String ctor
|
2009-06-06 20:30:58 -06:00 |
|
Joel Dice
|
a201d28e5c
|
handle null loader parameter properly in Class.forName
|
2009-06-06 20:29:15 -06:00 |
|
Joel Dice
|
c1ca653fef
|
intern CONSTANT_Utf8 pool entries to save memory and reduce bootimage size
|
2009-06-06 18:26:23 -06:00 |
|
Joel Dice
|
9cf0a42210
|
respect string offset in stringCharAt
|
2009-06-06 16:36:07 -06:00 |
|
Joel Dice
|
ac34bc072c
|
remove obsolete todo comments
|
2009-06-06 14:58:06 -06:00 |
|
Joel Dice
|
402fef9ae8
|
include native Classpath code in dynamic library
Note that this requires building Classpath with -fPIC on platforms where
it is not the default.
|
2009-06-06 14:25:05 -06:00 |
|
Joel Dice
|
6efeee49f8
|
include native Classpath code in libavian.a and the avian executable
|
2009-06-06 14:18:33 -06:00 |
|
Joel Dice
|
16537a32bc
|
fix logic in Thread.join(long) (second try)
|
2009-06-04 18:08:51 -06:00 |
|
Joel Dice
|
a064c744f4
|
fix logic in Thread.join(long)
|
2009-06-04 18:07:00 -06:00 |
|
Joel Dice
|
44e3ee5bd7
|
fix misspelling in comment
|
2009-06-04 18:03:09 -06:00 |
|
Joel Dice
|
d0f11cd2e5
|
move non-standard classes to avian package
|
2009-06-04 17:59:34 -06:00 |
|
Joel Dice
|
c14ae4d2f7
|
fix rebuild when using GNU Classpath
|
2009-06-04 17:54:06 -06:00 |
|
Joel Dice
|
0857f53651
|
more progress on GNU Classpath compatibility
|
2009-06-04 17:21:42 -06:00 |
|
Joel Dice
|
4a87d82d8e
|
fix GC safety bug in MyProcessor::initVtable
|
2009-06-04 17:20:55 -06:00 |
|
Joel Dice
|
db09adc0d4
|
allow copies between object arrays of different types in System.arraycopy
|
2009-06-04 17:19:48 -06:00 |
|
Joel Dice
|
98be5c509e
|
more progress towards GNU Classpath compatibility
|
2009-06-03 16:17:55 -06:00 |
|
Joel Dice
|
0f6dbe35a7
|
add build option for using GNU Classpath
|
2009-06-02 18:55:49 -06:00 |
|
Joel Dice
|
ba5105c374
|
throw NoSuchMethodError in resolveMethod if method not found
|
2009-06-02 18:55:12 -06:00 |
|
Joel Dice
|
0615b8a09f
|
add classes and methods needed for GNU Classpath compatibility
Most of these methods are stubs which throw
UnsupportedOperationExceptions for now.
|
2009-06-02 17:14:38 -06:00 |
|
Joel Dice
|
70bd2d908f
|
update readme.txt to reflect new bootimage-generator parameter
|
2009-06-01 12:51:20 -06:00 |
|
Joel Dice
|
a4d4db8eb4
|
fix cygwin/msys bootimage build
|
2009-06-01 12:12:29 -06:00 |
|
Joel Dice
|
2d2940b13e
|
add continuation classes and methods to vm.pro
|
2009-05-31 23:02:50 -06:00 |
|
Joel Dice
|
d4e977db28
|
update vm.pro to reflect new SystemClassLoader location
|
2009-05-31 22:48:38 -06:00 |
|
Joel Dice
|
11e61543a3
|
fix bootimage build
|
2009-05-31 21:16:58 -06:00 |
|
Joel Dice
|
0debcf0f16
|
document "tails" and "continuations" options in readme.txt
|
2009-05-31 18:31:15 -06:00 |
|
Joel Dice
|
049f96bd1c
|
Merge branch 'master' into fun
|
2009-05-31 17:25:34 -06:00 |
|
Joel Dice
|
c434f211e2
|
fix return type for Avian_java_lang_Object_hashCode
|
2009-05-31 17:19:18 -06:00 |
|
Joel Dice
|
ace985b390
|
fix native method lookup for fast calling convention on Windows
|
2009-05-31 14:41:07 -06:00 |
|
Joel Dice
|
01f302d4b5
|
give avian/Continuations a private constructor; documentation tweaks
|
2009-05-31 14:16:51 -06:00 |
|
Joel Dice
|
9d6a3021ca
|
make Hashtable.toString synchronized
|
2009-05-31 14:16:08 -06:00 |
|
Joel Dice
|
b1d92fc6c2
|
fix compilation of synchronized methods which return values
|
2009-05-31 14:15:45 -06:00 |
|
Joel Dice
|
f1ff0d75bf
|
avian.Continuations documentation tweaks
|
2009-05-29 19:09:32 -06:00 |
|
Joel Dice
|
b5cb1692fb
|
document avian.Continuations
|
2009-05-29 18:32:16 -06:00 |
|
Joel Dice
|
02fba10614
|
set DebugCompile to false
|
2009-05-28 19:56:15 -06:00 |
|
Joel Dice
|
f30e31e5f6
|
compile-x86.S bugfixes and cleanups
|
2009-05-28 19:54:32 -06:00 |
|
Joel Dice
|
14613193fa
|
include return address size in frameSize passed to vmInvoke; fix printf warnings
|
2009-05-28 19:50:44 -06:00 |
|
Joel Dice
|
2478d4fc7f
|
conditionally include continuation code in compile-x86.S
|
2009-05-28 19:13:15 -06:00 |
|
Joel Dice
|
b4dea1f71c
|
fix printf warnings in compiler.cpp
|
2009-05-28 19:12:26 -06:00 |
|
Joel Dice
|
d99f8df6e6
|
several bugfixes for powerpc continuations
|
2009-05-28 18:56:05 -06:00 |
|
Joel Dice
|
ca4e62cdb7
|
pass -DAVIAN_CONTINUATIONS to assembler when continuations enabled
|
2009-05-28 18:51:53 -06:00 |
|
Joel Dice
|
ec60b844d4
|
fix powerpc tail calls
|
2009-05-27 18:15:39 -06:00 |
|
Joel Dice
|
49a2c1846d
|
powerpc bugfixes
|
2009-05-26 19:30:11 -06:00 |
|
Joel Dice
|
2608a2ee43
|
progress towards powerpc continuation and tail call support
|
2009-05-26 19:02:39 -06:00 |
|
Joel Dice
|
9ddbf14b6c
|
add classpath/avian/Machine.java
|
2009-05-25 23:31:13 -06:00 |
|
Joel Dice
|
a8c836d2cb
|
move continuations tests into test/extra
|
2009-05-25 23:30:40 -06:00 |
|
Joel Dice
|
4eeabbeec3
|
point javac to the right output directory when building extra tests
|
2009-05-25 23:27:47 -06:00 |
|