Need reviewers: charsets.jar fix, JarReorder changes, Poller demo change (original) (raw)
Kelly O'Hair kelly.ohair at oracle.com
Tue Jun 22 14:13:20 PDT 2010
- Previous message: hg: jdk6/jdk6/jdk: 6961732: FontMetrics.getLeading() may be negative in freetype-based OpenJDK builds.
- Next message: Request to backport: JavaFileManager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
6933622: Duplicate class files in rt.jar and charsets.jar 6895003: JarReorder is not excluding a requested file. 6939022: Source code adjustments for parfait compilation
http://cr.openjdk.java.net/~ohair/openjdk7/jar-reorder/webrev/
The first two changes are related. Excluding items with JarReorder was
not working
if the item was also in the ordered classlist. Now excludes apply to
the ordered classlist.
This JarReorder problem is an old one, one which we also ran into when
javax/crypto/SecretKey.class showed up in rt.jar even when it was
excluded.
This utility class has been cleaned up and hopefully is considered an
improved version.
The third fix is a minor change to Poller.c where the C macro ##
operator was used on
two quoted strings, which caused the Parfait tool some problems and is
unncessary.
These same changes will also be applied to OpenJDK6.
-kto
- Previous message: hg: jdk6/jdk6/jdk: 6961732: FontMetrics.getLeading() may be negative in freetype-based OpenJDK builds.
- Next message: Request to backport: JavaFileManager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]