Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM...

22
1 WWW.BELL-SW.COM 1 WWW.BELL-SW.COM Dmitry Chuyko JVM Team JVM on ARM from sensor to cloud

Transcript of Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM...

Page 1: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

1

WWW.BELL-SW.COM

1

WWW.BELL-SW.COM

Dmitry ChuykoJVM TeamJVM on ARM

from sensor to cloud

Page 2: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

2

WWW.BELL-SW.COM

2

WWW.BELL-SW.COM

Who we are

Dmitry Chuyko @dchuyko

http://bell-sw.comLiberica JDK– verified OpenJDK binary

Ex-employers

Page 3: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

3

WWW.BELL-SW.COM

3

WWW.BELL-SW.COM

Recent statistics

blogs.oracle.com/java-platform-group/the-arrival-of-java-12

Page 4: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

4

WWW.BELL-SW.COM

4

WWW.BELL-SW.COM

Java is 24. Still WORA

Page 5: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

5

WWW.BELL-SW.COM

5

WWW.BELL-SW.COM

Mature evolving open source technologymedium.com/@javachampions/java-is-still-free-2-0-0-6b9aa8d6d244

Page 6: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

6

WWW.BELL-SW.COM

6

WWW.BELL-SW.COM

JVM Specification Variety of languages Ecosystem Security

Managed Platform Data typing Verification Memory management

APIs Cryptography Authentication Public Key Infrastructure

Linux Containers

Page 7: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

7

WWW.BELL-SW.COM

7

WWW.BELL-SW.COM

JVM Variety of implementations Variety of platforms

Binary distributions

Security Critical patch updates

Linux Containers

Page 8: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

8

WWW.BELL-SW.COM

8

WWW.BELL-SW.COM

Binaries Tarballs, installers Apt, yum Docker Hub Other channels

bell-sw.com/java.html

Page 9: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

9

WWW.BELL-SW.COM

9

WWW.BELL-SW.COM

Binaries

For the edge Device IO (I2C, DAC/ADC,

GPIO, UART, SPI) OpenJFX (EGL, FB)

For the cloud Fast Server VM GCs (G1, Shenandoah…) Compilers (C2, Graal) JFR, AOT, AppCDS...

Release Notes

Derive app runtimes: JDK 11 ARMv7 with Minimal VM and java.base is 17 MB, including Security manager

Page 10: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

10

WWW.BELL-SW.COM

10

WWW.BELL-SW.COM

Linux Containers Standard deployment

nowadays Java 8, 11, 12, 13+ gets

special support cgroups Namespaces

Everyone needs base images

Page 11: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

11

WWW.BELL-SW.COM

11

WWW.BELL-SW.COM

Base imageshttps://hub.docker.com/u/bellsoft

JRE 8 JDK 11

Debian 227 MB 622 MB

Centos 307 MB 702 MB

Alpine 114 MB 509 MB

Alpine muslbase

37 MB

Page 12: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

12

WWW.BELL-SW.COM

12

WWW.BELL-SW.COM

Base images

Java versions 12 11 (LTS) 8 (LTS)

Distro Debian CentOS Alpine Alpine musl

Arch x86_64 ARM64 ARM32

Page 13: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

13

WWW.BELL-SW.COM

13

WWW.BELL-SW.COM

Example

Streaming

BundleManagement

SensorGateway Kiosk

Page 14: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

14

WWW.BELL-SW.COM

14

WWW.BELL-SW.COM

Demo

Page 15: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

15

WWW.BELL-SW.COM

15

WWW.BELL-SW.COM

OSGi Device Management Manage devices Deploy bundles Control bundles Set permissions

Page 16: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

16

WWW.BELL-SW.COM

16

WWW.BELL-SW.COM

Gateway. Bundle

Page 17: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

17

WWW.BELL-SW.COM

17

WWW.BELL-SW.COM

Gateway. DIO Sensor & Kotlin

Page 18: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

18

WWW.BELL-SW.COM

18

WWW.BELL-SW.COM

Gateway. Kafka

Page 19: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

19

WWW.BELL-SW.COM

19

WWW.BELL-SW.COM

Cloud. Kafka & Docker

Page 20: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

20

WWW.BELL-SW.COM

20

WWW.BELL-SW.COM

Kiosk. OpenJFX & Kafka

Page 21: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

21

WWW.BELL-SW.COM

21

WWW.BELL-SW.COM

Kiosk

Page 22: Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud · 2019-04-24 · Dmitry Chuyko JVM on ARM JVM Team from sensor to cloud. 2 Who we are Dmitry Chuyko ... OSGi Device Management

22

WWW.BELL-SW.COM

22

WWW.BELL-SW.COM

Summary

• Liberica JDK on Arm brings value to the ecosystem from edge or devices to cloud– Min runtime: 17 Mb footprint and energy savings

– Max runtime: Optimized for throughput, low latency on high-end ARM servers

• JVM runtime unleashes polyglot programming approach– Java, Scala, Kotlin, you name it

• Running on JVM runtime allows to re-use applications and libraries on ARM hardware with zero changes

• Liberica JDK is available for edge and cloud– Free for use and distribution

– With commercial support option (24x7 worldwide coverage extending from servers and clouds to edge and any screen)