Skip to content

This is a JIT comipler for a learning purpose with JVMCI.

Notifications You must be signed in to change notification settings

jyukutyo/JVMCI-JIT-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Sample JIT compiler

This is a JIT comipler for a learning purpose with JVMCI.

Usage

Make JAR file

mvn package

Run with this JIT comiler

java \
--upgrade-module-path=[THIS_PROJECT]/target/JVMCISample-1.0-SNAPSHOT.jar \
-XX:+UnlockExperimentalVMOptions \
-XX:+EnableJVMCI \
-XX:+UseJVMCICompiler \
-XX:-TieredCompilation \
-XX:+PrintCompilation \
-Djvmci.Compiler=jyukutyo-jit \
TARGET_CLASS

About

This is a JIT comipler for a learning purpose with JVMCI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages