Skip to content
#

openjdk

java logo

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

Here are 216 public repositories matching this topic...

gkossakowski
gkossakowski commented Sep 21, 2016

If you modify jmh-extras and run the with-FlightRecorderProfiler scripted test, the local modifications won't be picked up. The reason is that the scripted test doesn't set the version of extras so the default (non snapshot) version is used.

The workaround is:

diff --git a/plugin/src/sbt-test/sbt-jmh/with-FlightRecorderProfiler/build.sbt b/plugin/src/sbt-test/sbt-jmh/with-FlightRecor
openjdk-build
lumpfish
lumpfish commented Mar 18, 2020

The openj9 jdk14 release file names were incorrect because changes needed to be made to various build scripts to change the download file name prefix from OpenJDK14 to OpenJDK14U.

This requirement is not mentioned in the RELEASING.md file.

The document should include details of which build scripts to be changed for the release engineer to either implement or check.

joelsdc
joelsdc commented Mar 10, 2020
SUMMARY

Ansible outputs the following WARNING:

[WARNING]: The loop variable 'platform' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME
ANSIBLE VERSION
ansible 2.9.6
  config file = /e
You can’t perform that action at this time.