RFR(XS) 8180324: failed JVMCI junit test NativeCallTest.java (original) (raw)
Igor Ignatyev igor.ignatyev at oracle.com
Wed May 17 21:07:46 UTC 2017
- Previous message: RFR(XS) 8180324: failed JVMCI junit test NativeCallTest.java
- Next message: RFR(XS) 8180324: failed JVMCI junit test NativeCallTest.java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Katya,
the fix looks good to me.
-- Igor
On May 17, 2017, at 1:50 PM, Ekaterina Pavlova <ekaterina.pavlova at oracle.com> wrote:
Hi, Please review this small change that fixes compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java test. The test missed 'native' declaration and as result failed with UnsatisfiedLinkError when '-nativepath' flag was not passed to jtreg. Now the test will fail with "Use -nativepath to specify the location of native code" error message which is more understandable. Fixed also runtime/noClassDefFoundMsg/NoClassDefFoundMsg.java and serviceability/jvmti/GetModulesInfo/JvmtiGetAllModulesTest.java tests which had the same issue. bug: https://bugs.openjdk.java.net/browse/JDK-8180324 webrev: http://cr.openjdk.java.net/~epavlova//8180324/webrev.00/ Tested by running jprt plus manual testing of fixed tests. thanks, -katya p.s. Igor Ignatyev volunteered to sponsor this change.
- Previous message: RFR(XS) 8180324: failed JVMCI junit test NativeCallTest.java
- Next message: RFR(XS) 8180324: failed JVMCI junit test NativeCallTest.java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]