8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes (original) (raw)
Mike Duigou mike.duigou at oracle.com
Tue Feb 26 22:30:03 UTC 2013
- Previous message (by thread): 8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes
- Next message (by thread): hg: jdk8/build/corba: Added tag jdk8-b78 for changeset 27d6368ae8ba
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
+1. This corrects the test issues I was seeing.
Mike
On Feb 26 2013, at 11:55 , Alan Bateman wrote:
I ran into another issue cause from Nashorn build changes, also secondary expansion related. The issue is that some classes are going into rt.jar that shouldn't be there, particularly the SunEC provider, some charset classes too. I would like to push the attached patch to jdk8/tl to fix these issue. -Alan
diff --git a/makefiles/CreateJars.gmk b/makefiles/CreateJars.gmk --- a/makefiles/CreateJars.gmk +++ b/makefiles/CreateJars.gmk @@ -213,28 +213,28 @@ _org/relaxng/datatype _ _sun/awt/HKSCS.class _ _sun/awt/motif/X11GB2312.class _ _- sun/awt/motif/X11GB2312$$$$Decoder.class _ _- sun/awt/motif/X11GB2312$$$$Encoder.class _ _+ sun/awt/motif/X11GB2312$$Decoder.class _ _+ sun/awt/motif/X11GB2312$$Encoder.class _ _sun/awt/motif/X11GBK.class _ _- sun/awt/motif/X11GBK$$$$Encoder.class _ _+ sun/awt/motif/X11GBK$$Encoder.class _ _sun/awt/motif/X11KSC5601.class _ _- sun/awt/motif/X11KSC5601$$$$Decoder.class _ _- sun/awt/motif/X11KSC5601$$$$Encoder.class _ _+ sun/awt/motif/X11KSC5601$$Decoder.class _ _+ sun/awt/motif/X11KSC5601$$Encoder.class _ _sun/jvmstat _ _sun/net/spi/nameservice/dns _ _sun/nio/cs/ext _ _sun/rmi/rmic _ _sun/security/ec/ECDHKeyAgreement.class _ _sun/security/ec/ECDSASignature.class _ _- sun/security/ec/ECDSASignature$$$$Raw.class _ _- sun/security/ec/ECDSASignature$$$$SHA1.class _ _- sun/security/ec/ECDSASignature$$$$SHA224.class _ _- sun/security/ec/ECDSASignature$$$$SHA256.class _ _- sun/security/ec/ECDSASignature$$$$SHA384.class _ _- sun/security/ec/ECDSASignature$$$$SHA512.class _ _+ sun/security/ec/ECDSASignature$$Raw.class _ _+ sun/security/ec/ECDSASignature$$SHA1.class _ _+ sun/security/ec/ECDSASignature$$SHA224.class _ _+ sun/security/ec/ECDSASignature$$SHA256.class _ _+ sun/security/ec/ECDSASignature$$SHA384.class _ _+ sun/security/ec/ECDSASignature$$SHA512.class _ _sun/security/ec/ECKeyFactory.class _ _sun/security/ec/ECKeyPairGenerator.class _ _- sun/security/ec/SunEC$$$$1.class _ _+ sun/security/ec/SunEC$$1.class _ _sun/security/ec/SunEC.class _ _sun/security/ec/SunECEntries.class _ _sun/security/internal _
- Previous message (by thread): 8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes
- Next message (by thread): hg: jdk8/build/corba: Added tag jdk8-b78 for changeset 27d6368ae8ba
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]