Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Update the 0.18.0 release branch with the latest changes from the openj9 branch #38

Merged
merged 4 commits into from
Jan 8, 2020

Commits on Jan 6, 2020

  1. Add jitserver launcher in OpenJ9 builds

    If --enable-jitserver configuration option is set, then enable
    building of jitserver launcher and include it in the jdk.
    
    Signed-off-by: Ashutosh Mehra <mehra.ashutosh@ibm.com>
    Ashutosh Mehra committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    f50a4d8 View commit details
    Browse the repository at this point in the history
  2. Remove the check on a specific OpenSSL API for JITServer

    With the change in eclipse-openj9/openj9#8145, `OpenSSL` symbols are
    dynamically loaded at the runtime. During the build time,
    there is no longer a dependency on the installed `OpenSSL`
    version on the build machines. Removed the code that
    checks `SSL_CTX_set_ecdh_auto` during config.
    
    Signed-off-by: Annabelle Huo <Annabelle.Huo@ibm.com>
    a7ehuo committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    1d184c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Merge pull request #35 from a7ehuo/removeCheckOpenSSLAPIJDK13

    Remove the check on a specific OpenSSL API for JITServer
    keithc-ca committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    e2a5fe7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Merge pull request #33 from ashu-mehra/include_jitserver_launcher

    Add jitserver launcher in OpenJ9 builds
    keithc-ca committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    c6ae871 View commit details
    Browse the repository at this point in the history