Tue, 12 Feb 2013 21:02:11 +0100 fixing nested annotations development
Marcel Hlopko <marcel.hlopko@fit.cvut.cz> [Tue, 12 Feb 2013 21:02:11 +0100] rev 2064
fixing nested annotations
Tue, 12 Feb 2013 18:07:13 +0000 Added test for nested annotations. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 12 Feb 2013 18:07:13 +0000] rev 2063
Added test for nested annotations.
Tue, 12 Feb 2013 15:34:10 +0000 Added #/ for convenient navigation through JavaCodeBundle hiearchy. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 12 Feb 2013 15:34:10 +0000] rev 2062
Added #/ for convenient navigation through JavaCodeBundle hiearchy.
Tue, 12 Feb 2013 15:33:11 +0000 Care for more than 14 arguments to a native method (sigh). development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 12 Feb 2013 15:33:11 +0000] rev 2061
Care for more than 14 arguments to a native method (sigh). In that case, no trampoline is generated and eventual invocation will trigger an error since this is not supported by the VM.
Tue, 12 Feb 2013 15:31:26 +0000 Added JavaRelease>>javaBundle. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 12 Feb 2013 15:31:26 +0000] rev 2060
Added JavaRelease>>javaBundle.
Tue, 12 Feb 2013 03:44:19 -0800 JavaRelease refactoring. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 12 Feb 2013 03:44:19 -0800] rev 2059
JavaRelease refactoring. Better detection and validation of individual Java releases/versions. SunJDK6/7 renamed to OracleJDK6/7. Removed Custom release as type of the JDK has to be known as well.
Mon, 11 Feb 2013 14:40:17 -0800 Bugfix: JavaRelease>>dumpConfigOn: (added missing asString) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 11 Feb 2013 14:40:17 -0800] rev 2058
Bugfix: JavaRelease>>dumpConfigOn: (added missing asString)
Mon, 11 Feb 2013 13:02:34 -0800 Kludge for windows / BCC 5.5 to workaround open file limit. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 11 Feb 2013 13:02:34 -0800] rev 2057
Kludge for windows / BCC 5.5 to workaround open file limit. BCC 5.5 allows only for 50 files to be opened at time. This seems to be rather limiting as system class loader keeps .jar files opened. To minimize number of open files, only one ZipArchive is kept opened at time and the rest is closed and reopened on demand. See #getZipArchiveAt:
Mon, 11 Feb 2013 19:45:42 +0000 Bugfix in JavaClassReader in reading .class file from directory. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 11 Feb 2013 19:45:42 +0000] rev 2056
Bugfix in JavaClassReader in reading .class file from directory.
Mon, 11 Feb 2013 12:03:33 +0000 Bugfix for open stream dump. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 11 Feb 2013 12:03:33 +0000] rev 2055
Bugfix for open stream dump. Class var acces changed to access JavaVMData's classvars instead of JavaVM.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip