What happened to
1. Sun's JavaStation, 2. ARM's Jazelle, ??? 3. Profit!
replies(4):
1. Sun's JavaStation, 2. ARM's Jazelle, ??? 3. Profit!
It simply defaults to an open world where you could just load a class from any source at any time to subclass something, or straight up apply some transformation to classes as they load via instrumentation. And defaults matter, so AOT compilation is not completely trivial (though it's not too bad either with GraalVM's native image, given that the framework you use (if any) supports it).
Meanwhile most "AOT-first" languages assume a closed-world where everything "that could ever exist" is already known fully.