JLang
JLang copied to clipboard
Review license
From @gharrma on February 12, 2018 17:39
Before release, we should add a license file to the repository, and review our use of licensed software (e.g., OpenJDK is distributed under the GPL license with a linking exception).
Copied from original issue: gharrma/polyllvm#37
Additionally there are some bits of the runtime (jvm.cpp and jni_help.h) that were copied from the openjdk jvm implementation (utf character parsing and some print wrapper code). These are very generic bits of code but we will probably need to re-write them slightly or replace with our own implementations. Those sections are commented in the source code.