currently, jtreg adds -nativepath to LD_LIBRARY_PATH for all actions, even if they don't have /native option, this might lead to test bugs, when we test not what we wanted to, and also leads us to situations like JDK-8180324, when tests should have /native but does not have it and we don't notice this in our regular execution.
- relates to
-
JDK-8180324 [JVMCI][TESTBUG] failed JVMCI junit test NativeCallTest.java
- Resolved
-
JDK-8189374 Could not find agent library SimpleClassFileLoadHook on the library path
- Resolved