Skip to content

let047/graalTest

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

graalTest

Example of Graal Trouble for https://www.magicator.com

After generating the Jar,

  • install GraalVM native-image
  • set the environment variable export PROD=1
  • compile it without the configuration file run native-image -cp ./graalTest.jar -H:Name=test -H:Class=io.manycore.Main -H:+ReportExceptionStackTraces io.manycore.Main --no-fallback -H:EnableURLProtocols=http
  • launch it: ./test
  • recompile with configuration file: native-image -cp ./graalTest.jar -H:ReflectionConfigurationFiles=./reflection-config.json -H:Name=test -H:Class=io.manycore.Main -H:+ReportExceptionStackTraces io.manycore.Main --no-fallback -H:EnableURLProtocols=http
  • ./test works!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages