Skip to content

Provide JDK 11 with ZGC enabled #233

Closed
@josepowera

Description

@josepowera

Java 11 is shipping with low latency Garbage collector.. However starting docker image from openjdk seems to have this feature missing:

docker run --rm -it openjdk:11-ea-slim java -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -version
Error occurred during initialization of VM
Option -XX:+UseZGC not supported

This option is architecture specific - only available for Linux/x64.

It could also be upstream issue - debian packacing issue? Probably same problem as seen in https://twitter.com/shipilev/status/1039180042260111360

https://src.fedoraproject.org/rpms/java-11-openjdk/c/915d59aa585cfbb210d74ebf9e717c2eddb7d93c?branch=master

Metadata

Metadata

Assignees

No one assigned

    Labels

    RequestRequest for image modification or feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions