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

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Nov 29 01:55:22 UTC 2017


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.

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