Wed, 05 Feb 2014 16:26:44 +0100 Added run-all.rb scrip to run all tests on several different configurations development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Feb 2014 16:26:44 +0100] rev 3000
Added run-all.rb scrip to run all tests on several different configurations
Wed, 05 Feb 2014 15:22:28 +0100 Merged 220f5d25933a and 7472dbd72ef7 development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Feb 2014 15:22:28 +0100] rev 2999
Merged 220f5d25933a and 7472dbd72ef7
Wed, 05 Feb 2014 15:13:53 +0100 Merged 7702920fa03a and 1badaa4fa024 development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Feb 2014 15:13:53 +0100] rev 2998
Merged 7702920fa03a and 1badaa4fa024
Wed, 05 Feb 2014 14:01:51 +0100 Added tests for reflection on arrays. More tests for shift instructions. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Feb 2014 14:01:51 +0100] rev 2997
Added tests for reflection on arrays. More tests for shift instructions.
Wed, 05 Feb 2014 09:08:10 +0000 Fixed native _java_net_Inet4AddressImpl_lookupAllHostAddr:_: development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 05 Feb 2014 09:08:10 +0000] rev 2996
Fixed native _java_net_Inet4AddressImpl_lookupAllHostAddr:_: Use #signedDoubleWordAt: - Java integers are always signed!
Mon, 03 Feb 2014 09:25:42 +0000 Fixed some java.io.WinNT/Win32FileSystem natives. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 03 Feb 2014 09:25:42 +0000] rev 2995
Fixed some java.io.WinNT/Win32FileSystem natives.
Fri, 31 Jan 2014 17:17:46 +0000 Rename __ACC_BREAKPNT to __ACX_BREAKPNT, there's no such constant in JVM spec. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 31 Jan 2014 17:17:46 +0000] rev 2994
Rename __ACC_BREAKPNT to __ACX_BREAKPNT, there's no such constant in JVM spec.
Fri, 31 Jan 2014 12:41:22 +0000 Added JavaBooleanArray to represent boolean[]. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 31 Jan 2014 12:41:22 +0000] rev 2993
Added JavaBooleanArray to represent boolean[]. We need a special class as Java represents boolean arrays internally as bytearrays. However, it has to be special class as reflection has to distinguish between byte[] and boolean[]. Also we used to descibe them using BooleanArray but this breaks MULTIANEWARRAY as BooleanArray use internally compact bit-encoding for values.
Fri, 31 Jan 2014 09:19:51 +0000 Cleanup & refactoring of constant pool references (JavaRef2 hierarchy) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 31 Jan 2014 09:19:51 +0000] rev 2992
Cleanup & refactoring of constant pool references (JavaRef2 hierarchy) Introduced new naming convention to denote slots which are valid only after a reference is resolved. Unused method removed. Added some documentation.
Thu, 30 Jan 2014 23:40:39 +0000 Fix in method ref: initialize class if not already, removed breakpoints... development
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 30 Jan 2014 23:40:39 +0000] rev 2991
Fix in method ref: initialize class if not already, removed breakpoints...
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip