JavaVM.st
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
Mon, 02 Mar 2015 17:50:49 +0100 Jan Vrany Merged with mercurial revision 58d72cc6d5f (3 changesets total) cvs_MAIN
Mon, 30 Mar 2015 17:30:23 +0100 Jan Vrany Fixed a bad bug in jaba.lang.Class object management for char[]
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
Mon, 02 Mar 2015 17:50:49 +0100 Jan Vrany Merged with mercurial revision 58d72cc6d5f (3 changesets total) cvs_MAIN
Mon, 02 Mar 2015 16:09:34 +0000 Jan Vrany Replaced old-style `'string' infoPrintCR` logging with new-style `Logger log:'string'` logging cvs_MAIN_tracking
Mon, 02 Mar 2015 14:21:07 +0000 Jan Vrany Use new Logger API (use Logger severityXXX instead of symbols) cvs_MAIN_tracking
Wed, 28 Jan 2015 03:12:08 +0100 Jan Vrany Merged with mercurial revision cb6c15e66be (594 changesets total) cvs_MAIN
Mon, 05 Jan 2015 17:10:02 +0100 Jan Vrany Updated copyright notices.
Tue, 04 Nov 2014 13:58:33 +0000 Jan Vrany For Windows JDK7, make sure TwoStackSocketImpl is used
Sat, 16 Aug 2014 08:13:09 +0100 Jan Vrany Fixes for reloading
Mon, 11 Aug 2014 01:55:40 +0100 Jan Vrany es to ClassLoader#classes list.
Mon, 04 Aug 2014 16:13:14 +0100 Jan Vrany (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
Thu, 12 Jun 2014 16:07:43 +0100 Jan Vrany Increated per-process stack size limit for Groocy 2.x.x
Thu, 12 Jun 2014 12:12:40 +0100 Jan Vrany Fixed bug #77: Ignore unhandled ThreadDeath exceptions.
Mon, 02 Jun 2014 14:54:08 +0100 Jan Vrany Better error message for VM-thrown ArrayStoreException.
Tue, 27 May 2014 12:49:36 +0100 Jan Vrany Variaous optimizations in string manipulatios to speed up class reading.
Wed, 16 Apr 2014 18:53:52 +0200 Claus Gittinger JavaContext:
Thu, 10 Apr 2014 10:10:12 +0200 Jan Vrany Fixed unimplemented native java.lang.reflect.Array.get()
Wed, 09 Apr 2014 18:41:09 +0200 Jan Vrany Fixes for groovy.
Fri, 04 Apr 2014 13:10:16 +0200 Jan Vrany Bugfix in JavaVM>>initializeVM: do not deadlock caller if VM initialization failed.
Fri, 21 Mar 2014 13:25:14 +0000 Jan Vrany Make internal JVM processes to form a new provess group on Smalltalk VM level.
Mon, 10 Feb 2014 00:12:30 +0100 Marcel Hlopko throw ExceptionInInitializerError when anything bad happens during class init development
Wed, 05 Feb 2014 15:13:53 +0100 Jan Vrany Merged 7702920fa03a and 1badaa4fa024 development
Fri, 31 Jan 2014 09:19:51 +0000 Jan Vrany Cleanup & refactoring of constant pool references (JavaRef2 hierarchy) development
Wed, 29 Jan 2014 17:27:26 +0000 Jan Vrany Fixed _GETFIELD_R: / _PUTFIELD_R: to throw NPE when an object is nil. development
Tue, 28 Jan 2014 14:43:02 +0000 Jan Vrany Added _MULTIANEWARRAY* methods to suppott new MULTIANEWARRAY implementation. development
Tue, 28 Jan 2014 11:23:11 +0000 Jan Vrany Added support for new MULTIANEWARRAY implementation. development
Mon, 20 Jan 2014 23:08:41 +0000 Jan Vrany Fixed _GETSTATIC_R: / _PUTSTATIC_R: - initialize class if not already. development
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:
less more (0) -300 -100 -60 tip