-
## Expected behaviour
`sbt 'show graalvm-native-image:packageBin'` generates a Graal Native image using `GraalVM Version 19.3.0 CE`.
## Actual behaviour
Running `sbt 'show graalvm-native-imag…
-
From poking around with a hex editor, the following is immediately apparent:
1. the first 8 characters are always ```GR-V1.03```
2. tile data starts immediately after the version field
3. the byte …
-
When running against [OpenJ9 JVM](https://www.eclipse.org/openj9/) (JDK11)
```sh
me@ubuntu:~/git/graal-js-jdk11-maven-demo$ export JAVA_HOME=/usr/lib/jvm/adoptopenjdk-11-openj9-amd64
me@ubuntu:~/gi…
-
**Describe the issue**
native image fails to generate binary for a simple array manipulation with the error below...
**Steps to reproduce the issue**
echo "
public class zzz {
publi…
mc36 updated
4 months ago
-
_From @uweschaefer on 2018-11-18 17:58:20 +0000 UTC_
**Is your feature request related to a problem? Please describe.**
it would be great to provide a native image to help with startup latency
_Co…
-
The current way of resolving the hostname uses a static initializer under the hood which leads to problems when building a native binary using Graal.
```Java
try
{
this.hostName = InetAddress.get…
-
### Description
goal : be able to enable with configuration
-agentlib:native-image-agent=config-output-dir=/path/to/config-dir/ ... option
doc here : https://www.graalvm.org/reference-manual/nati…
-
### Describe the Issue
HI! I am in the process of migrating an existing spring boot application to Graalvm. One of the requirements is to instrument the application with the Datadog agent, which, acc…
-
### Description
#### Background
Starting with Mandrel 23.0 (GraalVM for JDK 17) an option `-H:+ThrowMissingRegistrationErrors` was introduced to throw an exception
> when it is impossible to …
-
It apears that GraalVM now provides experimental support for JMX. That would mean potentially Jolokia could run with Java native builds. Let's explore if we can build and run Jolokia in native mode fo…