Which JVM to choose for GC hacking?

后端 未结 3 1067
Happy的楠姐
Happy的楠姐 2021-02-20 00:25

I have a design for a GC algorithm that I would like to implement for a JVM, to allow benchmarking.

Does anyone have any experience as to which implementation would allo

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-20 00:49

    maybe you don't need a JVM but a virtual machine would be sufficient for testing your algorithm. Unless, you are obliged to use a JVM, you can use APache Harmony or I would recommend another VM that was created on a phd thesis called VmKit. You can take a look at it and browse the source

提交回复
热议问题