Tue, 09 Sep 2014 12:45:22 +0200 Jaroslav Tulach Seems to work OK on soon to come release 1.0 of html4j
Sun, 31 Aug 2014 22:36:54 +0200 Jaroslav Tulach Adopting to new names of SPI packages to be introduced by version 1.0 of html4j API
Sun, 17 Aug 2014 20:15:56 +0200 Jaroslav Tulach Removing all the JDK8 invokeDynamic infrastructure. We don't need it when we are using retrolambda. jdk8
Sun, 17 Aug 2014 20:09:05 +0200 Jaroslav Tulach Keep bytecode level at 1.8 as we still use default methods jdk8
Sun, 17 Aug 2014 19:58:05 +0200 Jaroslav Tulach 1st implementation of interface extender methods jdk8
Sun, 17 Aug 2014 08:27:45 +0200 Jaroslav Tulach Executing first lambda expression on bck2brwsr thanks to preprocessing of retrolamda jdk8
Tue, 12 Aug 2014 22:57:16 +0200 Jaroslav Tulach Need to initialize flags. getFields throws SecurityException on bck2brwsr VM - avoid. jdk8
Tue, 12 Aug 2014 21:07:20 +0200 Jaroslav Tulach Need to initialize declaring class jdk8
Tue, 12 Aug 2014 20:51:09 +0200 Jaroslav Tulach The bootstrap method gets called with three arguments jdk8
Tue, 12 Aug 2014 20:15:50 +0200 Jaroslav Tulach Don't mangle with JavaScript when debugging Java only method jdk8
Tue, 12 Aug 2014 19:22:39 +0200 Jaroslav Tulach We have emulation for all the rt/emul/compact classes jdk8
Mon, 11 Aug 2014 20:10:46 +0200 Jaroslav Tulach Merging the latest changes on default branch jdk8
Mon, 11 Aug 2014 18:19:38 +0200 Jaroslav Tulach Merge: Test conversion to char jdk8
Mon, 11 Aug 2014 18:17:47 +0200 Jaroslav Tulach Merging two heads on default branch
Mon, 11 Aug 2014 18:17:18 +0200 Jaroslav Tulach i2c needs to get down to 16-bits
Tue, 05 Aug 2014 14:54:29 +0200 Jaroslav Tulach There does not seem to be reasons to generate the JS artifact of the VM anymore.
Mon, 11 Aug 2014 17:52:23 +0200 Jaroslav Tulach Initial attempt to provide proper 3rd parameter to bootmethod jdk8
Sun, 10 Aug 2014 11:39:36 +0200 Jaroslav Tulach Name of boot method is properly provided jdk8
Sun, 10 Aug 2014 11:32:38 +0200 Jaroslav Tulach 1st parameter of bootstrap method - the Lookup - is correct jdk8
Sun, 10 Aug 2014 10:37:23 +0200 Jaroslav Tulach Managed to call the bootstrap method. Just with wrong arguments. jdk8
Sun, 10 Aug 2014 08:57:22 +0200 Jaroslav Tulach A bit more debug statements jdk8
Sun, 10 Aug 2014 08:07:11 +0200 Jaroslav Tulach The test fails on invokeDynamic instruction in JavaScript execution jdk8
Sun, 10 Aug 2014 07:52:49 +0200 Jaroslav Tulach All modules, except the one that deals with invokeDynamic pass OK jdk8
Sun, 10 Aug 2014 07:12:30 +0200 Jaroslav Tulach Moving the test to JDK8 project, making it compilable and parsable by Asm jdk8
Sun, 10 Aug 2014 07:02:12 +0200 Jaroslav Tulach Capable to compile the java.lang.invoke stuff jdk8
Sun, 10 Aug 2014 06:21:50 +0200 Jaroslav Tulach Making sure various classes are defined only at one place jdk8
Sun, 10 Aug 2014 06:13:36 +0200 Jaroslav Tulach Almost compiled java.lang.invoke, except the parts that deal with Asm bytecode generator jdk8
Sun, 10 Aug 2014 05:56:32 +0200 Jaroslav Tulach Bringing in new exceptions jdk8
Sun, 10 Aug 2014 05:55:55 +0200 Jaroslav Tulach New exceptions as of JDK8-b132 needed for invoke dynamic jdk8-b132
Sat, 09 Aug 2014 12:15:18 +0200 Jaroslav Tulach Can these tests be placed in compact profile jdk8
Sat, 09 Aug 2014 11:12:05 +0200 Jaroslav Tulach Looks like we need the java.lang.invoke classes for lambdas to work jdk8
Sat, 09 Aug 2014 11:11:13 +0200 Jaroslav Tulach Batch of classes necessary to implement invoke dynamic interfaces. Taken from JDK8 build 132 jdk8-b132
Sat, 09 Aug 2014 10:52:34 +0200 Jaroslav Tulach Modifying the test to fail in bck2brwsr VM jdk8
Sat, 09 Aug 2014 10:42:22 +0200 Jaroslav Tulach A way to test invokeDynamic on JDK7 inspired by https://code.google.com/p/indy-maven-plugin/ jdk8
Fri, 25 Jul 2014 14:27:04 +0200 Jaroslav Tulach Adopting html4j rev. 0.8.3
Wed, 16 Jul 2014 07:57:22 +0200 Jaroslav Tulach Keeping and printing the information about bootmethods jdk8
Thu, 10 Jul 2014 08:17:52 +0200 Jaroslav Tulach Filling in the constant pool jdk8
Thu, 10 Jul 2014 08:11:53 +0200 Jaroslav Tulach First steps towards parsing invokeDynamic jdk8
Thu, 26 Jun 2014 23:54:17 +0200 Jaroslav Tulach Can parse JDK8 generated bytecode jdk8
Thu, 26 Jun 2014 07:42:54 +0200 Jaroslav Tulach Using Object.defineProperty to specify non-enumerable properties on Object
Wed, 25 Jun 2014 23:43:51 +0200 Jaroslav Tulach Don't list overriden Object's methods twice defprop
Wed, 25 Jun 2014 22:50:33 +0200 Jaroslav Tulach Methods on object need to be manually enumerated defprop
Mon, 23 Jun 2014 19:35:22 +0200 Jaroslav Tulach We need to swallow the wait4js attribute defprop
Sun, 22 Jun 2014 17:46:43 +0200 Jaroslav Tulach Verifying behavior of isAssignableFrom with array class parameter defprop
Sun, 22 Jun 2014 17:19:16 +0200 Jaroslav Tulach Making sure no enumerable methods are on plain Object defprop
Sun, 22 Jun 2014 00:09:56 +0200 Jaroslav Tulach Using Object.defineProperty to hide attributes from list of enumerable properties defprop
Mon, 09 Jun 2014 22:07:29 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 09 Jun 2014 22:07:29 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.9
Mon, 09 Jun 2014 22:07:28 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.9 release-0.9
Mon, 09 Jun 2014 21:27:49 +0200 Jaroslav Tulach Need to include javadoc for artifacts one wants to publish to maven repo
Mon, 09 Jun 2014 21:07:08 +0200 Jaroslav Tulach Removed tag release-0.9
Mon, 09 Jun 2014 19:32:50 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 09 Jun 2014 19:32:49 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.9
Mon, 09 Jun 2014 19:32:49 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.9
Mon, 09 Jun 2014 19:17:41 +0200 Jaroslav Tulach Remove the dirty hacks with names. The fix with the compiler should be good enough.
Mon, 09 Jun 2014 19:16:34 +0200 Jaroslav Tulach Actually use the passed-in configuration object
Mon, 09 Jun 2014 18:21:37 +0200 Jaroslav Tulach Another two cases where it is safer to check for name of superclass, rather than equality. rt/emul/compact test randomly failed.
Mon, 09 Jun 2014 15:57:50 +0200 Jaroslav Tulach Switching to new version of html4j APIs
Mon, 09 Jun 2014 15:57:14 +0200 Jaroslav Tulach Merging work on closure branch which seems to work relatively well
Mon, 09 Jun 2014 12:40:40 +0200 Jaroslav Tulach Skip JS aot compilation, if the JS file already exists closure