Hi Max, I followed your suggestion to use a sub-directory. I found no way to make the dummy JCE provider work with inner classes.
Please see this (hopefully final) webrev: http://cr.openjdk.java.net/~clanger/webrevs/8139436.5/ Best regards Christoph -----Original Message----- From: Wang Weijun [mailto:weijun.w...@oracle.com] Sent: Freitag, 13. November 2015 17:08 To: Langer, Christoph <christoph.lan...@sap.com> Cc: Vincent Ryan <vincent.x.r...@oracle.com>; security-dev@openjdk.java.net Subject: Re: RFR 8139436: sun.security.mscapi.KeyStore might load incomplete data It is my understanding that if you write multiple files for a single test, they should be put inside a sub-directory. But in this case you can combine them into a single class by putting the provider-related codes into static inner classes. --Max P. S. Sent from my iPhone so I haven't read all the changes. > 在 2015年11月13日,20:33,Langer, Christoph <christoph.lan...@sap.com> 写道: > > Is that ok now?