Recently I heard about Jikes RVM, and I tried to use all its features that it offers that other virtual machines do not offer and how scalable they are.
So, when you look at the list of features on the website, I found interesting points
High performance. Jikes RVM is a high-performance compiler that is ideal for use with larger projects.
Questions
How authentic is this statement above because I have been working with Java for the past 5 years and have never heard of Jikes RVM before. Most of the development is done in a virtual virtual machine (provided by Sun). I know there are other VMs, but I never heard of the Jikes RVM. Perhaps one of the reasons may be my lack of knowledge about Jikes RVM, but then it becomes very difficult to learn that many people did not know about such a high-performance virtual machine.
What exactly is the scenario that should motivate you to use Jikes RVM?
source share