During my research about OpenJDK 8 compact profiles I found out it is almost close to impossible to find pre-built images of those profiles for x86_64 platform.
By analyzing the openJDK build process I came to the conclusion that it should be possible to create simple shell script based tool that can produce compact profile 1, 2 or 3 based of a regular JDK image. I am not sure if this is a right forum but I would like to share it in case some people might be interested in it. Here is the link to my project on github - https://github.com/wkozaczuk/openjdk8_compact_profiles_builder. Regards, Waldek