Implementation of a Java Processor on a FPGA
5 comments
·November 20, 2025larsbrinkhoff
What happened to
1. Sun's JavaStation, 2. ARM's Jazelle, ??? 3. Profit!
dehrmann
It's more like JITs got good.
ck45
I never understood why AOT never took off for Java. The write once run anywhere quickly faded as an argument, the number of platforms that a software package needs to support is rather small.
IshKebab
People want to run things other than Java.
We did see a recent attempt to do hardware-based memory management again with Vypercore, but they ran out of money.
I think part of the problem with any performance-related microarchitectural innovation is that unless you are one of the big players (i.e. Qualcomm, Apple, Intel, AMD, Nvidia) then you already have a significant performance disadvantage just due to access to process nodes and design manpower. So unless you have an absolutely insane performance trick, it's still not going to make sense to buy your chip.
(2016)