What JVM runs on a CPU + GPU?
I know JVM like Oracle, Zulu, OpenJDK but none is designed to offload processing to GPU.
AFAIK, no JVM can automagically off-load work to a GPU (apart from cases where the GPU is used for graphics ...)
But there are various ways to use GPUs from Java. This Q&A has a good summary: