RFR(S) : 8183337 : hotspot/compiler/aot tests fail due to missed tools
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Aug 4 22:37:56 UTC 2017
This is ugly. Embedding into tests versions of compilers we use. I see
they are listed in common/conf/jib-profiles.js. Can we extract them from
there or other place?
Such change may be okay for internal use but what about community?
And can you add a simple tests that artifacts resolver exist at all?
Thanks,
Vladimir
On 8/4/17 3:13 PM, Igor Ignatyev wrote:
> http://cr.openjdk.java.net/~iignatyev//8183337/webrev.00/index.html
>> 226 lines changed: 160 ins; 62 del; 4 mod;
>
>
> Hi all,
>
> could you please review this small patch which aims to solve the problem w/ missed linker in aot tests?
>
> problem: jaotc tool needs linker to be installed, but at some hosts, esp. windows and mac, it is not always a case. as a results, aot tests which use jaotc fail on such hosts.
> fix: on hosts which don't have 'ld' in PATH, we download the devkit and pass the path to the linker from it to jaotc tool.
> caveats:
> - oracle implementation of artifacts resolver does not work concurrently, so the tests have to be run in 'exclusiveAccess' mode
> - some devkits (linux, solaris) are applicable only for a specific OS version
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8183337
> webrev: http://cr.openjdk.java.net/~iignatyev//8183337/webrev.00/index.html
> testing: hotspot/compiler/aot on all platforms including systems w/o installed linker
>
> Thanks,
> -- Igor
>
More information about the hotspot-compiler-dev
mailing list