RFR(S): 8174202 : jtreg AOT tests should not assume library extension of .so

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Aug 11 00:24:31 UTC 2017


Good.

Thanks,
Vladimir

On 8/10/17 4:33 PM, Igor Ignatyev wrote:
> http://cr.openjdk.java.net/~iignatyev//8174202/webrev.00/index.html
>> 67 lines changed: 47 ins; 11 del; 9 mod;
> 
> Hi all,
> 
> could you please review this small fix?
> 
> problem: some of aot tests assumed that output file is named unnamed.so regardless the platform. the problem was worked around in jaotc tool.
> fix: the workaround was removed and now we use platform-specific extension for default output name. it's unnamed.dll on windows, unnamed.dylib on mac and unnamed.so on all other platforms.
> the tests have been updated correspondingly.
> 
> webrev: http://cr.openjdk.java.net/~iignatyev//8174202/webrev.00/index.html
> jbs: https://bugs.openjdk.java.net/browse/JDK-8174202
> testing: hotspot/compiler/aot (w/ 8183337[1] applied) on all supported platforms
> 
> [1] http://cr.openjdk.java.net/~iignatyev//8183337/webrev.00/index.html
> 
> Thanks,
> -- Igor
> 


More information about the hotspot-compiler-dev mailing list