Thu, 15 Aug 2013 22:31:51 +0100 Support for timeout in datagram receive native. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 15 Aug 2013 22:31:51 +0100] rev 2655
Support for timeout in datagram receive native.
Tue, 13 Aug 2013 11:56:17 +0100 Some work on datagram socket support. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 13 Aug 2013 11:56:17 +0100] rev 2654
Some work on datagram socket support.
Mon, 12 Aug 2013 10:28:56 +0100 Fix in native java.net.Inet4AddressImpl.lookupAllHostAddr() development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 12 Aug 2013 10:28:56 +0100] rev 2653
Fix in native java.net.Inet4AddressImpl.lookupAllHostAddr() Some OpenJDK 6 versions seem to have different class layout, having family, address and hostname stored in separate holder objects. Some have three instance variables instead. This fix detects which layout is used and fills slots properly.
Mon, 12 Aug 2013 02:36:09 +0100 Added Mauve tests for java.net.* into testsuite development
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 12 Aug 2013 02:36:09 +0100] rev 2652
Added Mauve tests for java.net.* into testsuite
Sun, 11 Aug 2013 14:00:50 +0100 Bug fix in JavaClassReloader: flush all dynamic proxies for static methods... development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 11 Aug 2013 14:00:50 +0100] rev 2651
Bug fix in JavaClassReloader: flush all dynamic proxies for static methods... ...otherwise cached dynamic proxy would call old implementation of the static.
Fri, 09 Aug 2013 02:35:21 +0100 Fix for method restart. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 09 Aug 2013 02:35:21 +0100] rev 2650
Fix for method restart. Upon restart, refetch bytecode and constant pool from up-to-date method found in the class rather than from the method in context (which may be the old method)
Fri, 09 Aug 2013 02:13:58 +0100 Fix in proxy method generator: also pass an selector to valueWithReceiver:arguments:. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 09 Aug 2013 02:13:58 +0100] rev 2649
Fix in proxy method generator: also pass an selector to valueWithReceiver:arguments:. That's important for two reasons: (i) the bytecode interpreter uses the selector without checks to leaving it to nil may cause segmentation violation (depending whether there's an interrupt or not) (ii) when restarting method, selector is required to fetch up-to-date code (if the class was updated meanwhile)
Fri, 09 Aug 2013 01:22:51 +0100 Fixes in syntax highlighting and support for accepting code in the debugger. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 09 Aug 2013 01:22:51 +0100] rev 2648
Fixes in syntax highlighting and support for accepting code in the debugger.
Thu, 08 Aug 2013 10:41:42 +0100 - JavaSyntaxHighlighter development
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 08 Aug 2013 10:41:42 +0100] rev 2647
- JavaSyntaxHighlighter class: JavaSyntaxHighlighter changed: #format:kind:in: - JavaCompilerProblemService class: JavaCompilerProblemService changed: #updateProblems:
Wed, 07 Aug 2013 02:07:18 +0100 Added Java compiler problem annotations and popup window. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 07 Aug 2013 02:07:18 +0100] rev 2646
Added Java compiler problem annotations and popup window. No fixes (yet)
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip