Re: Java 6 StackMapTable support

"Dave Brosius" <[email protected]> Fri, 2 Feb 2007 22:06:55 -0500
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <004901c74740$5cb60420$6501a8c0@MeBigFatGuy>
Patches can be posted in the bcel bug database, here:

http://issues.apache.org/bugzilla/enter_bug.cgi?product=BCEL


----- Original Message ----- 
From: "Michael Martin" <[email protected]>
To: <[email protected]>
Sent: Friday, February 02, 2007 7:14 PM
Subject: Java 6 StackMapTable support


> I've been working on a Javay binary transformer and have been looking
> into what it would take to upgrade it to work on the new Java 6 files.
> 
> I have already produced an extension for reading Java 6 StackMapTables
> (which aren't the same as the StackMaps presently implemented) that
> should exist comfortably side-by-side with the current classfile
> loaders.  The Java 6-produced files I've tested with it already
> happily run through Class2HTML and even list the StackMapTables in the
> attributes list in the resulting HTML without any changes to the
> Class2HTML code.
> 
> Would the project be interested in this, and Is there a standard
> location to send patches?
> 
> --Michael
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>