Coder Social home page Coder Social logo

theresa-m / labs-openjdk-17 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from graalvm/labs-openjdk-17

0.0 0.0 0.0 942.89 MB

Based on JDK 17 with included support for libgraal and GraalVM CE.

License: GNU General Public License v2.0

CMake 0.01% Python 0.05% Makefile 0.01% Shell 0.19% JavaScript 0.02% Jsonnet 0.01% M4 0.14% sed 0.01% Roff 0.18% HTML 0.34% CSS 0.01% Java 77.21% XSLT 0.25% Batchfile 0.01% Perl 0.01% C++ 13.26% C 5.86% DTrace 0.01% Assembly 2.47% GDB 0.01%

labs-openjdk-17's Introduction

Welcome to LabsJDK CE 17!

The latest release is available at https://github.com/graalvm/labs-openjdk-17/releases/latest

This is a fork of https://github.com/openjdk/jdk17u that exists for the purpose of building a base JDK upon which GraalVM CE 17 is built.

A labsjdk binary can be built as follows:

# Find latest jvmci-* tag in current branch.
JVMCI_VERSION=$(git log --decorate | grep -E 'tag: jvmci-\d+\.\d+-b\d+' | sed 's/.*(\(tag: .*\))/\1/g' | tr ',' '\n' | grep 'tag:' | sed 's/.*tag: \(jvmci-[^,)]*\).*/\1/g' | sort -nr | head -1)

# Configure and build
sh configure --with-conf-name=labsjdk \
    --enable-aot=no \
    --with-version-opt=$JVMCI_VERSION \
    --with-version-pre= \
    '--with-vendor-name=GraalVM Community' \
    --with-vendor-url=https://www.graalvm.org/ \
    --with-vendor-bug-url=https://github.com/oracle/graal/issues \
    --with-vendor-vm-bug-url=https://github.com/oracle/graal/issues
make CONF_NAME=labsjdk graal-builder-image

This will produce a labsjdk binary under build/labsjdk/images/graal-builder-jdk.

You can verify the labsjdk built successfully by checking the version reported by the java launcher:

./build/labsjdk/images/graal-builder-jdk/bin/java --version

The upstream JDK README is here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.