Thu, 06 Feb 2014 11:10:48 +0100 Jan Vrany Merged Claus's Java release definition for OS X into JavaRelease::AppleJDK6. development
Thu, 06 Feb 2014 10:48:39 +0100 Jan Vrany Merged 8fcf6cde056e and 659fb25645b0 development
Thu, 06 Feb 2014 10:45:46 +0100 Jan Vrany Merged c1c82d3baae7 and 394676d5c68e development
Thu, 06 Feb 2014 10:38:49 +0100 Jan Vrany Use Ant+Ivy instead of Maven to download libraries in stx:libjava/libs development
Thu, 12 Dec 2013 16:42:20 +0100 Marcel Hlopko fix typo in JavaRelease development
Sun, 26 Jan 2014 17:15:33 +0100 Marcel Hlopko fix constant pool content tests development
Sat, 25 Jan 2014 21:47:20 +0100 Marcel Hlopko get rid of old mh breakpoint development
Sat, 25 Jan 2014 21:35:58 +0100 Marcel Hlopko fix javaHome for oracle-7 development
Wed, 05 Feb 2014 16:28:55 +0100 Jan Vrany Added XMPP Chat example (shown at Smalltalks 2013) development
Wed, 05 Feb 2014 16:26:44 +0100 Jan Vrany Added run-all.rb scrip to run all tests on several different configurations development
Wed, 05 Feb 2014 15:22:28 +0100 Jan Vrany Merged 220f5d25933a and 7472dbd72ef7 development
Wed, 05 Feb 2014 15:13:53 +0100 Jan Vrany Merged 7702920fa03a and 1badaa4fa024 development
Wed, 05 Feb 2014 14:01:51 +0100 Jan Vrany Added tests for reflection on arrays. More tests for shift instructions. development
Wed, 05 Feb 2014 09:08:10 +0000 Jan Vrany Fixed native _java_net_Inet4AddressImpl_lookupAllHostAddr:_: development
Mon, 03 Feb 2014 09:25:42 +0000 Jan Vrany Fixed some java.io.WinNT/Win32FileSystem natives. development
Fri, 31 Jan 2014 17:17:46 +0000 Jan Vrany Rename __ACC_BREAKPNT to __ACX_BREAKPNT, there's no such constant in JVM spec. development
Fri, 31 Jan 2014 12:41:22 +0000 Jan Vrany Added JavaBooleanArray to represent boolean[]. development
Fri, 31 Jan 2014 09:19:51 +0000 Jan Vrany Cleanup & refactoring of constant pool references (JavaRef2 hierarchy) development
Thu, 30 Jan 2014 23:40:39 +0000 Jan Vrany Fix in method ref: initialize class if not already, removed breakpoints... 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:41 +0000 Jan Vrany Added tests for MULTIANEWARRAY instruction development
Tue, 28 Jan 2014 11:23:11 +0000 Jan Vrany Added support for new MULTIANEWARRAY implementation. development
Mon, 27 Jan 2014 14:00:40 +0000 Jan Vrany Moved JavaCompilerTests to stx:libtool. development
Thu, 23 Jan 2014 23:10:26 +0000 Jan Vrany Merged 3f59f05b601e and 64ec2085e797 development
Thu, 23 Jan 2014 16:16:05 +0000 Jan Vrany Added tests from GETFIELD/PUTFIELD and INVOKE*. development
Wed, 22 Jan 2014 15:28:31 +0000 Jan Vrany Added new native JavaNativeMethodImpl_OpenJDK6>>#_java_lang_Class_getDeclaringClass0: development
Wed, 22 Jan 2014 15:02:15 +0000 Jan Vrany Fix in JUnitTestCaseProxy>>performTest. development
Tue, 21 Jan 2014 14:44:18 +0000 Jan Vrany Fix in JavaLookup::Smalltalk2Java: match Unicode16/32String to java.lang.String when calling Java method from Smalltalk. development
Tue, 21 Jan 2014 11:28:09 +0000 Jan Vrany Fix in JavaClass>>basicNew initialize class if not already. 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
Mon, 20 Jan 2014 14:06:00 +0000 Jan Vrany JavaRef2>>invalidate/invalidateForClass: moved from experiments to stx:libjava development
Mon, 20 Jan 2014 14:04:28 +0000 Jan Vrany Update JavaLookup to work with new JIT-compilation scheme... development
Sat, 18 Jan 2014 21:47:35 +0000 Jan Vrany Added _INVOKE*R: methods used by new JIT compiler. development
Sat, 18 Jan 2014 21:44:04 +0000 Jan Vrany Fix in ByteArray>>_CHECKCAST:/_INSTANCEOF: (typo/copy paste error) development
Sat, 18 Jan 2014 21:42:42 +0000 Jan Vrany Better printOn: / printString: fpr JavaMethodRef2 development
Sat, 18 Jan 2014 11:43:43 +0000 Jan Vrany Fixed native #_sun_reflect_Reflection_getCallerClass:_: to work with new JIT compilation scheme. development
Tue, 14 Jan 2014 09:49:25 +0000 Jan Vrany Fix in JavaSourceHighlighter>>#formatClassDefinition:in: - care for formatting class side... development
Tue, 07 Jan 2014 13:44:55 +0100 Jan Vrany Fix in JavaClass>>#perform:onReceiver:from:ifNotFound: pass selector/sender when evaluatinh method using Method>>valueWith:... development
Mon, 23 Dec 2013 23:14:49 +0100 Jan Vrany Fix in JavaRef2>>#resolve: resolving is now synchronized on class. development
Mon, 23 Dec 2013 22:59:16 +0100 Jan Vrany Added JavaClass>>synchronized: that uses thinlocks. development
Mon, 23 Dec 2013 22:49:09 +0100 Jan Vrany Fix in Java>>flushClasses: do not use Smalltalk>>removeKey: 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
Wed, 18 Dec 2013 00:02:10 +0100 Jan Vrany Use system class loader when loading class for JavaClassAccessor. development
Thu, 12 Dec 2013 15:30:33 +0000 Jan Vrany Bugfix in JavaRelease::OracleJDK7>>validateJavaHome2: development
Tue, 10 Dec 2013 23:20:00 +0000 Jan Vrany Class loading refactoring (part 3) 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
Tue, 10 Dec 2013 10:46:13 +0000 Jan Vrany Bugfix: fixed premature freeing of zip entry causing zip entry. development
Mon, 09 Dec 2013 23:52:18 +0000 Jan Vrany Access to ZipEntryCache synchronized to avoid races. development
Sun, 08 Dec 2013 22:36:37 +0000 Jan Vrany Added JavaObject>>synchronized: and JavaClass>>synchronized: 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
Tue, 03 Dec 2013 01:14:37 +0000 Jan Vrany Added all stubs for native methods from recent OpenJDK 6. development
Tue, 03 Dec 2013 00:37:15 +0000 Jan Vrany Added interop tests for constructors. development
Tue, 03 Dec 2013 00:17:49 +0000 Jan Vrany Flush JavaClassRegistry's notifier when flushing classes. development
Wed, 27 Nov 2013 00:29:44 +0000 Jan Vrany Hack in JavaSourceHighlighter for JImport expecco plugin. development
Tue, 26 Nov 2013 23:04:56 +0000 Jan Vrany Fixes in Java source highlighting - boot Java if not already. development
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip