rt/vm/src/main/java/org/apidesign/vm4brwsr/ByteCodeParser.java
Wed, 16 Jul 2014 07:57:22 +0200 Keeping and printing the information about bootmethods
Thu, 10 Jul 2014 08:17:52 +0200 Filling in the constant pool
Thu, 10 Jul 2014 08:11:53 +0200 First steps towards parsing invokeDynamic
Thu, 26 Jun 2014 23:54:17 +0200 Can parse JDK8 generated bytecode
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Tue, 18 Feb 2014 10:02:46 +0100 Don't generate String constants either
Mon, 17 Feb 2014 17:33:22 +0100 Removing unused constants
Mon, 17 Feb 2014 15:39:34 +0100 15KB less from 1.4MB by eliminating empty for operations
Wed, 09 Oct 2013 16:53:45 +0200 Unicode has some special new line characters that need to be encoded too
Tue, 07 May 2013 19:01:14 +0200 Access non-final exported methods through "invoker"
Fri, 12 Apr 2013 18:48:48 +0200 Introduced Exported annotation
Mon, 04 Mar 2013 19:20:40 +0100 Moving the bytecode parser into a single class inside the vm module - Nexus does not like modules without javadoc and I certainly don't want to publish javadoc for the former javap