Code Monkey home page Code Monkey logo

trava-jdk-8-dcevm's Introduction

Trava dcevm-8

Build Status License

TravaOpenJDK8 is OpenJDK8 for developers. Since it is based on dcevm and integrated HotswapAgent, it allows advanced hotswap like method-field addition and many more. Trava is a build farm created and maintained by HotswapProjects. Build is transparent as much as possible. dcevm-8 source code is built on Travis and the produced JDK images are bundled with HotswapAgent. Building is exclusively based on modified AdoptOpenJDK scripts.

Install

Download windows/linux/macos binaries, unpack and set JAVA_HOME to it's location (or add it as JDK to your IDE).

Configure

Use travaJDK as alternative jdk, do not use option -XXaltjvm=dcevm, since dcevm main JVM in this distribution. For HotswapAgent configuration look at hotswapagent.org If you are using dcevm as alternative JVM via -XXaltjvm=dcevm, just extract libjvm.so from travaJDK package and move it to standard JVM directory. Graphical installation is not supported by travaJDK now.

Build your binaries!

It is not necessary to use supplied binaries, you can build own binaries. It is simple and it can be done in several clicks:

  • Fork this repository
  • Create user account on Travis
  • Change the deploy part in .travis.yml to upload the result to your repository
  • Create tagged commit and wait for Travis to build your binaries!

HOWTO deploy a new release

New branch

In case a new branch is created in source repository, then modify --branch argument to new branch.

Release with existing TAG

  • If this repository has some updates since last tagged, then move tag:
    git push origin :refs/tags/${SOURCE_JDK_TAG}
    git tag -fa ${SOURCE_JDK_TAG}
    git push origin master --tags
  • Cleanup binaries from Releases/
  • Trigger tagged job on Travis (if not triggered automatically)

Release with new TAG

Let's jdk source repository has new tag of value TAGVAL

  • Set variable SOURCE_JDK_TAG= in .tarvis.yml to TAGVAL
  • Commit and tag commit with TAGVAL
  • Appropriate a new tagged job should be created on Travis automatically

trava-jdk-8-dcevm's People

Contributors

skybber avatar edudant 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.