Andreas Gal
|
de7bc07375
|
fix lsub
|
2014-07-19 00:02:20 -07:00 |
Andreas Gal
|
f90bca8af5
|
add a way to print backtraces and fix ifnull/ifnonnull
|
2014-07-18 23:24:26 -07:00 |
Andreas Gal
|
805adcfeef
|
call the constructor from newInstance
|
2014-07-18 21:56:30 -07:00 |
Andreas Gal
|
5bcefb1f6c
|
fix a test case
|
2014-07-18 18:33:12 -07:00 |
Andreas Gal
|
f59bebf2b3
|
fix dconst_0/1
|
2014-07-18 18:23:49 -07:00 |
Andreas Gal
|
671a6bfce9
|
fix a bunch of cases for TestDataInputStream
|
2014-07-18 18:09:55 -07:00 |
Andreas Gal
|
dbdf9bd66d
|
add TestClass and fix related bugs
|
2014-07-18 17:55:09 -07:00 |
Andreas Gal
|
22bdd1bb5c
|
fix arraylength
|
2014-07-18 14:44:50 -07:00 |
Andreas Gal
|
a972b0b4ac
|
fix native calls that return a long value
|
2014-07-18 11:00:19 -07:00 |
Andreas Gal
|
25cb7e98a6
|
a couple array fixes
|
2014-07-18 01:12:38 -07:00 |
Andreas Gal
|
b6a04472c8
|
fixup exception handling
|
2014-07-17 23:02:28 -07:00 |
Andreas Gal
|
bae132fb3d
|
fixes to exception handling
|
2014-07-17 22:00:32 -07:00 |
Andreas Gal
|
bafcea469d
|
throw JavaException from native code instead of using raiseException
|
2014-07-17 18:43:16 -07:00 |
Andreas Gal
|
af6e510174
|
catch Java exceptions in native code in the interpreter
|
2014-07-17 18:42:11 -07:00 |
Andreas Gal
|
6256dd31ff
|
use separate stack to invoke static initializers
|
2014-07-17 14:34:22 -07:00 |
Andreas Gal
|
7ac0fb0653
|
send output to a div
|
2014-07-17 01:41:50 -07:00 |
Andreas Gal
|
391f2d314a
|
make class initialization more precise
|
2014-07-17 01:37:35 -07:00 |
Andreas Gal
|
16c34bd445
|
don't export JavaException from Native
|
2014-07-15 19:21:40 -07:00 |
Andreas Gal
|
31eaa16642
|
fix console output, hello world works now
|
2014-07-15 00:01:11 -07:00 |
Andreas Gal
|
344d8ebbb5
|
comment out monitor code, it seems to be broken
|
2014-07-14 23:52:27 -07:00 |
Andreas Gal
|
27529726b9
|
more work on Class natives
|
2014-07-14 23:47:20 -07:00 |
Andreas Gal
|
5c70149d6e
|
add partial Class.forName
|
2014-07-14 23:37:33 -07:00 |
Andreas Gal
|
acf1233174
|
add unchecked_char_array
|
2014-07-14 23:19:26 -07:00 |
Andreas Gal
|
5b0b4aef27
|
implement a native method
|
2014-07-14 22:13:01 -07:00 |
Andreas Gal
|
35752868ef
|
eliminate other use of meta()
|
2014-07-13 19:57:33 -07:00 |
Andreas Gal
|
0e899fbc7e
|
rename getMethod to getNativeMethod in Native
|
2014-07-13 18:47:31 -07:00 |
Andreas Gal
|
1572da1730
|
be more lazy and cache more signature parsing
|
2014-07-13 10:51:34 -07:00 |
Andreas Gal
|
875ef93a73
|
more classinfo cleanup
|
2014-07-13 10:37:28 -07:00 |
Andreas Gal
|
7401fda65d
|
cleanup classinfo, resolve it earlier, don't keep classImage in memory
|
2014-07-13 09:28:19 -07:00 |
Andreas Gal
|
02f2466e32
|
implement arraycopy
|
2014-07-13 09:03:11 -07:00 |
Andreas Gal
|
6a89b9142f
|
at last, we can raise exceptions from within natives
|
2014-07-13 00:15:00 -07:00 |
Andreas Gal
|
b6d521de28
|
pass caller to natives as this
|
2014-07-13 00:12:33 -07:00 |
Andreas Gal
|
ead498de16
|
rewrite invocation path
|
2014-07-13 00:00:11 -07:00 |
Andreas Gal
|
7bfd169d76
|
factor ou code to call native methods
|
2014-07-12 23:13:53 -07:00 |
Andreas Gal
|
6c30aeb031
|
fix argument order for native methods
|
2014-07-12 16:07:47 -07:00 |
Andreas Gal
|
673c224628
|
rework VM core
|
2014-07-12 14:07:11 -07:00 |