Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Pack200 tools and api

Hello,

I've just created a project on github, to maintain and update the java implementation of Pack200.   I haven't got the jtreg tests set up and running yet, I've used jtreg with ant scripts in the past, but would like to get them running with maven if possible, if someone has experience doing that, it would be much appreciated, so people don't need to download and install jtreg manually.

Also I'd like to make the implementation available as an OSGi service or using a service provider.

Of course I'll be adding support for new bytecodes as well.

Anyone feel like helping, the code is available here, with preserved git history, branched from OpenJDK14-26.

https://github.com/pfirmstone/Pack200-ex-openjdk

Regards,

Peter.



Back to the top