Giter Club home page Giter Club logo

asbaharoon / test-labs-openjdk-15 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from graalvmbot/test-labs-openjdk-15

0.0 0.0 0.0 308.65 MB

Snapshot of labs-openjdk-15 for testing deployment.

License: Other

Shell 0.20% JavaScript 0.02% C++ 13.48% Python 0.06% Perl 0.01% C 4.87% Objective-C 0.39% Java 80.32% Assembly 0.02% AppleScript 0.01% Awk 0.01% XSLT 0.26% CSS 0.01% SourcePawn 0.01% Red 0.01% Makefile 0.01% HTML 0.35% CMake 0.01% DTrace 0.01% Batchfile 0.01%

test-labs-openjdk-15's Introduction

Welcome to LabsJDK CE 15.

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

This is a fork of https://github.com/openjdk/jdk15u that exists for the purpose of building a base JDK upon which GraalVM CE 15 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)

# Add "-dev" suffix if not at $JVMCI_VERSION commit
test "$(git show --pretty=%H -s $JVMCI_VERSION)" = "$(git show --pretty=%H -s)" && JVMCI_VERSION="${JVMCI_VERSION}-dev"

# 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 original JDK README is here. Further information on building JDK 15 is here.

test-labs-openjdk-15's People

Contributors

jonathan-gibbons avatar prrace avatar erikj79 avatar jddarcy avatar chrishegarty avatar coleenp avatar jesperirl avatar wangweij avatar sundararajana avatar mrserb avatar magicus avatar mcimadamore avatar shipilev avatar iignatev avatar stefank avatar cl4es avatar rwestrel avatar lahodaj avatar zhengyu123 avatar tobihartmann avatar seanjmullan avatar hns avatar pliden avatar xueleifan avatar prsadhuk avatar szegedi avatar dfuch avatar joewang-java avatar naotoj avatar goelin avatar

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.