Cortex-A8 doesn't support Jazelle DBX, which is used to execute some of JVM natively. Instead it has Jazelle RCT, which is just another name for Thumb-EE (which you can easily find documentation on). It's just another CPU mode that's slightly different that Thumb-2, and is supposed to offer some features that are good for JITed JVM and other languages (like null pointer checking).
This doesn't mean that it won't support Java. For DBX to be useful over RCT at all would really cast a lot of doubt on the quality of Java's JIT techniques.