Re: jdk10 on macOS

2018-01-08 Thread Jonathan Gibbons
Maybe the Makefile targets to run tests could report an up-front warning if the native libraries have not been built. A more advanced solution would be to use jtreg to determine if any native tests will be run (using some combination of `-k native` and `-listtests`) and if any such tests are f

Re: jdk10 on macOS

2018-01-08 Thread David Holmes
On 9/01/2018 4:35 AM, Jonathan Gibbons wrote: Maybe the Makefile targets to run tests could report an up-front warning if the native libraries have not been built. Based on my observations the makefile target will also build the test-image if needed. David A more advanced solution would be

Re: jdk10 on macOS

2018-01-08 Thread Magnus Ihse Bursie
> 8 jan. 2018 kl. 23:23 skrev David Holmes : > >> On 9/01/2018 4:35 AM, Jonathan Gibbons wrote: >> Maybe the Makefile targets to run tests could report an up-front warning if >> the native libraries have not been built. > > Based on my observations the makefile target will also build the test-i