• Joined on 2023-04-23
bilbo pushed to main at bilbo/jvm 2025-01-14 04:01:08 +00:00
33645983ba CLDC 8: Object
bilbo pushed to main at bilbo/jvm 2025-01-14 03:15:42 +00:00
ffb73cefec CLDC 8: Integer
bilbo pushed to main at bilbo/jvm 2025-01-14 00:15:13 +00:00
332344073a Strings are now 2 bytes per character
73012dc048 add exception constructors
391fcf6738 CLDC 8: add Character and String classes
Compare 3 commits »
bilbo pushed to main at bilbo/jvm 2025-01-13 05:06:37 +00:00
89c0799767 CLDC 8: add Character and String classes
bilbo pushed to main at bilbo/jvm 2025-01-13 05:04:50 +00:00
389f4691e2 java/lang: add interface classes
bilbo pushed to main at bilbo/jvm 2025-01-13 00:28:26 +00:00
bilbo pushed to main at bilbo/jvm 2025-01-12 22:20:54 +00:00
bilbo pushed to main at bilbo/jvm 2025-01-12 00:10:50 +00:00
7aaa5ba4b1 add README
bilbo pushed to main at bilbo/jvm 2025-01-11 23:41:10 +00:00
16e24f9d61 add README
bilbo pushed to main at bilbo/jvm 2025-01-11 23:40:25 +00:00
23ca4a6faa add README
bilbo pushed to main at bilbo/jvm 2025-01-11 23:39:39 +00:00
ea9fad3585 add README
bilbo pushed to main at bilbo/jvm 2025-01-11 23:38:44 +00:00
59080e4851 add README
bilbo pushed to main at bilbo/jvm 2025-01-11 22:52:12 +00:00
a9b40c9521 class_resolver: resolve static fields from superclasses
bilbo pushed to main at bilbo/jvm 2025-01-11 22:34:00 +00:00
bilbo pushed to main at bilbo/jvm 2025-01-11 08:04:49 +00:00
ec525bbfbc execute: implement instanceof for arrays of references
bilbo pushed to main at bilbo/jvm 2025-01-11 07:54:38 +00:00
8ecda6d88d execute: implement instanceof for arrays of references
bilbo pushed to main at bilbo/jvm 2025-01-11 07:16:16 +00:00
48d8db8e9e execute: implement runtime exceptions
bilbo pushed to main at bilbo/jvm 2025-01-11 04:30:59 +00:00
94556bcd97 add StringBuilder ; improve Object.toString
bilbo pushed to main at bilbo/jvm 2025-01-11 04:06:45 +00:00
008690543d implement java.lang.Class.getName
bilbo pushed to main at bilbo/jvm 2025-01-11 01:51:37 +00:00
aaa55a4f9d native: lookup native methods by hash table entry