JavaVM.st
Mon, 20 Jan 2014 15:11:12 +0000 Jan Vrany Added _GETFIELD_R:_:/ _GETSTATIC_R: / _PUTFIELD_R:_:_: / _PUTSTATIC_R:_: (used by new JIT code) development
Sat, 18 Jan 2014 21:47:35 +0000 Jan Vrany Added _INVOKE*R: methods used by new JIT compiler. development
Wed, 18 Dec 2013 14:52:11 +0100 Jan Vrany Post-merge fixes. development
Wed, 18 Dec 2013 12:03:32 +0100 Jan Vrany Merged 7c3b2a89f173 and 80a1a085a982 (branch performance-optimizations) development
Tue, 10 Dec 2013 23:04:44 +0000 Jan Vrany Class loading refactoring (part 2) development
Tue, 10 Dec 2013 22:33:43 +0000 Jan Vrany Class loading refactoring (part 1) development
Mon, 09 Dec 2013 23:52:18 +0000 Jan Vrany Access to ZipEntryCache synchronized to avoid races. development
Sun, 08 Dec 2013 00:41:29 +0000 Jan Vrany Added lockWord to JavaBehavior to enable thinlocking for static methods and resolver. development
Fri, 06 Dec 2013 22:10:14 +0000 Jan Vrany Fix in JavaVM>>monitorEnter:in: inflate thinlock using #getMonitor. development
Wed, 20 Nov 2013 23:45:28 +0000 Jan Vrany Fix in JavaVM>>#initializeSystemPropertiesInto: be careful when initializing stx.libjava.tests... development
Mon, 18 Nov 2013 14:53:17 +0000 Jan Vrany Fix in JavaVM>>#unpark: (typo) development
Fri, 15 Nov 2013 23:00:36 +0000 Jan Vrany Fix in JavaVM for exception debugging. development
Thu, 14 Nov 2013 14:50:25 -0800 Jan Vrany Fixes and (void) natives for shared-memory JDI transport. development
Tue, 12 Nov 2013 01:31:21 +0000 Jan Vrany Native java.lang.Object#clone() refactored to use ACX_CLOENABLE flag. development
Mon, 11 Nov 2013 09:48:58 +0000 Jan Vrany Another pass over Mauve tests. development
Sat, 19 Oct 2013 17:38:22 +0100 Jan Vrany Make JavaVM>>#loadClassesIn: to work with .jar files as well. development
Wed, 16 Oct 2013 14:15:23 +0100 Jan Vrany Fix to recompile erroneous classes upon reload. development
Fri, 11 Oct 2013 18:34:22 +0100 Jan Vrany Merged 5ea0697eef5f and e4f0dcc42f4a (monitor trace fixes) development
Fri, 11 Oct 2013 11:33:19 +0100 Jan Vrany Fixed logging of monitor-related events - honour JavaVM.MonitorTrace flag. development
Thu, 10 Oct 2013 10:42:05 +0100 Jan Vrany Fix in mixed exception handling. development
Thu, 10 Oct 2013 00:08:11 +0100 Jan Vrany JavaClass>>#name vs. #binaryName refactoring development
Mon, 07 Oct 2013 11:54:25 +0100 Jan Vrany Fix in JavaVM>>standardThreadGroup development
Sun, 22 Sep 2013 19:35:48 +0100 Jan Vrany Fixes. development
Fri, 20 Sep 2013 02:03:08 +0100 Jan Vrany Cleanup. Change source API in `Java` to return stream rather than string. development
Sun, 15 Sep 2013 02:16:13 +0100 Jan Vrany Merged 272689c14005 and 13f5be2bf83b. development
Sun, 15 Sep 2013 01:44:55 +0100 Jan Vrany Merged d87e89dd5276 and fe83a843a7bf (branch default - CVS HEAD) development
Sun, 15 Sep 2013 01:02:01 +0100 Jan Vrany Fixed removing of Java classes (issue #40) development
Fri, 06 Sep 2013 00:16:38 +0100 Jan Vrany Added version_CVS to all classes and build files regenerated & cleaned. development
Thu, 05 Sep 2013 22:08:59 +0100 Jan Vrany Merged 7c8aeacae13e and 453c3d9e8a94 (branch default - CVS HEAD) development
Tue, 03 Sep 2013 01:18:46 +0100 Jan Vrany Changed registration of Java classes into system dictionary. development
Fri, 06 Sep 2013 02:45:44 +0200 Jan Vrany Updated to match Mercurial revision a00302fe5083 with two tweaks:
Thu, 15 Aug 2013 22:31:51 +0100 Jan Vrany Support for timeout in datagram receive native. development
Tue, 13 Aug 2013 11:56:17 +0100 Jan Vrany Some work on datagram socket support. development
Thu, 23 May 2013 09:56:27 +0100 Jan Vrany Initial support for generalized built-in class support. builtin-class-support
Wed, 22 May 2013 21:15:02 +0100 Jan Vrany Initial attempt to generalized builtin class support. builtin-class-support
Wed, 22 May 2013 00:27:53 +0100 Jan Vrany Removed debug print in JavaVM>>classForName:definedBy: performance-optimizations
Tue, 21 May 2013 17:22:26 +0100 Jan Vrany An experiment: access to known class java.lang.Class through pool var. performance-optimizations
Sat, 18 May 2013 23:03:23 +0100 Jan Vrany Performance optimization - classForName: (part 1) performance-optimizations
Fri, 17 May 2013 14:14:55 +0100 Jan Vrany CHECKCAST/INSTANCEOF optimization (part 3) performance-optimizations
Tue, 14 May 2013 15:36:56 +0100 Jan Vrany CHECKCAST/INSTANCEOF/ARRAYLENGTH refactoring (part 1) performance-optimizations
Mon, 13 May 2013 00:59:43 +0100 Jan Vrany Reimplementation of INSTANCEOF in same spirit as CHECKCAST. performance-optimizations
Sun, 12 May 2013 21:51:38 +0100 Jan Vrany Java CHECKCAST instruction refactored. performance-optimizations
Fri, 10 May 2013 18:33:57 +0100 Jan Vrany Updates for fast checkcast implementation performance-optimizations
Tue, 07 May 2013 13:31:03 +0100 Jan Vrany Merged a98037ca2d11 and b09eaedf206a (branch java-exception-optimization) development
Tue, 07 May 2013 12:39:09 +0100 Jan Vrany Changed JavaVM>>classForName: to faster JavaVM>>classForName:definedBy: development
Tue, 07 May 2013 02:10:33 +0100 Jan Vrany Optimization: use Context>>findSpecialHandle:raise: to search for exception handlers. java-exception-optimization
Fri, 03 May 2013 10:56:50 +0100 Jan Vrany Bugfix in _LDC_R: - do not initilalize class. development
Fri, 03 May 2013 00:05:32 +0100 Jan Vrany Fixed CHECKCAST insn implementation to support JIT-compiled code. development
Tue, 07 May 2013 15:42:51 +0200 Stefan Vogel class: JavaVM
Thu, 02 May 2013 10:32:02 +0100 Jan Vrany Performance optimization: rewrote 'JavaVM classNamed:' to 'JavaVM classNamed:...definedBy:...'. development
Thu, 02 May 2013 00:07:31 +0100 Jan Vrany Call __jbindnative() when initializing Java native method. development
Tue, 30 Apr 2013 10:02:03 +0100 Jan Vrany AALOAD/AASTORE refactored. development
Mon, 29 Apr 2013 21:46:05 +0100 Jan Vrany Added JavaVM class>>_AASTORE:_:_: insn implementation. development
Fri, 19 Apr 2013 00:01:10 +0200 Jan Vrany Makes JavaUnresolvedCompilationError proceedable. development
Thu, 18 Apr 2013 23:32:13 +0200 Jan Vrany Added JavaUnresolvedCompilationError. development
Mon, 15 Apr 2013 23:55:43 +0200 Jan Vrany Improvements in JavaCompiler. development
Sun, 10 Mar 2013 20:08:42 +0000 Jan Vrany Make JavaContext>>acquiredMonitors obsolete. development
Tue, 26 Feb 2013 11:32:43 +0000 Jan Vrany Merged 009a0df3afce and 3c9b3181ded (branch development - CVS HEAD) development
Mon, 25 Feb 2013 12:15:35 +0100 Jan Vrany Updated to rev 009a0df3afce
Fri, 22 Feb 2013 16:06:12 +0000 Jan Vrany Improvements in JavaCodeBundleEditor. development
less more (0) -100 -60 tip