This is an automated email from the ASF dual-hosted git repository.
markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new fcdca86 Base on OpenJ9 to overcome performance problems (#4840)
fcdca86 is described below
commit fcdca864805356841ce0915bf861b3d87c914bb2
Author: Martin Henke <[email protected]>
AuthorDate: Wed Feb 26 08:19:18 2020 +0100
Base on OpenJ9 to overcome performance problems (#4840)
Downstream tests showed severe degradation with OpenJDK in latency and war
invocation tests which disappeard with using OpenJ9 instead.
OpenJ9 is Apache licenced.
Co-authored-by: Falk Zoll <[email protected]>
---
common/scala/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/scala/Dockerfile b/common/scala/Dockerfile
index 8f52eff..0c6ba98 100644
--- a/common/scala/Dockerfile
+++ b/common/scala/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-FROM adoptopenjdk/openjdk11:x86_64-alpine-jdk-11.0.3_7
+FROM adoptopenjdk/openjdk11-openj9:x86_64-alpine-jdk-11.0.6_10_openj9-0.18.1
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en