You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by Michael Martin <mc...@gmail.com> on 2007/02/03 01:14:03 UTC

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: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org


Re: Java 6 StackMapTable support

Posted by Torsten Curdt <tc...@apache.org>.
On 03.02.2007, at 01:14, Michael Martin wrote:

> 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?

That would be pretty cool!

Actually have people trying the lastest 1.5 support from trunk?


It might be time to get another release out of the door soonish.
Probably alpha with all those changes - but still.

Any feedback appreciated.

cheers
--
Torsten



---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org


Re: Java 6 StackMapTable support

Posted by Dave Brosius <db...@apache.org>.
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" <mc...@gmail.com>
To: <bc...@jakarta.apache.org>
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: bcel-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: bcel-dev-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org