Re: RFR: 8231351: Add notes for PKCS11 tests in the test doc

2019-09-24 Thread Jie Fu
On 2019/9/24 15:03, Jie Fu wrote: I can't understand why JDK-8231338 was closed as "Cannot Reproduce" since it can always be reproduced on Ubuntu 18.04.2 LTS. Reproduce on Ubuntu 18.04 is very simple: - make test TEST="jtreg:sun/securit

Re: RFR: 8231351: Add notes for PKCS11 tests in the test doc

2019-09-24 Thread Jie Fu
I can't understand why JDK-8231338 was closed as "Cannot Reproduce" since it can always be reproduced on Ubuntu 18.04.2 LTS. Reproduce on Ubuntu 18.04 is very simple: - make test TEST="jtreg:sun/security/pkcs11/Secmod/AddTrustedCert.java" CONF=re

RFR: 8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum

2019-11-15 Thread Jie Fu
Hi all, sun/security/lib/cacerts/VerifyCACerts.java fails on Linux/x64. JBS:    https://bugs.openjdk.java.net/browse/JDK-8234245 Webrev: http://cr.openjdk.java.net/~jiefu/8234245/webrev.00/ Could you please review it and give me some advice? Thanks a lot. Best regards, Jie

Re: RFR: 8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum

2019-11-15 Thread Jie Fu
regards, Jie [1] https://mail.openjdk.java.net/pipermail/security-dev/2019-November/020907.html [2] https://hg.openjdk.java.net/jdk/jdk/log?revcount=200=(author(jiefu)+or+desc(%22fu...@loongson.cn%22))+and+not+merge() On 2019/11/15 下午7:42, Jie Fu wrote: Hi all, sun/security/lib/cacerts

Re: RFR: 8234245: sun/security/lib/cacerts/VerifyCACerts.java fails due to wrong checksum

2019-11-15 Thread Jie Fu
. Also, have you signed the OCA? [1] This looks like a simple/trivial fix, but I'm not sure if I can accept this as your contribution unless you have signed the OCA. Thanks, Sean [1] https://www.oracle.com/technetwork/community/oca-486395.html On 11/15/19 6:42 AM, Jie Fu wrote: Hi all, sun

Re: [jdk17] RFR: 8067223: [TESTBUG] Rename Whitebox API package [v2]

2021-08-01 Thread Jie Fu
On Sat, 31 Jul 2021 20:42:10 GMT, Igor Ignatyev wrote: >> Hi all, >> >> could you please review this big tedious and trivial(-ish) patch which moves >> `sun.hotspot.WhiteBox` and related classes to `jdk.test.whitebox` package? >> >> the majority of the patch is the following substitutions: >>

Re: RFR: 8280494: (D)TLS signature schemes

2022-01-27 Thread Jie Fu
On Thu, 27 Jan 2022 22:06:21 GMT, Xue-Lei Andrew Fan wrote: > This update is to support signature schemes customization for individual > (D)TLS connection. Please review the CSR as well: > CSR: https://bugs.openjdk.java.net/browse/JDK-8280495 > RFE:

Re: RFR: 8281567: Remove @throws IOException from X509CRLImpl::getExtension docs

2022-02-09 Thread Jie Fu
On Thu, 10 Feb 2022 06:18:28 GMT, John Jiang wrote: > In class sun.security.x509.X509CRLImpl, method getExtension(ObjectIdentifier) > doesn't declare that IOException would be thrown, so the @throws IOException > doc should be removed. Looks good and trivial. - Marked as

Re: Integrated: 8288270: Tier1 build failures after JDK-8287178

2022-06-10 Thread Jie Fu
On Fri, 10 Jun 2022 23:49:45 GMT, Hai-May Chao wrote: > Please review the small fix in comment. Looks good and trivial. Thanks. - Marked as reviewed by jiefu (Reviewer). PR: https://git.openjdk.org/jdk/pull/9135