Re: [jdk17] RFR: 8269486: CallerAccessTest fails for non server variant [v2]

2021-06-30 Thread Christoph Göttschkes
On Mon, 28 Jun 2021 14:52:41 GMT, Christoph Göttschkes wrote: >> Hi, >> >> please review this small fix. The test case uses a custom launcher and >> before launching the JVM, it adds the "lib" and "lib/server" directories to >> the environment variable which controls the native library search

Re: [jdk17] RFR: 8269486: CallerAccessTest fails for non server variant [v2]

2021-06-28 Thread Jorn Vernee
On Mon, 28 Jun 2021 14:52:41 GMT, Christoph Göttschkes wrote: >> Hi, >> >> please review this small fix. The test case uses a custom launcher and >> before launching the JVM, it adds the "lib" and "lib/server" directories to >> the environment variable which controls the native library search

Re: [jdk17] RFR: 8269486: CallerAccessTest fails for non server variant [v2]

2021-06-28 Thread Mandy Chung
On Mon, 28 Jun 2021 14:52:41 GMT, Christoph Göttschkes wrote: >> Hi, >> >> please review this small fix. The test case uses a custom launcher and >> before launching the JVM, it adds the "lib" and "lib/server" directories to >> the environment variable which controls the native library search

Re: [jdk17] RFR: 8269486: CallerAccessTest fails for non server variant [v2]

2021-06-28 Thread Christoph Göttschkes
On Mon, 28 Jun 2021 13:44:41 GMT, David Holmes wrote: >> Christoph Göttschkes has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Renames serverDir to vmDir. > > test/jdk/java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java line 53:

Re: [jdk17] RFR: 8269486: CallerAccessTest fails for non server variant [v2]

2021-06-28 Thread Christoph Göttschkes
> Hi, > > please review this small fix. The test case uses a custom launcher and before > launching the JVM, it adds the "lib" and "lib/server" directories to the > environment variable which controls the native library search path. For non > server variants, the second directory is not called