ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.15k stars 110 forks source link

OpenJDK Build Tools #433

Closed wasabii closed 4 months ago

wasabii commented 8 months ago

The goal of this PR is to begin replacing the gensrc directories, and others, created by the OpenJDK build tools. This way we can cease requiring the OpenJDK build to run (saving 15 minutes on build, and instructions).

Begin by compiling the btclasses up. And start adding targets to use those classes to generate files. We still require a boot JDK. But that's fine.