Fri, 04 Apr 2014 13:10:16 +0200 Bugfix in JavaVM>>initializeVM: do not deadlock caller if VM initialization failed.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 04 Apr 2014 13:10:16 +0200] rev 3056
Bugfix in JavaVM>>initializeVM: do not deadlock caller if VM initialization failed.
Thu, 03 Apr 2014 21:00:13 +0200 Change JavaRelease to use output of `java -version` when validating Java installation directory.
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 03 Apr 2014 21:00:13 +0200] rev 3055
Change JavaRelease to use output of `java -version` when validating Java installation directory.
Thu, 03 Apr 2014 12:38:47 +0200 Initial stubs for Java 8
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 03 Apr 2014 12:38:47 +0200] rev 3054
Initial stubs for Java 8
Wed, 02 Apr 2014 16:19:57 +0200 Fix in JavaRelease::SunJDK122.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 02 Apr 2014 16:19:57 +0200] rev 3053
Fix in JavaRelease::SunJDK122. Make #validateJavaHome2: to always return false, Java 1.2.2 is too old and not really supported.
Tue, 01 Apr 2014 14:40:43 +0200 Oops, fixed syntax error (missing dot)
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 01 Apr 2014 14:40:43 +0200] rev 3052
Oops, fixed syntax error (missing dot)
Tue, 01 Apr 2014 13:41:56 +0200 Fixed JavaReleaser>>JDK6/JDK7
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 01 Apr 2014 13:41:56 +0200] rev 3051
Fixed JavaReleaser>>JDK6/JDK7
Mon, 31 Mar 2014 12:05:08 +0200 Made non-ASCII literals encoded using \uXXXX rather than using direct UTF8 in .java sources.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 31 Mar 2014 12:05:08 +0200] rev 3050
Made non-ASCII literals encoded using \uXXXX rather than using direct UTF8 in .java sources. On Windows javac by default asumes the file is in CP1252. Could be changed in config, but that makes config more fragile. See SO: http://stackoverflow.com/questions/464874/unmappable-character-for-encoding-warning-in-java
Tue, 25 Mar 2014 15:36:38 +0000 Fixes to for JDI debugger.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 25 Mar 2014 15:36:38 +0000] rev 3049
Fixes to for JDI debugger. Use lexical highlighting in JDI debugger source view.
Fri, 21 Mar 2014 13:25:14 +0000 Make internal JVM processes to form a new provess group on Smalltalk VM level.
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 21 Mar 2014 13:25:14 +0000] rev 3048
Make internal JVM processes to form a new provess group on Smalltalk VM level.
Thu, 20 Mar 2014 14:43:25 +0000 Fixed stx.libjava.tools.compiler.CompilerError initialization problem.
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 20 Mar 2014 14:43:25 +0000] rev 3047
Fixed stx.libjava.tools.compiler.CompilerError initialization problem. Compare class names as String instances not as byte[]. Equals on arrays does not compare contents.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip