Re: RFR: 8148188: Enhance the security libraries to record events of interest

2018-07-02 Thread Erik Gahlin
> On 29 Jun 2018, at 17:34, Seán Coffey wrote: > > I've introduced a new test helper class in the jdk/test/lib/jfr directory to > help with the dual test nature of the new tests. It's helped alot with test > code duplication. > My thinking was to put things like the certificates in a separ

RFR[11] JDK-8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file

2018-07-02 Thread sha . jiang
Hi, The first test case in this test doesn't release resource after reading port from the port log file, then the following cases couldn't access the log file. This patch tries to fix this issue. JBS: https://bugs.openjdk.java.net/browse/JDK-8205984 Webrev: http://cr.openjdk.java.net/~jjiang/82

Re: RFR[11] JDK-8205984: javax/net/ssl/compatibility/Compatibility.java failed to access port log file

2018-07-02 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 7/2/2018 6:02 AM, sha.ji...@oracle.com wrote: Hi, The first test case in this test doesn't release resource after reading port from the port log file, then the following cases couldn't access the log file. This patch tries to fix this issue. JBS: https://b