[jdk17] RFR: 8269037: jsig/Testjsig.java doesn't have to be restricted to linux only

2021-06-20 Thread Igor Ignatyev
Hi all, could you please review this small patch that enables `runtime/jsig/Testjsig.java` test and compilation of its native library on all platforms but windows? from JBS: > `runtime/jsig/Testjsig.java` test currently `@requires (os.family == > "linux")` and `test/hotspot/jtreg/runtime/jsig/l

Re: [jdk17] RFR: 8269037: jsig/Testjsig.java doesn't have to be restricted to linux only

2021-06-20 Thread David Holmes
On Sun, 20 Jun 2021 11:08:21 GMT, Igor Ignatyev wrote: > Hi all, > > could you please review this small patch that enables > `runtime/jsig/Testjsig.java` test and compilation of its native library on > all platforms but windows? > from JBS: >> `runtime/jsig/Testjsig.java` test currently `@requ