-
Crash occurs under AdoptOpenJDK 11.0.11. Tried on JDK16 and no crash.
## Compiler version
v3.2.2
v3.3.0-RC4
## Minimized code
**DFBits.scala**
```scala
package crash
object DFBits:
…
-
### Jenkins and plugins versions report
Environment
```text
Paste the output here
```
### What Operating System are you using (both controller, and any agents involved i…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issue…
-
JDK11 is now available on RaspberryPi ( https://www.bell-sw.com/pages/java-11.0.2 ). The new Graal compiler promises better javascript integration and also supports native python, ruby, R, nodejs, C, …
rob42 updated
5 years ago
-
Dockerfile:
```Dockerfile
FROM frolvlad/alpine-glibc:latest
RUN mkdir -p /usr/java/
ADD jdk-11.0.5_linux-x64_bin.tar.gz /usr/java/
ENV JAVA_HOME=/usr/java/jdk-11.0.5
ENV PATH ${PATH}:${JAVA_HO…
-
> many test targets failing in sanity and extended openjdk with ZipException
This is interesting ... It's not consistent. Here are the results from the jdk_security1_1 target on various systems/ver…
-
On JDK11, toArray needs to be hinted
`Syntax error (IllegalArgumentException) compiling deftype* at (hier_set/core.clj:24:1).
Must hint overloaded method: toArray
`
should be similar to the fix in…
-
### Description
Any 4.x.x version of MI cannot be built with reasonably recent JDKs unless you set the following environment variable:
`export JAVA_TOOL_OPTIONS=' -Djdk.util.zip.disableZip64Extra…
-
**Describe the bug**
We have an issue when we try to use actions/tool-cache package in two different parallel running jobs. Jobs are allocated to a separate self hosted runner. It worth to mention ou…
-
On JDK11, when the reportFile is set to an xml e.g. ossindex-audit.xml the JAXB classes are required and not found:
`Execution default-cli of goal org.sonatype.ossindex.maven:ossindex-maven-plugin…