..
avian/testing /annotations
Fixing some issues with runtime annotations within avian.
2012-05-22 14:02:51 -06:00
extra
add tail call test
2011-03-15 17:51:32 -06:00
AllFloats.java
refactor code responsible for moving data in the compiler
2009-11-27 21:15:12 -07:00
Annotations.java
Fixing some issues with runtime annotations within avian.
2012-05-22 14:02:51 -06:00
Arrays.java
fix Array.makeObjectArray regression
2010-12-01 15:44:09 -07:00
BitsetTest.java
DefineClass.java
uncomment testStatic call in DefineClass
2011-03-15 17:33:09 -06:00
DivideByZero.java
throw ArithmeticException on divide-by-zero
2010-12-19 17:47:21 -07:00
Enums.java
Exceptions.java
FileOutput.java
close FileInputStream before deleting file in FileOutput test
2011-01-17 10:33:43 -07:00
Files.java
override InputStream.available for FileInputStream and the instance returned by ZipFile.getInputStream
2012-05-04 19:55:53 -06:00
Finalizers.java
Floats.java
fix incorrect array sizing in populateMultiArray
2012-06-26 10:43:47 -06:00
GC.java
fix custom-classloader-related concurrency problems and other bugs
2010-09-16 20:49:02 -06:00
Hello.java
Initializers.java
fix ARM stack unwinding (part 2)
2011-02-20 13:49:40 -07:00
Integers.java
fix signedness error for wide iinc implementation
2010-09-23 08:50:09 -06:00
LazyLoading.java
fix IllegalAccessException in LazyLoading test
2011-03-26 12:00:40 -06:00
List.java
fix ArrayList performance issue
2012-06-14 10:55:03 -06:00
Logging.java
fix Logging test for tails=true build
2011-08-05 18:04:38 -06:00
Longs.java
handle constants larger than 8 bits in subtractBorrowCR
2012-03-11 04:59:42 -06:00
Misc.java
fix bug in isAssignableFrom such that primitive array types were considered to be subclasses of the Object array type
2012-02-27 18:16:01 -07:00
NullPointer.java
add a couple of test cases to NullPointer.java
2011-02-01 08:40:56 -07:00
OutOfMemory.java
rework VM exception handling; throw OOMEs when appropriate
2010-12-27 15:55:23 -07:00
Processes.java
implement Process.destroy
2011-11-03 12:30:51 -06:00
Proxies.java
support runtime-visible annotations and java.lang.reflect.Proxy
2009-09-18 18:01:54 -06:00
References.java
fix handling of reachable, moved weak references in postVisit
2009-09-01 17:23:30 -06:00
Reflection.java
wrap primitive return values using correct types in Method.invoke
2011-02-22 17:54:56 -07:00
Simple.java
StackOverflow.java
make StackOverflow test useful in tails=true build
2011-01-25 17:13:59 -07:00
Strings.java
implement Character.forDigit
2011-01-20 09:33:50 -07:00
Subroutine.java
fix subroutine stack mapping bug leading to crashes during GC
2011-02-16 14:29:57 -07:00
Switch.java
test.sh
enable use-frame-pointer=true build
2011-01-27 21:06:01 -07:00
Threads.java
fix Thread.interrupt and Thread.interrupted
2011-07-12 14:15:43 -06:00
Trace.java
use wait/notifyAll too avoid starvation in Trace test
2011-02-26 12:40:54 -07:00
Tree.java
add TreeSet(Collection) constructor
2011-01-20 09:39:16 -07:00
UnsafeTest.java
add test for sun.misc.Unsafe functionality
2012-03-13 08:28:33 -06:00
UrlTest.java
include leading slash in path when parsing URLs in URLStreamHandler
2012-02-18 15:14:16 -07:00
Zip.java
fix access violation introduced in last commit
2011-09-14 13:27:17 -06:00