[10] (S) RFR 8184361: AOT lib at jdk/lib/libjava.base-coop.so seems to override -XX:AOTLibrary=

Christian Thalinger cthalinger at twitter.com
Wed Nov 29 21:33:44 UTC 2017



> On Nov 28, 2017, at 5:55 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
> 
> http://cr.openjdk.java.net/~kvn/8184361/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8184361
> 
> Change priority in which AOT libraries are loaded.
> 
> First, load libraries specified by AOTLibrary. And then, well known libraries from JAVA installation directory. Don't load a library if an other library with the same name is already loaded.

Looks good.

> 
> It will allow do quick experiments with modified libraries.
> 
> Manual testing and AOT jtreg tests.
> 
> Thanks,
> Vladimir



More information about the hotspot-compiler-dev mailing list