You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/01 07:17:08 UTC

[GitHub] dinogun commented on issue #18: Rebase OW JavaRuntime to use OpenJDK 8

dinogun commented on issue #18: Rebase OW JavaRuntime to use OpenJDK 8
URL: https://github.com/apache/incubator-openwhisk-runtime-java/issues/18#issuecomment-369499254
 
 
   @csantanapr One option to look into would be the [AdoptOpenJDK](https://adoptopenjdk.net/index.html) project. It is a OpenSource [community](https://adoptopenjdk.net/about.html) effort to have a common build and test framework across multiple platforms and hopefully in the future across distros as well. Docker images are published on a daily basis on [DockerHub](https://hub.docker.com/u/adoptopenjdk/).
   Please note that this is not TCK certified as yet (and hence the banner asking not to be used for production purposes), however TCK certification should only be a few days away now. Since the sources are being picked from the official mercurial repos (for OpenJDK with Hotspot), the feature set should be the same.
   Eg cgroup mem limit can be turned on using -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services