JavaVM.st
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
Wed, 20 Feb 2013 23:36:32 +0000 Jan Vrany Merged 9195eccdcbd9 and 13b1fc3fa090 development
Wed, 20 Feb 2013 23:05:49 +0000 Jan Vrany Merged 08505399cea8 and 0adf7bbcf2c9 (branch default - CVS HEAD) development
Wed, 20 Feb 2013 00:22:55 +0000 Jan Vrany Added sun.misc.Perf native to make OpenJDK 7 boot. development
Mon, 18 Feb 2013 18:04:46 +0100 Jan Vrany defined source container
Sat, 16 Feb 2013 19:08:45 +0100 Jan Vrany Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Mon, 22 Aug 2011 16:49:28 +0200 Jan Vrany Fix for sun.reflect.NativeMethodAccessorImpl.invoke0()
Fri, 19 Aug 2011 15:11:30 +0200 Claus Gittinger #_sun_reflect_NativeMethodAccessorImpl_invoke0: fix for static methods
Thu, 18 Aug 2011 20:42:48 +0200 Jan Vrany Jan's version
Fri, 09 Oct 2009 16:25:28 +0200 Claus Gittinger changed: #deinitializeAdditionalJavaProtocol expecco_2_1_0
Sat, 20 Mar 2004 20:27:50 +0100 Stefan Vogel Rename AbsoluteTime to Timestamp
Fri, 22 Nov 2002 21:14:07 +0100 Claus Gittinger category change
Sun, 31 Dec 2000 13:27:50 +0100 Claus Gittinger *** empty log message ***
Mon, 18 Dec 2000 23:11:53 +0100 Claus Gittinger checkin from browser
Mon, 18 Dec 2000 20:30:11 +0100 Claus Gittinger some Motif emulation
Mon, 18 Dec 2000 17:43:45 +0100 Claus Gittinger *** empty log message ***
less more (0) -100 -60 tip