[quote] What Java needs is MMX, SSE and ASIO access.
[/quote]
???
As far as MMX and SSE goes, HotSpot uses whatever is available on the CPU, and on Windows it already uses MMX, SSE and SSE2, and there’s nothing stopping you to access SSE code through JNI, but that’s probably not what you meant… So, what do you mean and why do you think java needs this?
And ASIO? Well, Java actually has ASIO access through jsasio, but ASIO isn’t used for games as far as I know.